Commit 5ee83552 authored by grahamj's avatar grahamj Committed by canterburym
Browse files

TS 33.128 CR 0591 - Addition of ExternalASNType

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

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

ExternalASNReference ::= UTF8String

ExternalASNValue ::= CHOICE 
{
    bER          [1] OCTET STRING,
    alignedPER   [2] OCTET STRING
}


END