<p>Neels Hofmeyr has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/9626">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">bsc: fix TC_chan_rel_hard_rlsd_ms_dead: ignore RLL REL<br><br>The intention is to ignore RLL REL requests, and not to actually block the alt<br>statement in f_expect_chan_rel() if any RLL REL messages show up.<br><br>Change-Id: I3bbcdc41d186a3464cd4adb5c5b770bdec056993<br>---<br>M bsc/BSC_Tests.ttcn<br>1 file changed, 5 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/26/9626/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/bsc/BSC_Tests.ttcn b/bsc/BSC_Tests.ttcn</span><br><span>index bab56d1..df51e7f 100644</span><br><span>--- a/bsc/BSC_Tests.ttcn</span><br><span>+++ b/bsc/BSC_Tests.ttcn</span><br><span>@@ -763,6 +763,11 @@</span><br><span> f_ipa_tx(0, ts_RSL_REL_CONF(rsl_chan_nr, main_dcch));</span><br><span> repeat;</span><br><span> }</span><br><span style="color: hsl(120, 100%, 40%);">+ [not handle_rll_rel] IPA_RSL[bts_nr].receive(tr_ASP_RSL_UD(IPAC_PROTO_RSL_TRX0,</span><br><span style="color: hsl(120, 100%, 40%);">+ tr_RSL_REL_REQ(rsl_chan_nr, ?))) {</span><br><span style="color: hsl(120, 100%, 40%);">+ /* Do not reply, just continue */</span><br><span style="color: hsl(120, 100%, 40%);">+ repeat;</span><br><span style="color: hsl(120, 100%, 40%);">+ }</span><br><span> /* Expect RF channel release from BSC on Abis */</span><br><span> [] IPA_RSL[bts_nr].receive(tr_ASP_RSL_UD(IPAC_PROTO_RSL_TRX0,</span><br><span> tr_RSL_MsgTypeD(RSL_MT_RF_CHAN_REL))) {</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/9626">change 9626</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/9626"/><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: I3bbcdc41d186a3464cd4adb5c5b770bdec056993 </div>
<div style="display:none"> Gerrit-Change-Number: 9626 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Neels Hofmeyr <nhofmeyr@sysmocom.de> </div>