aboutsummaryrefslogtreecommitdiffstats
path: root/ttcn3-pcu-test
diff options
context:
space:
mode:
authorAlexander Couzens <lynxis@fe80.eu>2021-01-18 13:24:45 +0100
committerAlexander Couzens <lynxis@fe80.eu>2021-01-18 13:24:54 +0100
commit28607d6bf5ce9d57a26115856137e6fb38d17f51 (patch)
tree7c0b6392da33fdeaa2e5119a84fd9c1e55b6e37e /ttcn3-pcu-test
parentd12441a935b1c0fd08a638cbf913278f32c02c54 (diff)
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
Diffstat (limited to 'ttcn3-pcu-test')
-rw-r--r--ttcn3-pcu-test/sns/PCU_Tests.cfg24
1 files changed, 24 insertions, 0 deletions
diff --git a/ttcn3-pcu-test/sns/PCU_Tests.cfg b/ttcn3-pcu-test/sns/PCU_Tests.cfg
index 9cd4b38..c6af8a6 100644
--- a/ttcn3-pcu-test/sns/PCU_Tests.cfg
+++ b/ttcn3-pcu-test/sns/PCU_Tests.cfg
@@ -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
}
}
}