ttcn3-pcu-test/sns: add configuration for 2nd and 3rd nsvc

With the change to NS_Provider the configruation has to be extended to also include
the other nsvcs.

osmo-ttcn3-hacks: c316572db111 ("RAW_NS: rework NS connection to use NS_Provider")
Change-Id: I8020f808c06054ee38427de65b8c3867817d4ad2
This commit is contained in:
Alexander Couzens 2021-01-18 13:24:45 +01:00
parent d12441a935
commit 28607d6bf5
1 changed files with 24 additions and 0 deletions

View File

@ -22,6 +22,30 @@ SGSN_Components.mp_nsconfig := {
}
},
nsvci := 1234
},
{
provider := {
ip := {
address_family := AF_INET,
local_ip := "172.18.14.10",
local_udp_port := 23001,
remote_ip := "172.18.14.101",
remote_udp_port := 23000
}
},
nsvci := 1234
},
{
provider := {
ip := {
address_family := AF_INET,
local_ip := "172.18.14.10",
local_udp_port := 23002,
remote_ip := "172.18.14.101",
remote_udp_port := 23000
}
},
nsvci := 1234
}
}
}