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
diff --git a/bts/BTS_Tests.ttcn b/bts/BTS_Tests.ttcn
index 3100d03..0202f22 100644
--- a/bts/BTS_Tests.ttcn
+++ b/bts/BTS_Tests.ttcn
@@ -5432,7 +5432,7 @@
 						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;
 			}