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
This commit is contained in:
Harald Welte 2019-05-20 21:42:21 +02:00
parent d522ca09dc
commit 60bd92bddb
1 changed files with 18 additions and 0 deletions

View File

@ -570,6 +570,24 @@ testcase TC_sms_cb_cmd_sdcch8_multi() runs on test_CT {
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 := {