<p>Harald Welte <strong>uploaded patch set #2</strong> to this change.</p><p><a href="https://gerrit.osmocom.org/14159">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">l1sap: Correctly count RACH slots in calc_exprd_rach_frames()<br><br>We used a bogus multiplication factor of four when computing the number<br>of expired RACH slots.  While there are four RACH slots per block (i.e.<br>4 times more RACH received than normal MAC blocks), that multiplier<br>doesn't apply here:  We are calling this function per *frame* and not<br>per *block*.  So the maximum number of RACH slots per *frame* is (in<br>most suual cases with a single CCCH) at maximum 1. Only some obscure<br>configurations with multiple CCCHs in a single cell would render higher<br>values.  In any case, *blocks* never even enter this equation.<br><br>This wrong multiplier resulted in rather weird RACH load reports to the<br>BSC.<br><br>Related: OS#3750<br>Change-Id: I6b14fd6e7819f9164fb4a09b432a9f419e3b6e5c<br>---<br>M src/common/l1sap.c<br>1 file changed, 1 insertion(+), 4 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/osmo-bts refs/changes/59/14159/2</pre><p>To view, visit <a href="https://gerrit.osmocom.org/14159">change 14159</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/14159"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: osmo-bts </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: newpatchset </div>
<div style="display:none"> Gerrit-Change-Id: I6b14fd6e7819f9164fb4a09b432a9f419e3b6e5c </div>
<div style="display:none"> Gerrit-Change-Number: 14159 </div>
<div style="display:none"> Gerrit-PatchSet: 2 </div>
<div style="display:none"> Gerrit-Owner: Harald Welte <laforge@gnumonks.org> </div>
<div style="display:none"> Gerrit-Reviewer: Harald Welte <laforge@gnumonks.org> </div>
<div style="display:none"> Gerrit-CC: Pau Espin Pedrol <pespin@sysmocom.de> </div>