<p>Vadim Yanitskiy has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/11224">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">BTS_Tests.ttcn: fix: properly detect RSL_MEAS_RES messages<br><br>Change-Id: Iea5ee868ede8bfe1e2b1cbf5abcbf2844d3fe9a4<br>---<br>M bts/BTS_Tests.ttcn<br>1 file changed, 4 insertions(+), 4 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/24/11224/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 fe59fd3..4c1c193 100644</span><br><span>--- a/bts/BTS_Tests.ttcn</span><br><span>+++ b/bts/BTS_Tests.ttcn</span><br><span>@@ -3734,11 +3734,11 @@</span><br><span>  }</span><br><span> }</span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">-/* Expect (or not expect) SACCH messages (Measurement Reports) */</span><br><span style="color: hsl(120, 100%, 40%);">+/* Expect (or not expect) RSL_MEAS_RES messages (Measurement Reports) */</span><br><span> private altstep as_rsl_sacch_ind(boolean exp_sacch) runs on ConnHdlr {</span><br><span style="color: hsl(0, 100%, 40%);">- [exp_sacch] RSL.receive(tr_RSL_UNITDATA_IND(g_chan_nr, tr_RslLinkID_SACCH(?))) { repeat; }</span><br><span style="color: hsl(0, 100%, 40%);">-      [not exp_sacch] RSL.receive(tr_RSL_UNITDATA_IND(g_chan_nr, tr_RslLinkID_SACCH(?))) {</span><br><span style="color: hsl(0, 100%, 40%);">-            setverdict(fail, "Unexpected (SACCH) UNIT_DATA_IND message!");</span><br><span style="color: hsl(120, 100%, 40%);">+      [exp_sacch] RSL.receive(tr_RSL_MEAS_RES(g_chan_nr)) { repeat; }</span><br><span style="color: hsl(120, 100%, 40%);">+       [not exp_sacch] RSL.receive(tr_RSL_MEAS_RES(g_chan_nr)) {</span><br><span style="color: hsl(120, 100%, 40%);">+             setverdict(fail, "Unexpected RSL_MEAS_RES message!");</span><br><span>              mtc.stop;</span><br><span>            }</span><br><span> }</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/11224">change 11224</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/11224"/><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: Iea5ee868ede8bfe1e2b1cbf5abcbf2844d3fe9a4 </div>
<div style="display:none"> Gerrit-Change-Number: 11224 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Vadim Yanitskiy <axilirator@gmail.com> </div>