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/.
fixeria gerrit-no-reply at lists.osmocom.orgfixeria has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/20797 )
Change subject: BTS_Tests: introduce TC_meas_res_speech_tchh_toa256()
......................................................................
BTS_Tests: introduce TC_meas_res_speech_tchh_toa256()
Change-Id: Ib35e5a1ac0b25e6a1f0f395e4e2693ca99548217
Related: OS#4799
---
M bts/BTS_Tests.ttcn
1 file changed, 17 insertions(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/97/20797/1
diff --git a/bts/BTS_Tests.ttcn b/bts/BTS_Tests.ttcn
index 79931a3..cc38433 100644
--- a/bts/BTS_Tests.ttcn
+++ b/bts/BTS_Tests.ttcn
@@ -3004,6 +3004,22 @@
}
Misc_Helpers.f_shutdown(__BFILE__, __LINE__);
}
+testcase TC_meas_res_speech_tchh_toa256() runs on test_CT {
+ var template RSL_IE_ChannelMode ch_mode;
+ var ConnHdlr vc_conn;
+ var ConnHdlrPars pars;
+ f_init();
+ f_vty_config(BTSVTY, "bts 0", "supp-meas-info toa256");
+ ch_mode := ts_RSL_ChanMode(RSL_CHRT_TCH_H, RSL_CMOD_SP_GSM1);
+ for (var integer ss := 0; ss <= 1; ss := ss + 1) {
+ pars := valueof(t_Pars(t_RslChanNr_Lm(5, ss), ch_mode));
+ pars.l1_pars.toa256_enabled := true;
+ 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__);
+}
testcase TC_meas_res_sign_tchf() runs on test_CT {
var ConnHdlr vc_conn;
@@ -7109,6 +7125,7 @@
execute( TC_rach_load_count() );
execute( TC_meas_res_speech_tchf() );
execute( TC_meas_res_speech_tchh() );
+ execute( TC_meas_res_speech_tchh_toa256() );
execute( TC_meas_res_sign_tchf() );
execute( TC_meas_res_sign_tchh() );
execute( TC_meas_res_sign_sdcch4() );
--
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/20797
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: Ib35e5a1ac0b25e6a1f0f395e4e2693ca99548217
Gerrit-Change-Number: 20797
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20201019/bdc959a5/attachment.htm>