BTS_Tests: also match MA length in TC_pcu_info_ind_fh_params()

Change-Id: Ibebbedecaed0a3f24a1bc7b520013fa563c4bbda
This commit is contained in:
Vadim Yanitskiy 2020-09-12 18:41:08 +07:00 committed by fixeria
parent 104f4c0399
commit 9308cd665d
1 changed files with 2 additions and 1 deletions

View File

@ -5419,7 +5419,8 @@ testcase TC_pcu_info_ind_fh_params() runs on test_CT {
tr_ts := tr_PCUIF_InfoTrxTsH1(
hsn := pars.maio_hsn.hsn,
maio := pars.maio_hsn.maio,
ma := f_pad_bit(pars.ma_map.ma, 64, '0'B));
ma := f_pad_bit(pars.ma_map.ma, 64, '0'B),
ma_bit_len := lengthof(pars.ma_map.ma));
} else {
tr_ts := tr_PCUIF_InfoTrxTsH0;
}