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
Tue May 21 14:42:09 UTC 2019


Harald Welte has submitted this change and it was merged. ( 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(-)

Approvals:
  Jenkins Builder: Verified
  Harald Welte: Looks good to me, approved



diff --git a/bts/BTS_Tests_SMSCB.ttcn b/bts/BTS_Tests_SMSCB.ttcn
index 874acb4..ac7ec9f 100644
--- a/bts/BTS_Tests_SMSCB.ttcn
+++ b/bts/BTS_Tests_SMSCB.ttcn
@@ -570,6 +570,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: merged
Gerrit-Change-Id: I06c193d59f21472fb5e4c69a7af1ccb18fba7487
Gerrit-Change-Number: 14110
Gerrit-PatchSet: 3
Gerrit-Owner: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder (1000002)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20190521/c0e81cf0/attachment.htm>


More information about the gerrit-log mailing list