<p>daniel has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/10407">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">bsc: Wait for immedate assignment in f_chreq_act_ack<br><br>Sometimes TC_chan_rel_hard_rlsd_ms_dead could fail because the Immediate<br>assignment command would arrive in the RSL queue after it was cleared in<br>f_expect_chan_rel. The alt statement would now never complete since the<br>Immediate Assignment was blocking/hogging the queue. Wait explicitly for<br>the IMM ASS in f_chreq_act_ack before continuing.<br><br>Change-Id: I2831d4caf7f045b3396d28a978328e8a1097d8d3<br>---<br>M bsc/BSC_Tests.ttcn<br>1 file changed, 1 insertion(+), 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/07/10407/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 5af4573..e94b781 100644</span><br><span>--- a/bsc/BSC_Tests.ttcn</span><br><span>+++ b/bsc/BSC_Tests.ttcn</span><br><span>@@ -642,6 +642,7 @@</span><br><span>  rx_rsl := f_exp_ipa_rx(0, tr_RSL_MsgTypeD(RSL_MT_CHAN_ACTIV));</span><br><span>       var RslChannelNr chan_nr := rx_rsl.ies[0].body.chan_nr;</span><br><span>      f_ipa_tx(0, ts_RSL_CHAN_ACT_ACK(chan_nr, fn+10));</span><br><span style="color: hsl(120, 100%, 40%);">+     rx_rsl := f_exp_ipa_rx(0, tr_RSL_IMM_ASSIGN(0));</span><br><span>     return chan_nr;</span><br><span> }</span><br><span> </span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/10407">change 10407</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/10407"/><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: I2831d4caf7f045b3396d28a978328e8a1097d8d3 </div>
<div style="display:none"> Gerrit-Change-Number: 10407 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: daniel <dwillmann@sysmocom.de> </div>