Loading ttcn/LibCommon_DataStrings.ttcn +1 −0 Original line number Original line Diff line number Diff line Loading @@ -116,6 +116,7 @@ type octetstring Oct0to16 length(0..16) with {encode "length(0..16)"}; type octetstring Oct0to16 length(0..16) with {encode "length(0..16)"}; type octetstring Oct0to31 length(0..31) with {encode "length(0..31)"}; type octetstring Oct0to31 length(0..31) with {encode "length(0..31)"}; type octetstring Oct0to20 length(0..20) with {encode "length(0..20)"}; type octetstring Oct0to20 length(0..20) with {encode "length(0..20)"}; type octetstring Oct0to30 length(0..20) with {encode "length(0..30)"}; type octetstring Oct0to127 length(0..127) with {encode "length(0..127)"}; type octetstring Oct0to127 length(0..127) with {encode "length(0..127)"}; type octetstring Oct0to255 length(0..255) with {encode "length(0..255)"}; type octetstring Oct0to255 length(0..255) with {encode "length(0..255)"}; Loading Loading
ttcn/LibCommon_DataStrings.ttcn +1 −0 Original line number Original line Diff line number Diff line Loading @@ -116,6 +116,7 @@ type octetstring Oct0to16 length(0..16) with {encode "length(0..16)"}; type octetstring Oct0to16 length(0..16) with {encode "length(0..16)"}; type octetstring Oct0to31 length(0..31) with {encode "length(0..31)"}; type octetstring Oct0to31 length(0..31) with {encode "length(0..31)"}; type octetstring Oct0to20 length(0..20) with {encode "length(0..20)"}; type octetstring Oct0to20 length(0..20) with {encode "length(0..20)"}; type octetstring Oct0to30 length(0..20) with {encode "length(0..30)"}; type octetstring Oct0to127 length(0..127) with {encode "length(0..127)"}; type octetstring Oct0to127 length(0..127) with {encode "length(0..127)"}; type octetstring Oct0to255 length(0..255) with {encode "length(0..255)"}; type octetstring Oct0to255 length(0..255) with {encode "length(0..255)"}; Loading