aboutsummaryrefslogtreecommitdiffstats
path: root/library/General_Types.ttcn
diff options
context:
space:
mode:
Diffstat (limited to 'library/General_Types.ttcn')
-rw-r--r--library/General_Types.ttcn1
1 files changed, 1 insertions, 0 deletions
diff --git a/library/General_Types.ttcn b/library/General_Types.ttcn
index 9a8489f5..c8183130 100644
--- a/library/General_Types.ttcn
+++ b/library/General_Types.ttcn
@@ -286,6 +286,7 @@ group SimpleRAWEncodedTypes {
type integer LIN2_BO_LAST (0..65535) with { variant "FIELDLENGTH(16), COMP(nosign), BYTEORDER(last)" };
type integer LIN3_BO_LAST (0..16777215) with { variant "FIELDLENGTH(24), COMP(nosign), BYTEORDER(last)" };
type integer LIN4_BO_LAST (0..4294967295) with { variant "FIELDLENGTH(32), COMP(nosign), BYTEORDER(last)" };
+ type integer LIN8_BO_LAST (0..18446744073709551616) with { variant "FIELDLENGTH(64), COMP(nosign), BYTEORDER(last)" };
//integer with fixed bit number
type integer INT1b (0..1) with { variant "FIELDLENGTH(1)" };