laforge has submitted this change. (
https://gerrit.osmocom.org/c/docker-playground/+/22411 )
Change subject: ttcn3-pcu-test-sns: fix DTE 'Encoding an unbound integer value'
......................................................................
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
---
M ttcn3-pcu-test/sns/PCU_Tests.cfg
1 file changed, 4 insertions(+), 0 deletions(-)
Approvals:
laforge: Looks good to me, approved; Verified
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 @@
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 @@
local_udp_port := 23002,
remote_ip := "172.18.14.101",
remote_udp_port := 23000
+ data_weight := 1,
+ signalling_weight := 1
}
},
nsvci := 1234
--
To view, visit https://gerrit.osmocom.org/c/docker-playground/+/22411
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: I401f53bddd81e8386c01392d9a59c3b5ca8e9802
Gerrit-Change-Number: 22411
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <[email protected]>
Gerrit-Reviewer: laforge <[email protected]>
Gerrit-MessageType: merged