Loading ttcn/LibCommon_DataStrings.ttcn +1 −0 Original line number Diff line number Diff line Loading @@ -115,6 +115,7 @@ type octetstring Oct0to255 length(0..255) with {encode "length(0..255)"}; type octetstring Oct1to15 length(1..15) with {encode "length(1..15)"}; type octetstring Oct1to31 length(1..31) with {encode "length(1..31)"}; type octetstring Oct1to128 length(1..128) with {encode "length(1..128)"}; type octetstring Oct1to254 length(1..254) with {encode "length(1..254)"}; type octetstring Oct1to255 length(1..255) with {encode "length(1..255)"}; Loading Loading
ttcn/LibCommon_DataStrings.ttcn +1 −0 Original line number Diff line number Diff line Loading @@ -115,6 +115,7 @@ type octetstring Oct0to255 length(0..255) with {encode "length(0..255)"}; type octetstring Oct1to15 length(1..15) with {encode "length(1..15)"}; type octetstring Oct1to31 length(1..31) with {encode "length(1..31)"}; type octetstring Oct1to128 length(1..128) with {encode "length(1..128)"}; type octetstring Oct1to254 length(1..254) with {encode "length(1..254)"}; type octetstring Oct1to255 length(1..255) with {encode "length(1..255)"}; Loading