<p>Vadim Yanitskiy has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/18633">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">BTS_Tests: fix f_init_rsl(): expect all 4 transceivers to connect<br><br>Change-Id: I32bb6d37929cde420a547e18eeb2f940e833316b<br>Related: OS#4546<br>---<br>M bts/BTS_Tests.ttcn<br>1 file changed, 8 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/33/18633/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 80804ec..ef67646 100644</span><br><span>--- a/bts/BTS_Tests.ttcn</span><br><span>+++ b/bts/BTS_Tests.ttcn</span><br><span>@@ -194,11 +194,15 @@</span><br><span>      vc_RSL.start(RSL_Emulation.main(false));</span><br><span> </span><br><span>         T.start;</span><br><span style="color: hsl(0, 100%, 40%);">-        alt {</span><br><span style="color: hsl(0, 100%, 40%);">-   /* TODO: handle connection events from multiple transceivers */</span><br><span style="color: hsl(0, 100%, 40%);">- [] RSL_CCHAN.receive(tr_RSLEm_EV(RSLEM_EV_TRX_UP));</span><br><span style="color: hsl(120, 100%, 40%);">+   interleave {</span><br><span style="color: hsl(120, 100%, 40%);">+  /* We expect all 4 transceivers to connect here (separate IPA/RSL connections).</span><br><span style="color: hsl(120, 100%, 40%);">+        * See https://gerrit.osmocom.org/q/Ib5ad31388ae25399ad09739aac3fdcb0b3a1f78b. */</span><br><span style="color: hsl(120, 100%, 40%);">+     [] RSL_CCHAN.receive(tr_RSLEm_EV(RSLEM_EV_TRX_UP, sid := IPAC_PROTO_RSL_TRX0));</span><br><span style="color: hsl(120, 100%, 40%);">+       [] RSL_CCHAN.receive(tr_RSLEm_EV(RSLEM_EV_TRX_UP, sid := IPAC_PROTO_RSL_TRX1));</span><br><span style="color: hsl(120, 100%, 40%);">+       [] RSL_CCHAN.receive(tr_RSLEm_EV(RSLEM_EV_TRX_UP, sid := IPAC_PROTO_RSL_TRX2));</span><br><span style="color: hsl(120, 100%, 40%);">+       [] RSL_CCHAN.receive(tr_RSLEm_EV(RSLEM_EV_TRX_UP, sid := IPAC_PROTO_RSL_TRX3));</span><br><span>      [] T.timeout {</span><br><span style="color: hsl(0, 100%, 40%);">-          Misc_Helpers.f_shutdown(__BFILE__, __LINE__, fail, "Timeout waiting for ASP_IPA_EVENT_UP");</span><br><span style="color: hsl(120, 100%, 40%);">+         Misc_Helpers.f_shutdown(__BFILE__, __LINE__, fail, "Timeout waiting for RSLEM_EV_TRX_UP");</span><br><span>                 }</span><br><span>    }</span><br><span> }</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/18633">change 18633</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/+/18633"/><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: I32bb6d37929cde420a547e18eeb2f940e833316b </div>
<div style="display:none"> Gerrit-Change-Number: 18633 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Vadim Yanitskiy <vyanitskiy@sysmocom.de> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>