aboutsummaryrefslogtreecommitdiffstats
path: root/ttcn3-gbproxy-test-fr
diff options
context:
space:
mode:
authorHarald Welte <laforge@osmocom.org>2021-01-18 19:14:05 +0100
committerlaforge <laforge@osmocom.org>2021-01-21 09:43:20 +0000
commit9f53e369850411428ce725cfefacdaa314a4bb05 (patch)
tree22954df1e57c9fe124bb8c5e2fdc26e52c4c685e /ttcn3-gbproxy-test-fr
parent28607d6bf5ce9d57a26115856137e6fb38d17f51 (diff)
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
Diffstat (limited to 'ttcn3-gbproxy-test-fr')
-rw-r--r--ttcn3-gbproxy-test-fr/GBProxy_Tests.cfg8
1 files changed, 6 insertions, 2 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
}
}
}