bsc: Fix TC_dyn_ts_sdcch8_tch_call_act_deact

Related: SYS#5309
Change-Id: Ibdbeefef7fd9f4c2d0dedb45f2075e776e8026b9
This commit is contained in:
Pau Espin 2021-07-23 16:17:09 +02:00
parent 23510fb721
commit 2ebbe7c09f
1 changed files with 3 additions and 2 deletions

View File

@ -6931,12 +6931,13 @@ testcase TC_dyn_ts_sdcch8_tch_call_act_deact() runs on test_CT {
/* Fill TS0 SDCCH channels (NOTE: only 3 SDCCH/4 channels are available
* on CCCH+SDCCH4+CBCH) */
var OCT1 ra := '43'O; /* RA containing reason=originating speech call*/
for (i := 0; i < 3; i := i + 1) {
dt := f_est_dchan('23'O, i, '00010203040506'O);
dt := f_est_dchan(ra, i, '00010203040506'O);
}
/* Now the dyn ts is selected. First PDCH is released, then TCH chan is activated */
f_ipa_tx(0, ts_RSL_CHAN_RQD(int2oct(oct2int('23'O) + i, 1), 2342));
f_ipa_tx(0, ts_RSL_CHAN_RQD(int2oct(oct2int(ra) + i, 1), 2342));
rsl_unused := f_exp_ipa_rx(0, tr_RSL_RF_CHAN_REL(pdch_chan_nr));
f_ipa_tx(0, ts_RSL_RF_CHAN_REL_ACK(pdch_chan_nr));