Change in osmo-ttcn3-hacks[master]: bts: Add TC_sms_cb_cmd_sdcch{4, 8}_extd_multi

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/.

Harald Welte gerrit-no-reply at lists.osmocom.org
Mon May 20 20:02:54 UTC 2019


Harald Welte has uploaded this change for review. ( https://gerrit.osmocom.org/14110


Change subject: bts: Add TC_sms_cb_cmd_sdcch{4,8}_extd_multi
......................................................................

bts: Add TC_sms_cb_cmd_sdcch{4,8}_extd_multi

Those tests verify operation of the EXTENDED CBCH.

Change-Id: I06c193d59f21472fb5e4c69a7af1ccb18fba7487
Related: OS#4011
Related: OS#3535
---
M bts/BTS_Tests_SMSCB.ttcn
1 file changed, 18 insertions(+), 0 deletions(-)



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

diff --git a/bts/BTS_Tests_SMSCB.ttcn b/bts/BTS_Tests_SMSCB.ttcn
index c0443e4..302607c 100644
--- a/bts/BTS_Tests_SMSCB.ttcn
+++ b/bts/BTS_Tests_SMSCB.ttcn
@@ -568,6 +568,24 @@
 	f_TC_smscb(pars);
 }
 
+/* transmit multiple commands of each 4 blocks on CBCH EXTD */
+testcase TC_sms_cb_cmd_sdcch4_extd_multi() runs on test_CT {
+	var CbchTestPars pars := {
+		use_sdcch4 := true,
+		basic := valueof(t_CbchPC({})),
+		extended := valueof(t_CbchPC(msgs_3m_4b_norm))
+	};
+	f_TC_smscb(pars);
+}
+testcase TC_sms_cb_cmd_sdcch8_extd_multi() runs on test_CT {
+	var CbchTestPars pars := {
+		use_sdcch4 := false,
+		basic := valueof(t_CbchPC({})),
+		extended := valueof(t_CbchPC(msgs_3m_4b_norm))
+	};
+	f_TC_smscb(pars);
+}
+
 /* transmit SMSCB COMMAND with SCHEDULE payload */
 testcase TC_sms_cb_cmd_sdcch4_schedule() runs on test_CT {
 	var CbchTestPars pars := {

-- 
To view, visit https://gerrit.osmocom.org/14110
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I06c193d59f21472fb5e4c69a7af1ccb18fba7487
Gerrit-Change-Number: 14110
Gerrit-PatchSet: 1
Gerrit-Owner: Harald Welte <laforge at gnumonks.org>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20190520/a1c76ec7/attachment.htm>


More information about the gerrit-log mailing list