aboutsummaryrefslogtreecommitdiffstats
path: root/ttcn3-sgsn-test
diff options
context:
space:
mode:
authorAlexander Couzens <lynxis@fe80.eu>2018-08-28 13:17:33 +0200
committerlynxis lazus <lynxis@fe80.eu>2018-08-28 17:17:39 +0000
commit9fa09ddc2f44e190a73d99716e8cf550a98a7b58 (patch)
treeafe457baeb8ff3c7b90ba68c8933c8e6120c0df3 /ttcn3-sgsn-test
parent1ec249b51cdd1c46d8343db7e0c232295a2440e5 (diff)
ttcn3-sgsn-tests: synchronize module parameters with ttcn3
Diffstat (limited to 'ttcn3-sgsn-test')
-rw-r--r--ttcn3-sgsn-test/SGSN_Tests.cfg14
1 files changed, 12 insertions, 2 deletions
diff --git a/ttcn3-sgsn-test/SGSN_Tests.cfg b/ttcn3-sgsn-test/SGSN_Tests.cfg
index 92ed77b..5ad5f7d 100644
--- a/ttcn3-sgsn-test/SGSN_Tests.cfg
+++ b/ttcn3-sgsn-test/SGSN_Tests.cfg
@@ -13,8 +13,18 @@
[MODULE_PARAMETERS]
SGSN_Tests.mp_nsconfig := {
- local_ip := "172.18.8.103",
- remote_ip := "172.18.8.10"
+ {
+ local_ip := "172.18.8.103",
+ remote_ip := "172.18.8.10"
+ },
+ {
+ local_ip := "172.18.8.103",
+ remote_ip := "172.18.8.10"
+ },
+ {
+ 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"