Change in osmo-ttcn3-hacks[master]: fix length of frame generated by f_TC_rll_ud_ind

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Stefan Sperling gerrit-no-reply at lists.osmocom.org
Wed Jul 25 15:03:57 UTC 2018


Stefan Sperling has uploaded this change for review. ( https://gerrit.osmocom.org/10160


Change subject: fix length of frame generated by f_TC_rll_ud_ind
......................................................................

fix length of frame generated by f_TC_rll_ud_ind

Because trxcon now requires frames of a minimum size some
BTS tests which send unpadded frames with a short payload
have started to fail.

Extend the payload size generated by f_TC_rll_ud_ind()
to make TC_rll_unit_data_ind_DCCH pass again.

Change-Id: Ibaa4124ebdec96623f48c38fac702e9bbd843869
Related: OS#3415
---
M bts/BTS_Tests.ttcn
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/60/10160/1

diff --git a/bts/BTS_Tests.ttcn b/bts/BTS_Tests.ttcn
index 4f0f0ef..d398c7a 100644
--- a/bts/BTS_Tests.ttcn
+++ b/bts/BTS_Tests.ttcn
@@ -3602,7 +3602,7 @@
 	f_rslem_unregister(0, g_chan_nr);
 }
 testcase TC_rll_unit_data_ind_DCCH() runs on test_CT {
-	var octetstring l3 := f_rnd_octstring(15);
+	var octetstring l3 := f_rnd_octstring(20);
 	var RllTestCases tcs := {
 		valueof(t_EITC(0, valueof(ts_RslLinkID_DCCH(0)), l3, true)),
 		valueof(t_EITC(3, valueof(ts_RslLinkID_DCCH(3)), l3, true))

-- 
To view, visit https://gerrit.osmocom.org/10160
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ibaa4124ebdec96623f48c38fac702e9bbd843869
Gerrit-Change-Number: 10160
Gerrit-PatchSet: 1
Gerrit-Owner: Stefan Sperling <ssperling at sysmocom.de>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20180725/11452a38/attachment.htm>


More information about the gerrit-log mailing list