fixup BTS_Tests: also match MA length in TC_pcu_info_ind_fh_params()

The bit-mask in fhp.ma_map.ma is octet-aligned, so we cannot use
its length.  Use the number of transceivers instead, since they
all belong to the same BTS.

Change-Id: I772d13841babd2856b6b2fcf126ba47fb20b055a
Fixes: Ibebbedecaed0a3f24a1bc7b520013fa563c4bbda
Related: SYS#4868, OS#4547
This commit is contained in:
Vadim Yanitskiy 2020-09-17 19:44:32 +07:00 committed by laforge
parent 013d65af1e
commit aa553eda65
1 changed files with 1 additions and 1 deletions

View File

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