Commit 9d596cf8 authored by garciay's avatar garciay
Browse files

Add Oct1to31 type

parent e1343085
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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)"};