<p>Neels Hofmeyr has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/11659">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">bsc: TC_chan_act_ack_est_ind_noreply: use f_expect_chan_rel<br><br>Instead of placing an own set of channel release expectations, just use the<br>common f_expect_chan_rel() that exists for exactly this purpose.<br><br>This will also be in line with upcoming changes to tighten checking of the<br>lchan release messages.<br><br>Related: OS#3413<br>Change-Id: Ib7dd886472337e2deb968e6f9de6cecdb7855319<br>---<br>M bsc/BSC_Tests.ttcn<br>1 file changed, 1 insertion(+), 9 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/59/11659/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 551ffe0..a2a3378 100644</span><br><span>--- a/bsc/BSC_Tests.ttcn</span><br><span>+++ b/bsc/BSC_Tests.ttcn</span><br><span>@@ -429,15 +429,7 @@</span><br><span> </span><br><span>         /* expect BSC to disable the channel again if there's no response from MSC */</span><br><span>    /* MS waits 20s (T3210) at LU; 10s (T3230) at CM SERV REQ and 5s (T3220) AT detach */</span><br><span style="color: hsl(0, 100%, 40%);">-   IPA_RSL[0].clear;</span><br><span style="color: hsl(0, 100%, 40%);">-       alt {</span><br><span style="color: hsl(0, 100%, 40%);">-   [] IPA_RSL[0].receive(tr_ASP_RSL_UD(sid, tr_RSL_MsgTypeD(RSL_MT_RF_CHAN_REL))) -> value rx_rsl_ud { }</span><br><span style="color: hsl(0, 100%, 40%);">-        [] IPA_RSL[0].receive(tr_ASP_RSL_UD(sid, tr_RSL_REL_REQ(chan_nr, ?))) -> value rx_rsl_ud {</span><br><span style="color: hsl(0, 100%, 40%);">-           f_ipa_tx(0, ts_RSL_REL_CONF(chan_nr, main_dcch));</span><br><span style="color: hsl(0, 100%, 40%);">-               repeat;</span><br><span style="color: hsl(0, 100%, 40%);">-         }</span><br><span style="color: hsl(0, 100%, 40%);">-       }</span><br><span style="color: hsl(0, 100%, 40%);">-</span><br><span style="color: hsl(120, 100%, 40%);">+     f_expect_chan_rel(0, chan_nr);</span><br><span>       setverdict(pass);</span><br><span> }</span><br><span> </span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/11659">change 11659</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/11659"/><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: Ib7dd886472337e2deb968e6f9de6cecdb7855319 </div>
<div style="display:none"> Gerrit-Change-Number: 11659 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Neels Hofmeyr <nhofmeyr@sysmocom.de> </div>