aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Couzens <lynxis@fe80.eu>2018-08-13 17:47:44 +0200
committerAlexander Couzens <lynxis@fe80.eu>2018-08-13 17:48:29 +0200
commit5479348532d0c07595a4b70cf624cb30f69dbbd0 (patch)
tree3809c80e9a95af73986099e28530f0d45e619b83
parent00ffd6a231f8a306a4954ec5d28d65b251cd0b6a (diff)
SGSN_Tests: fix module parameters
ttcn commit I9128f9ad5c372779c38799269393137ba52576cd moves the modules parameters from NS_Emulation to SGSN_Tests. Change-Id: I8d46c37b9c932582fe94e670d9347209bb599192
-rw-r--r--ttcn3-sgsn-test/SGSN_Tests.cfg6
1 files changed, 4 insertions, 2 deletions
diff --git a/ttcn3-sgsn-test/SGSN_Tests.cfg b/ttcn3-sgsn-test/SGSN_Tests.cfg
index ea193ef..92ed77b 100644
--- a/ttcn3-sgsn-test/SGSN_Tests.cfg
+++ b/ttcn3-sgsn-test/SGSN_Tests.cfg
@@ -12,8 +12,10 @@
*.SGSNVTY.CTRL_HOSTNAME := "172.18.8.10"
[MODULE_PARAMETERS]
-NS_Emulation.mp_local_ip := "172.18.8.103"
-NS_Emulation.mp_remote_ip := "172.18.8.10"
+SGSN_Tests.mp_nsconfig := {
+ local_ip := "172.18.8.103",
+ remote_ip := "172.18.8.10"
+}
SGSN_Tests.mp_hlr_ip := "172.18.8.103"
SGSN_Tests.mp_ggsn_ip := "172.18.8.103"