diff options
Diffstat (limited to 'src/osmo_gsm_tester/templates')
-rw-r--r-- | src/osmo_gsm_tester/templates/osmo-bsc_mgcp.cfg.tmpl (renamed from src/osmo_gsm_tester/templates/osmo-mgcpgw.cfg.tmpl) | 8 | ||||
-rw-r--r-- | src/osmo_gsm_tester/templates/osmo-msc.cfg.tmpl | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/src/osmo_gsm_tester/templates/osmo-mgcpgw.cfg.tmpl b/src/osmo_gsm_tester/templates/osmo-bsc_mgcp.cfg.tmpl index 28a3798..7ef192b 100644 --- a/src/osmo_gsm_tester/templates/osmo-mgcpgw.cfg.tmpl +++ b/src/osmo_gsm_tester/templates/osmo-bsc_mgcp.cfg.tmpl @@ -7,11 +7,11 @@ log stderr logging level all debug line vty no login - bind ${mgcpgw.ip_address.addr} + bind ${osmo_bsc_mgcp.ip_address.addr} mgcp - local ip ${mgcpgw.ip_address.addr} - bts ip ${mgcpgw.bts_ip} - bind ip ${mgcpgw.ip_address.addr} + local ip ${osmo_bsc_mgcp.ip_address.addr} + bts ip ${osmo_bsc_mgcp.bts_ip} + bind ip ${osmo_bsc_mgcp.ip_address.addr} bind port 2427 rtp base 4000 rtp force-ptime 20 diff --git a/src/osmo_gsm_tester/templates/osmo-msc.cfg.tmpl b/src/osmo_gsm_tester/templates/osmo-msc.cfg.tmpl index 6851ea9..58d9333 100644 --- a/src/osmo_gsm_tester/templates/osmo-msc.cfg.tmpl +++ b/src/osmo_gsm_tester/templates/osmo-msc.cfg.tmpl @@ -20,7 +20,7 @@ network cs7 instance 0 point-code 0.0.1 msc - mgcpgw remote-ip ${mgcpgw.ip_address.addr} + mgcpgw remote-ip ${mgw.ip_address.addr} assign-tmsi cs7-instance-iu 0 cs7-instance-a 0 |