Commit 06b5adeb authored by grahamj's avatar grahamj Committed by canterburym
Browse files

Update file TS33128Payloads.asn

parent ccd05cc8
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -7069,12 +7069,12 @@ MIMEBody ::= CHOICE
ExternalASNType ::= SEQUENCE
{
    moduleIdentifier [1] OBJECT IDENTIFIER OPTIONAL,
    aSNReference     [2] ASNReference OPTIONAL,
    encodedASNValue  [3] EncodedASNValue
    aSNReference     [2] ExternalASNReference OPTIONAL,
    encodedASNValue  [3] ExternalASNValue
}

ASNReference ::= UTF8String
ExternalASNReference ::= UTF8String

EncodedASNValue ::= OCTET STRING
ExternalASNValue ::= OCTET STRING

END