aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2019-01-25 19:08:09 +0100
committerHarald Welte <laforge@gnumonks.org>2019-02-17 20:51:54 +0100
commita7377d8c7499dc7d2e61f585bc1919cc7d5e5ba0 (patch)
tree545742f046c45c5c309a8bc545dbe91a582adb51
parentc682666feacf8a1013dac16fbe42156098d03de9 (diff)
General_Types: Add BIT13, BIT28, BIT29, BIT30
... required by USB CCID. Change-Id: Idf4f54b2d57d7b29c39c4b6f9bfa1022745cba89
-rw-r--r--library/General_Types.ttcn4
1 files changed, 4 insertions, 0 deletions
diff --git a/library/General_Types.ttcn b/library/General_Types.ttcn
index 612d5c7e..924f28ba 100644
--- a/library/General_Types.ttcn
+++ b/library/General_Types.ttcn
@@ -70,10 +70,14 @@ group SimpleNativeTypes {
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)" };