SGSN_Tests: fix module parameters
ttcn commit I9128f9ad5c372779c38799269393137ba52576cd moves the modules parameters from NS_Emulation to SGSN_Tests. Change-Id: I8d46c37b9c932582fe94e670d9347209bb599192changes/41/10441/1
parent
00ffd6a231
commit
5479348532
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue