<p>Harald Welte <strong>merged</strong> this change.</p><p><a href="https://gerrit.osmocom.org/9505">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;">bsc-nat: Avoid sending reset ack twice in a row<br><br>Fixes: 38a77d0098b21e14a42a91fd83bc8179b2978555<br><br>Change-Id: Iedf45a787d5e684b2f199e8e947da434fe75cf05<br>---<br>M openbsc/src/osmo-bsc_nat/bsc_nat.c<br>1 file changed, 0 insertions(+), 1 deletion(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/openbsc/src/osmo-bsc_nat/bsc_nat.c b/openbsc/src/osmo-bsc_nat/bsc_nat.c</span><br><span>index 38a29be..240286e 100644</span><br><span>--- a/openbsc/src/osmo-bsc_nat/bsc_nat.c</span><br><span>+++ b/openbsc/src/osmo-bsc_nat/bsc_nat.c</span><br><span>@@ -1261,7 +1261,6 @@</span><br><span>  /* if we filter out the reset send an ack to the BSC */</span><br><span>      if (parsed->bssap == 0 && parsed->gsm_type == BSS_MAP_MSG_RESET) {</span><br><span>             send_reset_ack(bsc);</span><br><span style="color: hsl(0, 100%, 40%);">-            send_reset_ack(bsc);</span><br><span>         } else if (parsed->ipa_proto == IPAC_PROTO_IPACCESS) {</span><br><span>            /* do we know who is handling this? */</span><br><span>               if (msg->l2h[0] == IPAC_MSGT_ID_RESP && msgb_l2len(msg) > 2) {</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/9505">change 9505</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/9505"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: openbsc </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: merged </div>
<div style="display:none"> Gerrit-Change-Id: Iedf45a787d5e684b2f199e8e947da434fe75cf05 </div>
<div style="display:none"> Gerrit-Change-Number: 9505 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Pau Espin Pedrol <pespin@sysmocom.de> </div>
<div style="display:none"> Gerrit-Reviewer: Harald Welte <laforge@gnumonks.org> </div>
<div style="display:none"> Gerrit-Reviewer: Jenkins Builder </div>