<p>pespin <strong>uploaded patch set #3</strong> to this change.</p><p><a href="https://gerrit.osmocom.org/c/osmo-pcu/+/26166">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">bts_pch_timer: Fix timer working only for MI type IMSI<br><br>This commit actually addresses 2 errors:<br><br>1- gprs_bssgp_pcu_rx_paging_ps() called gprs_rlcmac_paging_request()<br>with MI which can be either TMSI or IMSI, and the later always called<br>bts_pch_timer_start() passing mi->imsi regardless of the MI type. Hence,<br>trash was being accessed & stored into bts_pch_timer structures if MI<br>type used for paging was TMSI.<br><br>2- When the MS received the PS paging on CCCH and requests an UL TBF, it<br>will send some data. If one phase access is used for whatever reason,<br>the IMSI may not be yet available in the GprsMs object since we never<br>received it (and we'd only have it by means of PktResourceReq). Hence,<br>let's better first try to match the paging by TLLI/TMSI if set in both<br>places, and otherwise use the IMSI.<br><br>Related: OS#5297<br>Change-Id: Iedffb7c6978a3faf0fc26ce2181dde9791a8b6f4<br>---<br>M src/bts_pch_timer.c<br>M src/bts_pch_timer.h<br>M src/gprs_bssgp_pcu.c<br>M src/gprs_rlcmac.cpp<br>M src/tbf_ul.cpp<br>M tests/alloc/AllocTest.cpp<br>M tests/alloc/AllocTest.err<br>7 files changed, 59 insertions(+), 21 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/66/26166/3</pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-pcu/+/26166">change 26166</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/+/26166"/><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: Iedffb7c6978a3faf0fc26ce2181dde9791a8b6f4 </div>
<div style="display:none"> Gerrit-Change-Number: 26166 </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-Reviewer: laforge <laforge@osmocom.org> </div>
<div style="display:none"> Gerrit-CC: fixeria <vyanitskiy@sysmocom.de> </div>
<div style="display:none"> Gerrit-MessageType: newpatchset </div>