Change in osmo-ttcn3-hacks[master]: BTS_Tests: fix testcase TC_meas_res_sign_tchh_toa256

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

dexter gerrit-no-reply at lists.osmocom.org
Tue Oct 20 20:52:09 UTC 2020


dexter has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/20809 )


Change subject: BTS_Tests: fix testcase TC_meas_res_sign_tchh_toa256
......................................................................

BTS_Tests: fix testcase TC_meas_res_sign_tchh_toa256

When the testcase TC_meas_res_sign_tchh_toa256 calls function
f_start_handler(), it laks the parameters pcu_comp := false, trxc_comp
:= true. This causes the testcase to abort early. All other
TC_meas_res_sign_ testcases do set the parameters as mentioned, lets do
the same for TC_meas_res_sign_tchh_toa256

Change-Id: I53a204e7b7843fd0b45adca4e570b4de9ac238fc
Related: OS#4799
---
M bts/BTS_Tests.ttcn
1 file changed, 2 insertions(+), 1 deletion(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/09/20809/1

diff --git a/bts/BTS_Tests.ttcn b/bts/BTS_Tests.ttcn
index 1a6cca3..e29fcb9 100644
--- a/bts/BTS_Tests.ttcn
+++ b/bts/BTS_Tests.ttcn
@@ -3061,7 +3061,8 @@
 	for (var integer ss := 0; ss <= 1; ss := ss+1) {
 		pars := valueof(t_Pars(t_RslChanNr_Lm(5, ss), ts_RSL_ChanMode_SIGN(false, RSL_CHRT_TCH_H)));
 		pars.l1_pars.toa256_enabled := true;
-		vc_conn := f_start_handler(refers(f_TC_meas_res_periodic), pars);
+		vc_conn := f_start_handler(refers(f_TC_meas_res_periodic), pars,
+					   pcu_comp := false, trxc_comp := true);
 		vc_conn.done;
 	}
 	Misc_Helpers.f_shutdown(__BFILE__, __LINE__);

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/20809
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: I53a204e7b7843fd0b45adca4e570b4de9ac238fc
Gerrit-Change-Number: 20809
Gerrit-PatchSet: 1
Gerrit-Owner: dexter <pmaier at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20201020/5baf0f3e/attachment.htm>


More information about the gerrit-log mailing list