<p>laforge has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/20545">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">bts: Fix TC_rach_load_idle_thresh0()<br><br>The first RACH LOAD IND may only cover a fractional reporting<br>interval, and hence must be ignored.<br><br>Change-Id: I43ee8e846803e2ef6218a3e7ac385ed8af30c217<br>---<br>M bts/BTS_Tests.ttcn<br>1 file changed, 6 insertions(+), 0 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/45/20545/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/bts/BTS_Tests.ttcn b/bts/BTS_Tests.ttcn</span><br><span>index 57de013..7c17e03 100644</span><br><span>--- a/bts/BTS_Tests.ttcn</span><br><span>+++ b/bts/BTS_Tests.ttcn</span><br><span>@@ -1470,6 +1470,12 @@</span><br><span> </span><br><span>         f_init();</span><br><span> </span><br><span style="color: hsl(120, 100%, 40%);">+ /* Skip the first RACH LOAD IND, as it may not have the full slot count (BTS started less than 1s  before) */</span><br><span style="color: hsl(120, 100%, 40%);">+ alt {</span><br><span style="color: hsl(120, 100%, 40%);">+ [] RSL_CCHAN.receive(tr_ASP_RSL_UD(tr_RSL_RACH_LOAD_IND(?, ?, ?))) { }</span><br><span style="color: hsl(120, 100%, 40%);">+        [] RSL_CCHAN.receive { repeat }</span><br><span style="color: hsl(120, 100%, 40%);">+       }</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span>  timer T := 5.0;</span><br><span>      T.start;</span><br><span>     alt {</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/20545">change 20545</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-ttcn3-hacks/+/20545"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: osmo-ttcn3-hacks </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-Change-Id: I43ee8e846803e2ef6218a3e7ac385ed8af30c217 </div>
<div style="display:none"> Gerrit-Change-Number: 20545 </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>