From b14af6729be1724cf7f167582f3bc3400085dc4f Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Tue, 11 Jun 2019 12:11:05 +0200 Subject: bscnat: Bind bsc-nat CTRL on 0.0.0.0 Other tests already do it, and allows using the CTRL iface in docker setups where 127.0.0.1 is not used. Change-Id: I6f16dc322d38f9f0870241f3416c81df8ec5481b --- ttcn3-bscnat-test/osmo-bsc-nat.cfg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ttcn3-bscnat-test/osmo-bsc-nat.cfg b/ttcn3-bscnat-test/osmo-bsc-nat.cfg index ffc3ff0..80d7095 100644 --- a/ttcn3-bscnat-test/osmo-bsc-nat.cfg +++ b/ttcn3-bscnat-test/osmo-bsc-nat.cfg @@ -14,6 +14,9 @@ line vty no login bind 0.0.0.0 ! +ctrl + bind 0.0.0.0 +! mgcp bind ip 172.18.15.20 bind port 2427 -- cgit v1.2.3