From 9f53e369850411428ce725cfefacdaa314a4bb05 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Mon, 18 Jan 2021 19:14:05 +0100 Subject: gbproxy,pcu,sgsn: Update config files In upstream I9798e639b4bc8658482945970775b012b5840779 we introduce two additional fields per NSVC (data_weight, signalling_weight). Make sure those are specified everywhere. Related: OS#4953 Requires: osmo-ttcn3-hacks.git I9798e639b4bc8658482945970775b012b5840779 Change-Id: Ic607b3edc3bf724a8b2dbd6be8c806002c229509 --- ttcn3-gbproxy-test-fr/GBProxy_Tests.cfg | 8 ++++++-- ttcn3-gbproxy-test/GBProxy_Tests.cfg | 20 +++++++++++++++----- ttcn3-pcu-test/PCU_Tests.cfg | 4 +++- ttcn3-pcu-test/sns/PCU_Tests.cfg | 4 +++- ttcn3-sgsn-test/SGSN_Tests.cfg | 12 +++++++++--- 5 files changed, 36 insertions(+), 12 deletions(-) diff --git a/ttcn3-gbproxy-test-fr/GBProxy_Tests.cfg b/ttcn3-gbproxy-test-fr/GBProxy_Tests.cfg index ce4c698..146d1e4 100644 --- a/ttcn3-gbproxy-test-fr/GBProxy_Tests.cfg +++ b/ttcn3-gbproxy-test-fr/GBProxy_Tests.cfg @@ -23,7 +23,9 @@ GBProxy_Tests.mp_nsconfig_sgsn := { address_family := AF_INET, local_ip := "172.18.25.103", local_udp_port := 23000, - remote_ip := "172.18.25.10" + remote_ip := "172.18.25.10", + data_weight := 1, + signalling_weight := 1 } } } @@ -37,7 +39,9 @@ GBProxy_Tests.mp_nsconfig_sgsn := { address_family := AF_INET, local_ip := "172.18.25.103", local_udp_port := 24000, - remote_ip := "172.18.25.10" + remote_ip := "172.18.25.10", + data_weight := 1, + signalling_weight := 1 } } } diff --git a/ttcn3-gbproxy-test/GBProxy_Tests.cfg b/ttcn3-gbproxy-test/GBProxy_Tests.cfg index e19084a..89f4fa7 100644 --- a/ttcn3-gbproxy-test/GBProxy_Tests.cfg +++ b/ttcn3-gbproxy-test/GBProxy_Tests.cfg @@ -22,7 +22,9 @@ GBProxy_Tests.mp_nsconfig_sgsn := { address_family := AF_INET, local_ip := "172.18.24.103", local_udp_port := 23000, - remote_ip := "172.18.24.10" + remote_ip := "172.18.24.10", + data_weight := 1, + signalling_weight := 1 } } } @@ -36,7 +38,9 @@ GBProxy_Tests.mp_nsconfig_sgsn := { address_family := AF_INET, local_ip := "172.18.24.103", local_udp_port := 24000, - remote_ip := "172.18.24.10" + remote_ip := "172.18.24.10", + data_weight := 1, + signalling_weight := 1 } } } @@ -51,7 +55,9 @@ GBProxy_Tests.mp_nsconfig_pcu := { ip := { address_family := AF_INET, local_ip := "172.18.24.103", - remote_ip := "172.18.24.10" + remote_ip := "172.18.24.10", + data_weight := 1, + signalling_weight := 1 } } } @@ -63,7 +69,9 @@ GBProxy_Tests.mp_nsconfig_pcu := { ip := { address_family := AF_INET, local_ip := "172.18.24.103", - remote_ip := "172.18.24.10" + remote_ip := "172.18.24.10", + data_weight := 1, + signalling_weight := 1 } } } @@ -75,7 +83,9 @@ GBProxy_Tests.mp_nsconfig_pcu := { ip := { address_family := AF_INET, local_ip := "172.18.24.103", - remote_ip := "172.18.24.10" + remote_ip := "172.18.24.10", + data_weight := 1, + signalling_weight := 1 } } } diff --git a/ttcn3-pcu-test/PCU_Tests.cfg b/ttcn3-pcu-test/PCU_Tests.cfg index 9e69f86..89ed220 100644 --- a/ttcn3-pcu-test/PCU_Tests.cfg +++ b/ttcn3-pcu-test/PCU_Tests.cfg @@ -25,7 +25,9 @@ SGSN_Components.mp_nsconfig := { local_ip := "172.18.13.10", local_udp_port := 23000, remote_ip := "172.18.13.101", - remote_udp_port := 23000 + remote_udp_port := 23000, + data_weight := 1, + signalling_weight := 1 } }, nsvci := 1234 diff --git a/ttcn3-pcu-test/sns/PCU_Tests.cfg b/ttcn3-pcu-test/sns/PCU_Tests.cfg index c6af8a6..7efb2cb 100644 --- a/ttcn3-pcu-test/sns/PCU_Tests.cfg +++ b/ttcn3-pcu-test/sns/PCU_Tests.cfg @@ -18,7 +18,9 @@ SGSN_Components.mp_nsconfig := { local_ip := "172.18.14.10", local_udp_port := 23000, remote_ip := "172.18.14.101", - remote_udp_port := 23000 + remote_udp_port := 23000, + data_weight := 1, + signalling_weight := 1 } }, nsvci := 1234 diff --git a/ttcn3-sgsn-test/SGSN_Tests.cfg b/ttcn3-sgsn-test/SGSN_Tests.cfg index b77fffd..b127dd8 100644 --- a/ttcn3-sgsn-test/SGSN_Tests.cfg +++ b/ttcn3-sgsn-test/SGSN_Tests.cfg @@ -20,7 +20,9 @@ SGSN_Tests.mp_nsconfig := { ip := { address_family := AF_INET, local_ip := "172.18.8.103", - remote_ip := "172.18.8.10" + remote_ip := "172.18.8.10", + data_weight := 1, + signalling_weight := 1 } } } @@ -33,7 +35,9 @@ SGSN_Tests.mp_nsconfig := { ip := { address_family := AF_INET, local_ip := "172.18.8.103", - remote_ip := "172.18.8.10" + remote_ip := "172.18.8.10", + data_weight := 1, + signalling_weight := 1 } } } @@ -46,7 +50,9 @@ SGSN_Tests.mp_nsconfig := { ip := { address_family := AF_INET, local_ip := "172.18.8.103", - remote_ip := "172.18.8.10" + remote_ip := "172.18.8.10", + data_weight := 1, + signalling_weight := 1 } } } -- cgit v1.2.3