<p>daniel has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/osmo-sgsn/+/21030">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">gbproxy: Get the peer if paging by BVCI on SIG_BVC<br><br>Currently the code reports routing the message to a BVCI but never even<br>tries to get the peer for it.<br><br>Change-Id: Ic72f0f03e5886ab76404915fc60a2796e6881a7a<br>Related: SYS#4998<br>---<br>M src/gbproxy/gb_proxy.c<br>1 file changed, 1 insertion(+), 0 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/osmo-sgsn refs/changes/30/21030/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/gbproxy/gb_proxy.c b/src/gbproxy/gb_proxy.c</span><br><span>index 5c1c96e..ddb7342 100644</span><br><span>--- a/src/gbproxy/gb_proxy.c</span><br><span>+++ b/src/gbproxy/gb_proxy.c</span><br><span>@@ -1105,6 +1105,7 @@</span><br><span>              nsei);</span><br><span>       if (TLVP_PRESENT(tp, BSSGP_IE_BVCI)) {</span><br><span>               uint16_t bvci = ntohs(tlvp_val16_unal(tp, BSSGP_IE_BVCI));</span><br><span style="color: hsl(120, 100%, 40%);">+            peer = gbproxy_peer_by_bvci(cfg, bvci);</span><br><span>              LOGPC(DGPRS, LOGL_INFO, "routing by BVCI to peer BVCI=%u\n",</span><br><span>                       bvci);</span><br><span>               errctr = GBPROX_GLOB_CTR_OTHER_ERR;</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-sgsn/+/21030">change 21030</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-sgsn/+/21030"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: osmo-sgsn </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-Change-Id: Ic72f0f03e5886ab76404915fc60a2796e6881a7a </div>
<div style="display:none"> Gerrit-Change-Number: 21030 </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>