aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVadim Yanitskiy <vyanitskiy@sysmocom.de>2021-01-24 15:21:18 +0100
committerVadim Yanitskiy <vyanitskiy@sysmocom.de>2021-01-24 15:22:29 +0100
commite9c7b8697809f0d30f1c62bc40b56900d9692454 (patch)
tree306be02173f77bc217fe1beeffb3fc8c4f11b5f1
parent22b58d7ecc0b0d76de95c7a7aca977737f60136d (diff)
ttcn3-pcu-test-sns: fix DTE 'Encoding an unbound integer value'
Starting from build #245 [1] all test cases fail due to DTE: RAW_NS.ttcnpp:62 Dynamic test case error: Text encoder: Encoding an unbound integer value. This happens because fields 'data_weight' and 'signalling_weight' are both unbound for two additional NS providers. Fix this. [1] https://jenkins.osmocom.org/jenkins/view/TTCN3-centos/job/TTCN3-centos-pcu-test-sns/245/ Change-Id: I401f53bddd81e8386c01392d9a59c3b5ca8e9802 Fixes: Ic607b3edc3bf724a8b2dbd6be8c806002c229509
-rw-r--r--ttcn3-pcu-test/sns/PCU_Tests.cfg4
1 files changed, 4 insertions, 0 deletions
diff --git a/ttcn3-pcu-test/sns/PCU_Tests.cfg b/ttcn3-pcu-test/sns/PCU_Tests.cfg
index 7efb2cb..604f50c 100644
--- a/ttcn3-pcu-test/sns/PCU_Tests.cfg
+++ b/ttcn3-pcu-test/sns/PCU_Tests.cfg
@@ -33,6 +33,8 @@ SGSN_Components.mp_nsconfig := {
local_udp_port := 23001,
remote_ip := "172.18.14.101",
remote_udp_port := 23000
+ data_weight := 1,
+ signalling_weight := 1
}
},
nsvci := 1234
@@ -45,6 +47,8 @@ SGSN_Components.mp_nsconfig := {
local_udp_port := 23002,
remote_ip := "172.18.14.101",
remote_udp_port := 23000
+ data_weight := 1,
+ signalling_weight := 1
}
},
nsvci := 1234