<p>Stefan Sperling has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/10160">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">fix length of frame generated by f_TC_rll_ud_ind<br><br>Because trxcon now requires frames of a minimum size some<br>BTS tests which send unpadded frames with a short payload<br>have started to fail.<br><br>Extend the payload size generated by f_TC_rll_ud_ind()<br>to make TC_rll_unit_data_ind_DCCH pass again.<br><br>Change-Id: Ibaa4124ebdec96623f48c38fac702e9bbd843869<br>Related: OS#3415<br>---<br>M bts/BTS_Tests.ttcn<br>1 file changed, 1 insertion(+), 1 deletion(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/60/10160/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/bts/BTS_Tests.ttcn b/bts/BTS_Tests.ttcn</span><br><span>index 4f0f0ef..d398c7a 100644</span><br><span>--- a/bts/BTS_Tests.ttcn</span><br><span>+++ b/bts/BTS_Tests.ttcn</span><br><span>@@ -3602,7 +3602,7 @@</span><br><span>      f_rslem_unregister(0, g_chan_nr);</span><br><span> }</span><br><span> testcase TC_rll_unit_data_ind_DCCH() runs on test_CT {</span><br><span style="color: hsl(0, 100%, 40%);">-        var octetstring l3 := f_rnd_octstring(15);</span><br><span style="color: hsl(120, 100%, 40%);">+    var octetstring l3 := f_rnd_octstring(20);</span><br><span>   var RllTestCases tcs := {</span><br><span>            valueof(t_EITC(0, valueof(ts_RslLinkID_DCCH(0)), l3, true)),</span><br><span>                 valueof(t_EITC(3, valueof(ts_RslLinkID_DCCH(3)), l3, true))</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/10160">change 10160</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://gerrit.osmocom.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://gerrit.osmocom.org/10160"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: osmo-ttcn3-hacks </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>
<div style="display:none"> Gerrit-Change-Id: Ibaa4124ebdec96623f48c38fac702e9bbd843869 </div>
<div style="display:none"> Gerrit-Change-Number: 10160 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Stefan Sperling <ssperling@sysmocom.de> </div>