aboutsummaryrefslogtreecommitdiffstats
path: root/ttcn3-gbproxy-test-fr
diff options
context:
space:
mode:
authorHarald Welte <laforge@osmocom.org>2021-01-18 19:20:49 +0100
committerlaforge <laforge@osmocom.org>2021-01-21 09:43:20 +0000
commit98365d159f29186792d4bed2d4d58beb9cd61b83 (patch)
tree2c19fb9cb794d77c718fe7689f22e93e35cb1b12 /ttcn3-gbproxy-test-fr
parent9f53e369850411428ce725cfefacdaa314a4bb05 (diff)
gbproxy: Use separate NS-VC for data + signaling
This follows the change implemented in osmo-ttcn3-hacks.git If0e404bdf2c30a5e18748695608611be83f61109 to use data-only and signalling-only NS-VCs on the SGSN side Change-Id: I58f8a6d1c8d01551d366bd7d0dbfb892cce512ae Requires: osmo-ttcn3-hacks.git If0e404bdf2c30a5e18748695608611be83f61109 Related: OS#4953
Diffstat (limited to 'ttcn3-gbproxy-test-fr')
-rw-r--r--ttcn3-gbproxy-test-fr/GBProxy_Tests.cfg22
1 files changed, 22 insertions, 0 deletions
diff --git a/ttcn3-gbproxy-test-fr/GBProxy_Tests.cfg b/ttcn3-gbproxy-test-fr/GBProxy_Tests.cfg
index 146d1e4..8a95e2e 100644
--- a/ttcn3-gbproxy-test-fr/GBProxy_Tests.cfg
+++ b/ttcn3-gbproxy-test-fr/GBProxy_Tests.cfg
@@ -25,6 +25,17 @@ GBProxy_Tests.mp_nsconfig_sgsn := {
local_udp_port := 23000,
remote_ip := "172.18.25.10",
data_weight := 1,
+ signalling_weight := 0
+ }
+ }
+ }, {
+ provider := {
+ ip := {
+ address_family := AF_INET,
+ local_ip := "172.18.25.103",
+ local_udp_port := 23000,
+ remote_ip := "172.18.25.10",
+ data_weight := 0,
signalling_weight := 1
}
}
@@ -41,6 +52,17 @@ GBProxy_Tests.mp_nsconfig_sgsn := {
local_udp_port := 24000,
remote_ip := "172.18.25.10",
data_weight := 1,
+ signalling_weight := 0
+ }
+ }
+ }, {
+ provider := {
+ ip := {
+ address_family := AF_INET,
+ local_ip := "172.18.25.103",
+ local_udp_port := 24000,
+ remote_ip := "172.18.25.10",
+ data_weight := 0,
signalling_weight := 1
}
}