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
This commit is contained in:
Stefan Sperling 2018-07-25 17:03:08 +02:00 committed by Harald Welte
parent 637ef6c87f
commit c4181915f7
1 changed files with 1 additions and 1 deletions

View File

@ -3602,7 +3602,7 @@ private function f_TC_rll_ud_ind(charstring id) runs on ConnHdlr {
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))