BSC_Tests_CBSP: cosmetic: move T.start closer to the alt statement

Change-Id: Ib84fadad77b908f0bb71d6fdefda2513ee510ce1
This commit is contained in:
Vadim Yanitskiy 2022-06-28 23:15:57 +07:00
parent 87ebd0bd16
commit d3bef0a0a0
1 changed files with 1 additions and 1 deletions

View File

@ -993,7 +993,6 @@ testcase TC_cbsp_emerg_write_bts_cgi_dchan() runs on cbsp_test_CT {
private function f_exp_rsl_etws(integer rsl_idx := 0, boolean enabled) runs on cbsp_test_CT {
var template (present) octetstring tr_apdu;
timer T := 5.0;
T.start;
if (enabled) {
tr_apdu := f_gen_etws_pn(g_cbsp_ser_no, g_cbsp_msg_id);
@ -1001,6 +1000,7 @@ private function f_exp_rsl_etws(integer rsl_idx := 0, boolean enabled) runs on c
tr_apdu := ''O;
}
T.start;
alt {
[] IPA_RSL[rsl_idx][0].receive(tr_ASP_RSL_UD(tr_RSL_OSMO_ETWS_CMD(t_RslChanNr_PCH_AGCH(0), tr_apdu))) {
setverdict(pass);