Commit c25c749e authored by schulzs's avatar schulzs
Browse files

Added new type for Oct64 (required by OMA BCAST CON test suite

parent 44a0c9d5
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -97,6 +97,7 @@
    type octetstring  Oct16   length(16) with {encode "length(16)"};
    type octetstring  Oct16   length(16) with {encode "length(16)"};
    
    
    type octetstring  Oct20   length(20) with {encode "length(20)"};
    type octetstring  Oct20   length(20) with {encode "length(20)"};
    type octetstring  Oct64   length(64) with {encode "length(64)"};
    type octetstring  Oct80 length(80) with {encode "length(80)"};
    type octetstring  Oct80 length(80) with {encode "length(80)"};
    type octetstring  Oct128 length(128) with {encode "length(128)"};
    type octetstring  Oct128 length(128) with {encode "length(128)"};
    type octetstring  Oct160 length(160) with {encode "length(160)"};
    type octetstring  Oct160 length(160) with {encode "length(160)"};