General_Types: Add BIT13, BIT28, BIT29, BIT30

... required by USB CCID.

Change-Id: Idf4f54b2d57d7b29c39c4b6f9bfa1022745cba89
This commit is contained in:
Harald Welte 2019-01-25 19:08:09 +01:00
parent c682666fea
commit a7377d8c74
1 changed files with 4 additions and 0 deletions

View File

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