<p>neels has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/21074">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">bts: fix TC_sacch_chan_act_ho_*: missing send SACCH FILL<br><br>The test sets random bits for SI5 and expects to see those in dl SACCH. That<br>can only possibly work when that SI5 was actually sent to the BTS.<br><br>Change-Id: I0d3a96f5ae932734e986637ca2cb23805eba6829<br>---<br>M bts/BTS_Tests.ttcn<br>1 file changed, 3 insertions(+), 0 deletions(-)<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/74/21074/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 c73981d..0cfd750 100644</span><br><span>--- a/bts/BTS_Tests.ttcn</span><br><span>+++ b/bts/BTS_Tests.ttcn</span><br><span>@@ -1232,6 +1232,7 @@</span><br><span>  * see section 4.1.3 of 3GPP TS 48.058 */</span><br><span> private function f_TC_sacch_chan_act_ho_async(charstring id) runs on ConnHdlr {</span><br><span>       var octetstring si5 := f_rnd_octstring(19);</span><br><span style="color: hsl(120, 100%, 40%);">+   RSL.send(ts_RSL_SACCH_FILL(RSL_SYSTEM_INFO_5, si5));</span><br><span> </span><br><span>     f_l1_tune(L1CTL);</span><br><span>    RSL.clear;</span><br><span>@@ -1295,6 +1296,8 @@</span><br><span>  * see section 4.1.4 of 3GPP TS 48.058 */</span><br><span> private function f_TC_sacch_chan_act_ho_sync(charstring id) runs on ConnHdlr {</span><br><span>    var octetstring si5 := f_rnd_octstring(19);</span><br><span style="color: hsl(120, 100%, 40%);">+   RSL.send(ts_RSL_SACCH_FILL(RSL_SYSTEM_INFO_5, si5));</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span>       var RSL_IE_List addl_ies;</span><br><span> </span><br><span>        f_l1_tune(L1CTL);</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/21074">change 21074</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/c/osmo-ttcn3-hacks/+/21074"/><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-Change-Id: I0d3a96f5ae932734e986637ca2cb23805eba6829 </div>
<div style="display:none"> Gerrit-Change-Number: 21074 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: neels <nhofmeyr@sysmocom.de> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>