Loading ttcn/LibCommon_DataStrings.ttcn +1 −0 Original line number Diff line number Diff line Loading @@ -60,6 +60,7 @@ type bitstring Bit72 length(72) with {encode "length(72)"}; type bitstring Bit128 length(128) with {encode "length(128)"}; type bitstring Bit144 length(144) with {encode "length(144)"}; type bitstring Bit256 length(256) with {encode "length(256)"}; } // end group bitStringSubTypes Loading Loading
ttcn/LibCommon_DataStrings.ttcn +1 −0 Original line number Diff line number Diff line Loading @@ -60,6 +60,7 @@ type bitstring Bit72 length(72) with {encode "length(72)"}; type bitstring Bit128 length(128) with {encode "length(128)"}; type bitstring Bit144 length(144) with {encode "length(144)"}; type bitstring Bit256 length(256) with {encode "length(256)"}; } // end group bitStringSubTypes Loading