pcu/PCU_Tests_SNS.cfg: fix configuration to match new NS provider

The NS uses now a provider to support FR and IP at the same time.

Change-Id: I6b0fa97a1098070a4f63228568092084503d6164
This commit is contained in:
Alexander Couzens 2020-10-13 14:35:26 +02:00 committed by laforge
parent 6ea71cda5a
commit 50493b3503
1 changed files with 9 additions and 4 deletions

View File

@ -8,10 +8,15 @@
[MODULE_PARAMETERS]
SGSN_Components.mp_nsconfig := {
local_ip := "127.0.0.1",
local_udp_port := 23000,
remote_ip := "127.0.0.1",
remote_udp_port := 22000,
provider := {
ip := {
address_family := AF_INET,
local_ip := "127.0.0.1",
local_udp_port := 23000,
remote_ip := "127.0.0.1",
remote_udp_port := 22000
}
},
nsvci := 1234,
nsei := 1234
}