Commit ccd05cc8 authored by grahamj's avatar grahamj Committed by canterburym
Browse files

Update file TS33128Payloads.asn

parent b4260442
Loading
Loading
Loading
Loading
+14 −0
Original line number Diff line number Diff line
@@ -7063,4 +7063,18 @@ MIMEBody ::= CHOICE
    bodyPart [2] MIMEPartIdentifier
}

-- =======================================================
-- Externally Defined Structures - External ASN Parameters
-- =======================================================
ExternalASNType ::= SEQUENCE
{
    moduleIdentifier [1] OBJECT IDENTIFIER OPTIONAL,
    aSNReference     [2] ASNReference OPTIONAL,
    encodedASNValue  [3] EncodedASNValue
}

ASNReference ::= UTF8String

EncodedASNValue ::= OCTET STRING

END