ttcn3-sgsn-tests: synchronize module parameters with ttcn3

The module parameters changes in ttcn3 I3448fe837eaa8efab65dccc32bacaaacd73a2f09

Change-Id: I64408b2095fb2aea24c0306673aa40279ea9f75f
This commit is contained in:
Alexander Couzens 2018-08-28 13:17:33 +02:00 committed by lynxis lazus
parent 1ec249b51c
commit 9fa09ddc2f
1 changed files with 12 additions and 2 deletions

View File

@ -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"