Loading ttcn/LibCommon_DataStrings.ttcn +1 −0 Original line number Diff line number Diff line Loading @@ -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)"}; Loading Loading
ttcn/LibCommon_DataStrings.ttcn +1 −0 Original line number Diff line number Diff line Loading @@ -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)"}; Loading