<p>dexter has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/20809">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">BTS_Tests: fix testcase TC_meas_res_sign_tchh_toa256<br><br>When the testcase TC_meas_res_sign_tchh_toa256 calls function<br>f_start_handler(), it laks the parameters pcu_comp := false, trxc_comp<br>:= true. This causes the testcase to abort early. All other<br>TC_meas_res_sign_ testcases do set the parameters as mentioned, lets do<br>the same for TC_meas_res_sign_tchh_toa256<br><br>Change-Id: I53a204e7b7843fd0b45adca4e570b4de9ac238fc<br>Related: OS#4799<br>---<br>M bts/BTS_Tests.ttcn<br>1 file changed, 2 insertions(+), 1 deletion(-)<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/09/20809/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 1a6cca3..e29fcb9 100644</span><br><span>--- a/bts/BTS_Tests.ttcn</span><br><span>+++ b/bts/BTS_Tests.ttcn</span><br><span>@@ -3061,7 +3061,8 @@</span><br><span>   for (var integer ss := 0; ss <= 1; ss := ss+1) {</span><br><span>          pars := valueof(t_Pars(t_RslChanNr_Lm(5, ss), ts_RSL_ChanMode_SIGN(false, RSL_CHRT_TCH_H)));</span><br><span>                 pars.l1_pars.toa256_enabled := true;</span><br><span style="color: hsl(0, 100%, 40%);">-            vc_conn := f_start_handler(refers(f_TC_meas_res_periodic), pars);</span><br><span style="color: hsl(120, 100%, 40%);">+             vc_conn := f_start_handler(refers(f_TC_meas_res_periodic), pars,</span><br><span style="color: hsl(120, 100%, 40%);">+                                         pcu_comp := false, trxc_comp := true);</span><br><span>            vc_conn.done;</span><br><span>        }</span><br><span>    Misc_Helpers.f_shutdown(__BFILE__, __LINE__);</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/20809">change 20809</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/+/20809"/><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: I53a204e7b7843fd0b45adca4e570b4de9ac238fc </div>
<div style="display:none"> Gerrit-Change-Number: 20809 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: dexter <pmaier@sysmocom.de> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>