<p>pespin <strong>uploaded patch set #3</strong> to this change.</p><p><a href="https://gerrit.osmocom.org/c/osmo-pcu/+/22385">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">Introduce NACC support<br><br>A new nacc_fsm is introduced per MS object, with its partner priv<br>structure struct nacc_fsm_ctx, which exists and is available in the MS<br>object only during the duration of the NACC procedure.<br><br>The NACC context is created on an MS whenever a Pkt Cell Change<br>Notification is received on Uplink RLCMAC, which asks for neighbor<br>information of a given ARFCN+BSIC.<br><br>First, the target ARFCN+BSIC needs to be translated into a CGI-PS<br>(RAC+CI) address. That's done by asking the BSC through the Neighbour<br>Resolution Service available in osmo-bsc using the CTRL interface.<br><br>Once the CGI-PS of the target cell is known, PCU starts a RIM RAN-INFO<br>request against the SGSN (which will route the request as needed), and<br>wait for a response containing the SI bits from the target cell.<br><br>After the SI bis are received, the scheduler is isntructed to eventually<br>poll a TBF for the MS originating the MS, so that we can send the SI bits<br>encapsulated into multiple Packet Neighbor Cell Data messages on the<br>downlink.<br><br>One all the SI bits are sent, the scheduler is instructed to send a<br>Packet Cell Change Continue message.<br><br>Once the message above has been sent, the FSM autodestroys itself.<br><br>Caches are also introduced in this patch which allows for re-using<br>recently known translations ARFCN+BSIC -> CGI-PS and CGI-PS -> SI_INFO<br>respectively.<br><br>Change-Id: Id35f40d05f3e081f32fddbf1fa34cb338db452ca<br>---<br>M configure.ac<br>M src/Makefile.am<br>M src/bts.cpp<br>M src/bts.h<br>M src/encoding.cpp<br>M src/encoding.h<br>M src/gprs_bssgp_rim.c<br>M src/gprs_debug.cpp<br>M src/gprs_debug.h<br>M src/gprs_ms.c<br>M src/gprs_ms.h<br>M src/gprs_pcu.c<br>M src/gprs_pcu.h<br>M src/gprs_rlcmac_sched.cpp<br>A src/nacc_fsm.c<br>A src/nacc_fsm.h<br>A src/neigh_cache.c<br>A src/neigh_cache.h<br>M src/pcu_vty.c<br>M src/pdch.cpp<br>M src/pdch.h<br>M src/tbf.cpp<br>M src/tbf.h<br>M tests/Makefile.am<br>24 files changed, 1,346 insertions(+), 5 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/osmo-pcu refs/changes/85/22385/3</pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-pcu/+/22385">change 22385</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-pcu/+/22385"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: osmo-pcu </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-Change-Id: Id35f40d05f3e081f32fddbf1fa34cb338db452ca </div>
<div style="display:none"> Gerrit-Change-Number: 22385 </div>
<div style="display:none"> Gerrit-PatchSet: 3 </div>
<div style="display:none"> Gerrit-Owner: pespin <pespin@sysmocom.de> </div>
<div style="display:none"> Gerrit-Reviewer: Jenkins Builder </div>
<div style="display:none"> Gerrit-Reviewer: dexter <pmaier@sysmocom.de> </div>
<div style="display:none"> Gerrit-MessageType: newpatchset </div>