From aa553eda658b52926cd4292ba86ac6610065cb7f Mon Sep 17 00:00:00 2001 From: Vadim Yanitskiy Date: Thu, 17 Sep 2020 19:44:32 +0700 Subject: 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 --- bts/BTS_Tests.ttcn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bts/BTS_Tests.ttcn b/bts/BTS_Tests.ttcn index 3100d033..0202f222 100644 --- a/bts/BTS_Tests.ttcn +++ b/bts/BTS_Tests.ttcn @@ -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; } -- cgit v1.2.3