From 9308cd665d8922bbc94dc805af04d52f935a483b Mon Sep 17 00:00:00 2001 From: Vadim Yanitskiy Date: Sat, 12 Sep 2020 18:41:08 +0700 Subject: BTS_Tests: also match MA length in TC_pcu_info_ind_fh_params() Change-Id: Ibebbedecaed0a3f24a1bc7b520013fa563c4bbda --- bts/BTS_Tests.ttcn | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bts/BTS_Tests.ttcn b/bts/BTS_Tests.ttcn index 6412022e..58b2213c 100644 --- a/bts/BTS_Tests.ttcn +++ b/bts/BTS_Tests.ttcn @@ -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; } -- cgit v1.2.3