<p>Harald Welte <strong>merged</strong> this change.</p><p><a href="https://gerrit.osmocom.org/9344">View Change</a></p><div style="white-space:pre-wrap">Approvals:
  Jenkins Builder: Verified
  Harald Welte: Looks good to me, approved

</div><pre style="font-family: monospace,monospace; white-space: pre-wrap;">RSL_Emulation: Handle ID_ACK event in BSC role<br><br>In I483ddd45c1cf631a5a9d8f862b6ca728b38bdc14 we introduced code<br>that makes the IPA_Emulation code to emut an ASP_IPA_EVENT_ID_ACK<br>[also] to the RSL port, irrespective of client/server status.<br><br>However, RSL_Emulation only handled this event in the BTS role<br>for BSC testing, but not in in the BSC role for BTS testing.<br><br>Change-Id: I99a5c58ea8d1e74b2ad51aed23009af6322a1007<br>---<br>M library/RSL_Emulation.ttcn<br>1 file changed, 1 insertion(+), 0 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/library/RSL_Emulation.ttcn b/library/RSL_Emulation.ttcn</span><br><span>index 3ad062b..3634373 100644</span><br><span>--- a/library/RSL_Emulation.ttcn</span><br><span>+++ b/library/RSL_Emulation.ttcn</span><br><span>@@ -350,6 +350,7 @@</span><br><span>           [bts_role] IPA_PT.receive(ASP_IPA_Event:{up_down := ASP_IPA_EVENT_ID_ACK}) {</span><br><span>                         IPA_PT.send(ts_ASP_RSL_UD(IPAC_PROTO_RSL_TRX0,ts_RSL_PAGING_LOAD_IND(23)));</span><br><span>                  }</span><br><span style="color: hsl(120, 100%, 40%);">+             [not bts_role] IPA_PT.receive(ASP_IPA_Event:{up_down := ASP_IPA_EVENT_ID_ACK}) { }</span><br><span>           [bts_role] IPA_PT.receive(tr_RSL(tr_RSL_IMM_ASSIGN)) -> value rx_rsl {</span><br><span>                    var GsmRrMessage rr;</span><br><span>                         var OCT1 ra;</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/9344">change 9344</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/9344"/><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: merged </div>
<div style="display:none"> Gerrit-Change-Id: I99a5c58ea8d1e74b2ad51aed23009af6322a1007 </div>
<div style="display:none"> Gerrit-Change-Number: 9344 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Harald Welte <laforge@gnumonks.org> </div>
<div style="display:none"> Gerrit-Reviewer: Harald Welte <laforge@gnumonks.org> </div>
<div style="display:none"> Gerrit-Reviewer: Jenkins Builder </div>