<p>Harald Welte has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/14158">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">load_indication: Fix missing re-set of RACH parameters<br><br>While we re-set the PCH load counters after every report, we never<br>actually re-set the RACH load counters.  This meant that the<br>period/window for RACH load averaging would always grow, rather than<br>being reset every load indication period.<br><br>Related: OS#3750<br>Change-Id: Icd9150ba56d77d031c3cf496c5936c2de52b364c<br>---<br>M src/common/load_indication.c<br>1 file changed, 1 insertion(+), 0 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/58/14158/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/common/load_indication.c b/src/common/load_indication.c</span><br><span>index e91f6d4..fa4745b 100644</span><br><span>--- a/src/common/load_indication.c</span><br><span>+++ b/src/common/load_indication.c</span><br><span>@@ -32,6 +32,7 @@</span><br><span> {</span><br><span>  /* re-set the counters */</span><br><span>    bts->load.ccch.pch_used = bts->load.ccch.pch_total = 0;</span><br><span style="color: hsl(120, 100%, 40%);">+ bts->load.rach.busy = bts->load.rach.access = bts->load.rach.total = 0;</span><br><span> }</span><br><span> </span><br><span> static void load_timer_cb(void *data)</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/14158">change 14158</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/14158"/><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: newchange </div>
<div style="display:none"> Gerrit-Change-Id: Icd9150ba56d77d031c3cf496c5936c2de52b364c </div>
<div style="display:none"> Gerrit-Change-Number: 14158 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Harald Welte <laforge@gnumonks.org> </div>