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: Ic607b3edc3bf724a8b2dbd6be8c806002c229509changes/11/22411/1
parent
22b58d7ecc
commit
e9c7b86978
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue