<p>fixeria <strong>submitted</strong> this change.</p><p><a href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/19268">View Change</a></p><div style="white-space:pre-wrap">Approvals:
  Jenkins Builder: Verified
  fixeria: Looks good to me, approved

</div><pre style="font-family: monospace,monospace; white-space: pre-wrap;">BTS_Tests: fixup PDCH tests: consider frequency hopping<br><br>Do not resolve frequency hopping parameters unconditionally.<br><br>Change-Id: I1735a7f155f737c384e5d1e3e6f4ac97511a1c7c<br>Related: SYS#4868, OS#4546<br>---<br>M bts/BTS_Tests.ttcn<br>1 file changed, 4 insertions(+), 2 deletions(-)<br><br></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 1232a6c..574d47b 100644</span><br><span>--- a/bts/BTS_Tests.ttcn</span><br><span>+++ b/bts/BTS_Tests.ttcn</span><br><span>@@ -4702,7 +4702,8 @@</span><br><span> </span><br><span>    /* Tune trxcon to that PDCH channel */</span><br><span>       var ConnHdlrPars pars := valueof(t_Pars(ts_RslChanNr_PDCH(7), ts_RSL_ChanMode_SIGN));</span><br><span style="color: hsl(0, 100%, 40%);">-   f_resolve_fh_params(pars);</span><br><span style="color: hsl(120, 100%, 40%);">+    if (mp_freq_hop_enabled and mp_transceiver_num > 1)</span><br><span style="color: hsl(120, 100%, 40%);">+                { f_resolve_fh_params(pars); }</span><br><span>       f_l1ctl_est_dchan(L1CTL, pars);</span><br><span> </span><br><span>  /* Verify PTCCH/U: send several access bursts, make sure they're received */</span><br><span>@@ -4965,7 +4966,8 @@</span><br><span> </span><br><span>         /* Tune trxcon to that PDCH channel on TS7 */</span><br><span>        var ConnHdlrPars pars := valueof(t_Pars(ts_RslChanNr_PDCH(7), ts_RSL_ChanMode_SIGN));</span><br><span style="color: hsl(0, 100%, 40%);">-   f_resolve_fh_params(pars);</span><br><span style="color: hsl(120, 100%, 40%);">+    if (mp_freq_hop_enabled and mp_transceiver_num > 1)</span><br><span style="color: hsl(120, 100%, 40%);">+                { f_resolve_fh_params(pars); }</span><br><span>       f_l1ctl_est_dchan(L1CTL, pars);</span><br><span> </span><br><span>  /* C/I in centiBels, test range: -256 .. +1280, step 128 */</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/19268">change 19268</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/+/19268"/><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: I1735a7f155f737c384e5d1e3e6f4ac97511a1c7c </div>
<div style="display:none"> Gerrit-Change-Number: 19268 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: fixeria <vyanitskiy@sysmocom.de> </div>
<div style="display:none"> Gerrit-Reviewer: Jenkins Builder </div>
<div style="display:none"> Gerrit-Reviewer: fixeria <vyanitskiy@sysmocom.de> </div>
<div style="display:none"> Gerrit-MessageType: merged </div>