fixeria has uploaded this change for review.

View Change

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(-)

git pull ssh://gerrit.osmocom.org:29418/docker-playground refs/changes/47/37247/1
diff --git a/ttcn3-s1gw-test/S1GW_Tests.cfg b/ttcn3-s1gw-test/S1GW_Tests.cfg
index a831fa8..2aa64bf 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.100";
+S1GW_Tests.mp_s1gw_mme_ip := "172.18.10.001";
S1GW_Tests.mp_mme_bind_ip := "172.18.10.101";

[MAIN_CONTROLLER]

To view, visit change 37247. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: I37b7d91e9e18df463f54cac3e5586942aea21a69
Gerrit-Change-Number: 37247
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy@sysmocom.de>
Gerrit-MessageType: newchange