From 28607d6bf5ce9d57a26115856137e6fb38d17f51 Mon Sep 17 00:00:00 2001 From: Alexander Couzens Date: Mon, 18 Jan 2021 13:24:45 +0100 Subject: 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 --- ttcn3-pcu-test/sns/PCU_Tests.cfg | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) 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 } } } -- cgit v1.2.3