diff options
author | Pau Espin Pedrol <pespin@sysmocom.de> | 2017-05-30 16:40:12 +0200 |
---|---|---|
committer | Neels Hofmeyr <nhofmeyr@sysmocom.de> | 2017-05-31 19:00:16 +0000 |
commit | fa00b0f843baed92b1396464890bd9d4d85385c6 (patch) | |
tree | b74f5c6382847211ec21ee6c75b6b55b494b8747 | |
parent | 1ba2deda3762c05d09f68270c4613994971051bc (diff) |
Use reserved ip address for osmo-mgcpgw VTY interface
Otherwise 127.0.0.1 was being used and we want all interfaces for a
specific osmo-mgcpgw instance to use the same IP
Change-Id: I60dbfbb66458cd333fe07139ee175c94fa1672a7
-rw-r--r-- | src/osmo_gsm_tester/templates/osmo-mgcpgw.cfg.tmpl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/osmo_gsm_tester/templates/osmo-mgcpgw.cfg.tmpl b/src/osmo_gsm_tester/templates/osmo-mgcpgw.cfg.tmpl index 2c00064..28a3798 100644 --- a/src/osmo_gsm_tester/templates/osmo-mgcpgw.cfg.tmpl +++ b/src/osmo_gsm_tester/templates/osmo-mgcpgw.cfg.tmpl @@ -5,6 +5,9 @@ log stderr logging print category 1 logging print extended-timestamp 1 logging level all debug +line vty + no login + bind ${mgcpgw.ip_address.addr} mgcp local ip ${mgcpgw.ip_address.addr} bts ip ${mgcpgw.bts_ip} |