<p>laforge has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/20546">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">bts: Fix TC_rach_load_count<br><br>The first RACH LOAD IND may only cover a fractional reporting<br>interval, and hence must be ignored.<br><br>Change-Id: I32a703847fbf2b95993e910e6510613902e2bb1a<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/46/20546/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 7c17e03..bdd8546 100644</span><br><span>--- a/bts/BTS_Tests.ttcn</span><br><span>+++ b/bts/BTS_Tests.ttcn</span><br><span>@@ -1538,6 +1538,12 @@</span><br><span>      f_sleep(1.0);</span><br><span>        f_l1_tune(L1CTL);</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>  var GsmFrameNumber fn_last := 0;</span><br><span>     for (var integer i := 0; i < 1000; i := i+1) {</span><br><span>            var OCT1 ra := f_rnd_ra_cs();</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/20546">change 20546</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/+/20546"/><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: I32a703847fbf2b95993e910e6510613902e2bb1a </div>
<div style="display:none"> Gerrit-Change-Number: 20546 </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>