aboutsummaryrefslogtreecommitdiffstats
path: root/bts/BTS_Tests.ttcn
diff options
context:
space:
mode:
authorVadim Yanitskiy <vyanitskiy@sysmocom.de>2020-09-12 18:41:08 +0700
committerfixeria <vyanitskiy@sysmocom.de>2020-09-14 09:04:39 +0000
commit9308cd665d8922bbc94dc805af04d52f935a483b (patch)
treec8fc4a61a2c48269bfa65fdd8a49e71d22e81a1b /bts/BTS_Tests.ttcn
parent104f4c0399e3de46c423fe0dd58f04a26f9f1010 (diff)
BTS_Tests: also match MA length in TC_pcu_info_ind_fh_params()
Diffstat (limited to 'bts/BTS_Tests.ttcn')
-rw-r--r--bts/BTS_Tests.ttcn3
1 files changed, 2 insertions, 1 deletions
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;
}