Commit eba7a6ba authored by filatov's avatar filatov
Browse files

fix ASN.1 warnings

parent 1ee2d939
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -18,8 +18,9 @@ IMPORTS
CountryCode, CS5, AVIAEIIssuerIdentifier
FROM AVIAEINumberingAndDataStructures {iso(1) standard(0) iso14816(14816) asnm1(1) version1(1)} 
-- defined in ISO 14816 --
AttributeIdList
FROM EfcDsrcGeneric {iso(1) standard(0) 14906 generic(1) version5(5)};
-- AttributeIdList
-- FROM EfcDsrcGeneric {iso(1) standard(0) 14906 generic(1) version5(5)};
;
-- NOTE: The following are the definitions of the action and response
-- parameters

+2 −0
Original line number Diff line number Diff line
@@ -6,6 +6,8 @@ DEFINITIONS AUTOMATIC TAGS ::=

BEGIN

IMPORTS;

ItsPduHeader ::= SEQUENCE {
    protocolVersion INTEGER{currentVersion(1)} (0..255),
    messageID INTEGER{ denm(1), cam(2), poi(3), spatem(4), mapem(5), ivim(6), ev-rsr(7), tistpgtransaction(8), srem(9), ssem(10), evcsn(11) } (0..255),  -- Mantis #7209, #7005