<p>Stefan Sperling <strong>merged</strong> this change.</p><p><a href="https://gerrit.osmocom.org/10159">View Change</a></p><div style="white-space:pre-wrap">Approvals:
  Vadim Yanitskiy: Looks good to me, but someone else must approve
  Pau Espin Pedrol: Looks good to me, approved
  Jenkins Builder: Verified

</div><pre style="font-family: monospace,monospace; white-space: pre-wrap;">BTS: fix length of frames generated by f_TC_chan_act_encr<br><br>Since trxcon now drops L2 frames of an incorrect length, 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_chan_act_encr()<br>to make these tests pass again:<br><br>TC_chan_act_a51<br>TC_chan_act_a52<br>TC_chan_act_a53<br><br>Found by: Vadim Yanitskiy<br>Related: OS#3415<br><br>Change-Id: I0f9a40503a4ed4fce10d9655f845ac49d33f4041<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;"><span>diff --git a/bts/BTS_Tests.ttcn b/bts/BTS_Tests.ttcn</span><br><span>index 4f0f0ef..941be28 100644</span><br><span>--- a/bts/BTS_Tests.ttcn</span><br><span>+++ b/bts/BTS_Tests.ttcn</span><br><span>@@ -3658,7 +3658,7 @@</span><br><span>       /* now we actually need to transmit some data both ways to check if the encryption works */</span><br><span>  var L1ctlDlMessage dl;</span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">-      var octetstring l3 := f_rnd_octstring(16);</span><br><span style="color: hsl(120, 100%, 40%);">+    var octetstring l3 := f_rnd_octstring(20);</span><br><span>   var RslLinkId link_id := valueof(ts_RslLinkID_DCCH(0));</span><br><span> </span><br><span>  /* send UNITDATA_REQ from BTS to MS and expect it to arrive */</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/10159">change 10159</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/10159"/><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: merged </div>
<div style="display:none"> Gerrit-Change-Id: I0f9a40503a4ed4fce10d9655f845ac49d33f4041 </div>
<div style="display:none"> Gerrit-Change-Number: 10159 </div>
<div style="display:none"> Gerrit-PatchSet: 2 </div>
<div style="display:none"> Gerrit-Owner: Stefan Sperling <ssperling@sysmocom.de> </div>
<div style="display:none"> Gerrit-Reviewer: Jenkins Builder </div>
<div style="display:none"> Gerrit-Reviewer: Pau Espin Pedrol <pespin@sysmocom.de> </div>
<div style="display:none"> Gerrit-Reviewer: Stefan Sperling <ssperling@sysmocom.de> </div>
<div style="display:none"> Gerrit-Reviewer: Vadim Yanitskiy <axilirator@gmail.com> </div>