<p>daniel has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/osmo-gbproxy/+/25577">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">gbproxy: Avoid sending STATUS on unexpected BLOCK_ACK<br><br>Don't answer with STATUS if the BVC referred to by the BLOCK_ACK is<br>unknown. This can happen when the BSS BVC disappears and the gbproxy<br>blocks and then removes the corresponding BVC at the SGSN.<br><br>Related: SYS#5628. OS#5236<br>Change-Id: Ic9f34a27412d6e15ca1198ee140f66a076b5c6b6<br>---<br>M src/gb_proxy.c<br>1 file changed, 1 insertion(+), 1 deletion(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/osmo-gbproxy refs/changes/77/25577/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/gb_proxy.c b/src/gb_proxy.c</span><br><span>index be075d6..37ccc11 100644</span><br><span>--- a/src/gb_proxy.c</span><br><span>+++ b/src/gb_proxy.c</span><br><span>@@ -1375,7 +1375,7 @@</span><br><span>          bvci = ntohs(tlvp_val16_unal(&tp[0], BSSGP_IE_BVCI));</span><br><span>            sgsn_bvc = gbproxy_bvc_by_bvci(nse, bvci);</span><br><span>           if (!sgsn_bvc)</span><br><span style="color: hsl(0, 100%, 40%);">-                  goto err_no_bvc;</span><br><span style="color: hsl(120, 100%, 40%);">+                      break;</span><br><span>               rc = osmo_fsm_inst_dispatch(sgsn_bvc->fi, BSSGP_BVCFSM_E_RX_BLOCK_ACK, msg);</span><br><span>              break;</span><br><span>       case BSSGP_PDUT_BVC_UNBLOCK_ACK:</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-gbproxy/+/25577">change 25577</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-gbproxy/+/25577"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: osmo-gbproxy </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-Change-Id: Ic9f34a27412d6e15ca1198ee140f66a076b5c6b6 </div>
<div style="display:none"> Gerrit-Change-Number: 25577 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: daniel <dwillmann@sysmocom.de> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>