diff options
-rw-r--r-- | bts/BTS_Tests.ttcn | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bts/BTS_Tests.ttcn b/bts/BTS_Tests.ttcn index 6412022..58b2213 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; } |