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: I8020f808c06054ee38427de65b8c3867817d4ad2changes/78/22278/1
parent
d12441a935
commit
28607d6bf5
|
@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue