Change in osmo-ttcn3-hacks[master]: library/GSM_RR_Types: fix definition of FeatureIndicator

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/.

laforge gerrit-no-reply at lists.osmocom.org
Sat May 23 11:47:03 UTC 2020


laforge has submitted this change. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/18420 )

Change subject: library/GSM_RR_Types: fix definition of FeatureIndicator
......................................................................

library/GSM_RR_Types: fix definition of FeatureIndicator

Change-Id: I06ad58f25aa97bf13de87127e7e2c6237a90557e
---
M library/GSM_RR_Types.ttcn
1 file changed, 7 insertions(+), 4 deletions(-)

Approvals:
  Jenkins Builder: Verified
  laforge: Looks good to me, approved



diff --git a/library/GSM_RR_Types.ttcn b/library/GSM_RR_Types.ttcn
index b09a760..0fa6ec6 100644
--- a/library/GSM_RR_Types.ttcn
+++ b/library/GSM_RR_Types.ttcn
@@ -365,10 +365,13 @@
 
 	/* 10.5.2.76 */
 	type record FeatureIndicator {
-		BIT2	spare,
-		boolean	cs_ir,
-		boolean	ps_ir
-	} with { variant "" };
+		BIT2		peo_bcch_change_mark,
+		boolean		cs_ir,
+		boolean		ps_ir
+	} with {
+		variant (cs_ir) "FIELDLENGTH(1)"
+		variant (ps_ir) "FIELDLENGTH(1)"
+	};
 
 	/* 24.008 10.5.5.6 */
 	type record DrxParameter {

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/18420
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: I06ad58f25aa97bf13de87127e7e2c6237a90557e
Gerrit-Change-Number: 18420
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <axilirator at gmail.com>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200523/c25f8db0/attachment.htm>


More information about the gerrit-log mailing list