From e9c7b8697809f0d30f1c62bc40b56900d9692454 Mon Sep 17 00:00:00 2001 From: Vadim Yanitskiy Date: Sun, 24 Jan 2021 15:21:18 +0100 Subject: 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 --- ttcn3-pcu-test/sns/PCU_Tests.cfg | 4 ++++ 1 file changed, 4 insertions(+) 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 -- cgit v1.2.3