Change in osmo-ttcn3-hacks[master]: General_Types: Add BIT13, BIT28, BIT29, BIT30

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

Harald Welte gerrit-no-reply at lists.osmocom.org
Mon Feb 18 16:27:59 UTC 2019


Harald Welte has uploaded this change for review. ( https://gerrit.osmocom.org/12939


Change subject: General_Types: Add BIT13, BIT28, BIT29, BIT30
......................................................................

General_Types: Add BIT13, BIT28, BIT29, BIT30

... required by USB CCID.

Change-Id: Idf4f54b2d57d7b29c39c4b6f9bfa1022745cba89
---
M library/General_Types.ttcn
1 file changed, 4 insertions(+), 0 deletions(-)



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

diff --git a/library/General_Types.ttcn b/library/General_Types.ttcn
index 612d5c7..924f28b 100644
--- a/library/General_Types.ttcn
+++ b/library/General_Types.ttcn
@@ -70,10 +70,14 @@
   type bitstring BIT10 length(10) with { variant "FIELDLENGTH(10)" };
   type bitstring BIT11 length(11) with { variant "FIELDLENGTH(11)" };
   type bitstring BIT12 length(12) with { variant "FIELDLENGTH(12)" };
+  type bitstring BIT13 length(13) with { variant "FIELDLENGTH(13)" };
   type bitstring BIT14 length(14) with { variant "FIELDLENGTH(14)" };
   type bitstring BIT15 length(15) with { variant "FIELDLENGTH(15)" };
   type bitstring BIT16 length(16) with { variant "FIELDLENGTH(16)" };
   type bitstring BIT24 length(24) with { variant "FIELDLENGTH(24)" };
+  type bitstring BIT28 length(28) with { variant "FIELDLENGTH(28)" };
+  type bitstring BIT29 length(29) with { variant "FIELDLENGTH(29)" };
+  type bitstring BIT30 length(30) with { variant "FIELDLENGTH(30)" };
   type bitstring BIT31 length(31) with { variant "FIELDLENGTH(31)" };
   type bitstring BIT32 length(32) with { variant "FIELDLENGTH(32)" };
   type bitstring BIT56 length(56) with { variant "FIELDLENGTH(56)" };

-- 
To view, visit https://gerrit.osmocom.org/12939
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Idf4f54b2d57d7b29c39c4b6f9bfa1022745cba89
Gerrit-Change-Number: 12939
Gerrit-PatchSet: 1
Gerrit-Owner: Harald Welte <laforge at gnumonks.org>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20190218/8b5c7eb3/attachment.htm>


More information about the gerrit-log mailing list