<p>laforge has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/osmo-sgsn/+/21613">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">gbproxy: Use "(nsei << 16) | bvci" as rate_ctr_group index<br><br>As we now have gbproxy_bvc on both the SGSN and the BSS side<br>with the same BVCI, using the BVCI alone will no longer render<br>unique indexes.<br><br>Related: OS#4472<br>Change-Id: I13f3c9e69562a56ad7d3742fdeb2ba48f134fdaa<br>---<br>M src/gbproxy/gb_proxy_peer.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-sgsn refs/changes/13/21613/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/gbproxy/gb_proxy_peer.c b/src/gbproxy/gb_proxy_peer.c</span><br><span>index a0586fe..ed7df32 100644</span><br><span>--- a/src/gbproxy/gb_proxy_peer.c</span><br><span>+++ b/src/gbproxy/gb_proxy_peer.c</span><br><span>@@ -77,7 +77,7 @@</span><br><span>           return NULL;</span><br><span> </span><br><span>     bvc->bvci = bvci;</span><br><span style="color: hsl(0, 100%, 40%);">-    bvc->ctrg = rate_ctr_group_alloc(bvc, &bvc_ctrg_desc, bvci);</span><br><span style="color: hsl(120, 100%, 40%);">+   bvc->ctrg = rate_ctr_group_alloc(bvc, &bvc_ctrg_desc, (nse->nsei << 16) | bvci);</span><br><span>     if (!bvc->ctrg) {</span><br><span>                 talloc_free(bvc);</span><br><span>            return NULL;</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-sgsn/+/21613">change 21613</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/+/21613"/><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: I13f3c9e69562a56ad7d3742fdeb2ba48f134fdaa </div>
<div style="display:none"> Gerrit-Change-Number: 21613 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: laforge <laforge@osmocom.org> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>