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

fixeria gerrit-no-reply at lists.osmocom.org
Fri May 22 13:51:13 UTC 2020


fixeria has uploaded this change for review. ( 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(-)



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

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-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200522/905c5f03/attachment.htm>


More information about the gerrit-log mailing list