Change in osmo-ttcn3-hacks[master]: BTS_Tests: also match MA length in TC_pcu_info_ind_fh_params()

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

fixeria gerrit-no-reply at lists.osmocom.org
Sat Sep 12 13:46:24 UTC 2020


fixeria has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/20099 )


Change subject: BTS_Tests: also match MA length in TC_pcu_info_ind_fh_params()
......................................................................

BTS_Tests: also match MA length in TC_pcu_info_ind_fh_params()

Change-Id: Ibebbedecaed0a3f24a1bc7b520013fa563c4bbda
---
M bts/BTS_Tests.ttcn
1 file changed, 2 insertions(+), 1 deletion(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/99/20099/1

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 @@
 				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;
 			}

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/20099
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: Ibebbedecaed0a3f24a1bc7b520013fa563c4bbda
Gerrit-Change-Number: 20099
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200912/795116db/attachment.htm>


More information about the gerrit-log mailing list