aboutsummaryrefslogtreecommitdiffstats
path: root/pcu/PCU_Tests_SNS.cfg
diff options
context:
space:
mode:
authorHarald Welte <laforge@osmocom.org>2021-01-17 22:04:36 +0100
committerHarald Welte <laforge@osmocom.org>2021-01-20 15:56:31 +0100
commitbe7afce974a406529e710728b4221de22bf21e57 (patch)
tree90f5b1d72539110659528e936ffa1175792890e3 /pcu/PCU_Tests_SNS.cfg
parentefe66646aa12a343dac1c020467dc1a7a7b80091 (diff)
NS_Emulation: Respect data_weight==0 or signalling_weight==0
* allow configuration of signalling + data weight for each NS-VC * advertise per-NSVC signalling/data weight in SNS-CONFIG * keep track of unblocked NS-VCS separately for data / signalling * transmit BVCI=0 traffic only over signalling NS-VC * transmit BVCI>0 traffic only over data NS-VC * accept incoming BVCI=0 traffic only if signalling_weight > 0 * accept incoming BVCI>0 traffic only if data_weight > 0 Related: OS#4953 Change-Id: I9798e639b4bc8658482945970775b012b5840779
Diffstat (limited to 'pcu/PCU_Tests_SNS.cfg')
-rw-r--r--pcu/PCU_Tests_SNS.cfg12
1 files changed, 9 insertions, 3 deletions
diff --git a/pcu/PCU_Tests_SNS.cfg b/pcu/PCU_Tests_SNS.cfg
index ab589c53..c36edac7 100644
--- a/pcu/PCU_Tests_SNS.cfg
+++ b/pcu/PCU_Tests_SNS.cfg
@@ -17,7 +17,9 @@ SGSN_Components.mp_nsconfig := {
local_ip := "127.0.0.1",
local_udp_port := 23000,
remote_ip := "127.0.0.1",
- remote_udp_port := 22000
+ remote_udp_port := 22000,
+ data_weight := 1,
+ signalling_weight := 1
}
},
nsvci := 1234
@@ -29,7 +31,9 @@ SGSN_Components.mp_nsconfig := {
local_ip := "127.0.0.1",
local_udp_port := 23001,
remote_ip := "127.0.0.1",
- remote_udp_port := 22000
+ remote_udp_port := 22000,
+ data_weight := 1,
+ signalling_weight := 1
}
},
nsvci := 1234
@@ -41,7 +45,9 @@ SGSN_Components.mp_nsconfig := {
local_ip := "127.0.0.1",
local_udp_port := 23002,
remote_ip := "127.0.0.1",
- remote_udp_port := 22000
+ remote_udp_port := 22000,
+ data_weight := 1,
+ signalling_weight := 1
}
},
nsvci := 1234