Commit 9d2941dc authored by canterburym's avatar canterburym
Browse files

Making ExternalASNType.moduleIdentifier mandatory as per CR0591 (was...

Making ExternalASNType.moduleIdentifier mandatory as per CR0591 (was accidentally made OPTIONAL in resolving a merge conflicT)
parent f33227a4
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -7330,7 +7330,7 @@ MIMEBody ::= CHOICE
-- =======================================================
ExternalASNType ::= SEQUENCE
{
    moduleIdentifier [1] OBJECT IDENTIFIER OPTIONAL,
    moduleIdentifier [1] OBJECT IDENTIFIER,
    aSNReference     [2] ExternalASNReference OPTIONAL,
    encodedASNValue  [3] ExternalASNValue
}