<p>laforge has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/osmo-sgsn/+/21688">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">gbproxy: Copy RA-ID from BSS side BVC to CELL and SGSN-side BVC<br><br>Change-Id: I18669f269c4a959fcfa51885aafb719b662a7f8a<br>Related: OS#4894<br>---<br>M src/gbproxy/gb_proxy.c<br>1 file changed, 2 insertions(+), 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/88/21688/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 ed4dbeb..0dd45d4 100644</span><br><span>--- a/src/gbproxy/gb_proxy.c</span><br><span>+++ b/src/gbproxy/gb_proxy.c</span><br><span>@@ -509,6 +509,7 @@</span><br><span> </span><br><span>                bvc->cell = gbproxy_cell_alloc(cfg, bvci);</span><br><span>                OSMO_ASSERT(bvc->cell);</span><br><span style="color: hsl(120, 100%, 40%);">+            memcpy(bvc->cell->ra, bvc->ra, sizeof(bvc->cell->ra));</span><br><span> </span><br><span>            /* link us to the cell and vice-versa */</span><br><span>             bvc->cell->bss_bvc = bvc;</span><br><span>@@ -524,6 +525,7 @@</span><br><span>                                OSMO_ASSERT(sgsn_bvc);</span><br><span> </span><br><span>                           sgsn_bvc->cell = bvc->cell;</span><br><span style="color: hsl(120, 100%, 40%);">+                             memcpy(sgsn_bvc->ra, bvc->cell->ra, sizeof(sgsn_bvc->ra));</span><br><span>                               sgsn_bvc->fi = bssgp_bvc_fsm_alloc_ptp_bss(sgsn_bvc, cfg->nsi, sgsn_nse->nsei,</span><br><span>                                                                         bvci, ra_id, cell_id);</span><br><span>                            OSMO_ASSERT(sgsn_bvc->fi);</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-sgsn/+/21688">change 21688</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/+/21688"/><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: I18669f269c4a959fcfa51885aafb719b662a7f8a </div>
<div style="display:none"> Gerrit-Change-Number: 21688 </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>