fixeria has submitted this change. ( https://gerrit.osmocom.org/c/docker-playground/+/37247?usp=email )
Change subject: ttcn3-s1gw-test: align with the moduleparam naming changes ......................................................................
ttcn3-s1gw-test: align with the moduleparam naming changes
Change-Id: I37b7d91e9e18df463f54cac3e5586942aea21a69 Related: osmo-ttcn3-hacks.git Ice665662c8448c8314d5e6cc1e401e62b635872c --- M ttcn3-s1gw-test/S1GW_Tests.cfg 1 file changed, 12 insertions(+), 1 deletion(-)
Approvals: Jenkins Builder: Verified fixeria: Looks good to me, approved
diff --git a/ttcn3-s1gw-test/S1GW_Tests.cfg b/ttcn3-s1gw-test/S1GW_Tests.cfg index a831fa8..a81c95e 100644 --- a/ttcn3-s1gw-test/S1GW_Tests.cfg +++ b/ttcn3-s1gw-test/S1GW_Tests.cfg @@ -7,7 +7,8 @@ [TESTPORT_PARAMETERS]
[MODULE_PARAMETERS] -S1GW_Tests.mp_s1gw_ip := "172.18.10.100"; +S1GW_Tests.mp_s1gw_enb_ip := "172.18.10.200"; +S1GW_Tests.mp_s1gw_mme_ip := "172.18.10.100"; S1GW_Tests.mp_mme_bind_ip := "172.18.10.101";
[MAIN_CONTROLLER]