<p>laforge <strong>uploaded patch set #3</strong> to the change originally created by fixeria.</p><p><a href="https://gerrit.osmocom.org/c/osmo-bsc/+/16350">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">abis_nm.c: fix RSL connection timeout for trx->nr > 0<br><br>After sending of NM_MT_IPACC_RSL_CONNECT message, we start a timer,<br>and stop it on receipt of NM_MT_IPACC_RSL_CONNECT_{ACK,NACK}. When<br>running a multi-trx setup, one can see the following warnings:<br><br>  DRSL NOTICE abis_nm.c:2852 (bts=0,trx=1) RSL connection request timed out<br>  DRSL NOTICE abis_nm.c:2852 (bts=0,trx=2) RSL connection request timed out<br><br>even despite NM_MT_IPACC_RSL_CONNECT is actually being acknowledged.<br><br>The problem is in abis_nm_rx_ipacc(): we cannot just use sign_link->trx,<br>because the message itself was received over the OML link, so this<br>pointer always gives us C0/TRX0. Instead, we must find a TRX by its<br>number from the FOH header using gsm_bts_trx_by_nr().<br><br>Change-Id: Ib4b9a198da11c88a51cfa78ffb7e7235a6365ef4<br>---<br>M src/osmo-bsc/abis_nm.c<br>1 file changed, 21 insertions(+), 4 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/osmo-bsc refs/changes/50/16350/3</pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-bsc/+/16350">change 16350</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-bsc/+/16350"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: osmo-bsc </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-Change-Id: Ib4b9a198da11c88a51cfa78ffb7e7235a6365ef4 </div>
<div style="display:none"> Gerrit-Change-Number: 16350 </div>
<div style="display:none"> Gerrit-PatchSet: 3 </div>
<div style="display:none"> Gerrit-Owner: fixeria <axilirator@gmail.com> </div>
<div style="display:none"> Gerrit-Reviewer: Jenkins Builder </div>
<div style="display:none"> Gerrit-Reviewer: fixeria <axilirator@gmail.com> </div>
<div style="display:none"> Gerrit-Reviewer: laforge <laforge@osmocom.org> </div>
<div style="display:none"> Gerrit-Reviewer: pespin <pespin@sysmocom.de> </div>
<div style="display:none"> Gerrit-MessageType: newpatchset </div>