From 1c35e012cb65152abd1ab432a82d23a755c1276e Mon Sep 17 00:00:00 2001 From: garciay Date: Thu, 5 Jul 2018 08:03:48 +0000 Subject: [PATCH] STF525: Add type definition Oct96 --- ttcn/LibCommon_DataStrings.ttcn | 1 + 1 file changed, 1 insertion(+) diff --git a/ttcn/LibCommon_DataStrings.ttcn b/ttcn/LibCommon_DataStrings.ttcn index ba2ef9c..9bfbe61 100644 --- a/ttcn/LibCommon_DataStrings.ttcn +++ b/ttcn/LibCommon_DataStrings.ttcn @@ -110,6 +110,7 @@ type octetstring Oct48 length(48) with {encode "length(48)"}; type octetstring Oct64 length(64) with {encode "length(64)"}; type octetstring Oct80 length(80) with {encode "length(80)"}; + type octetstring Oct96 length(96) with {encode "length(96)"}; type octetstring Oct128 length(128) with {encode "length(128)"}; type octetstring Oct160 length(160) with {encode "length(160)"}; type octetstring Oct320 length(320) with {encode "length(320)"}; -- GitLab