Commit 4e90b888 authored by grahamj's avatar grahamj
Browse files

Update 33128/r18/TS33128Payloads.asn

parent 2df4f417
Loading
Loading
Loading
Loading
Loading
+10 −10
Original line number Diff line number Diff line
@@ -6057,6 +6057,11 @@ SeparatedMSRP ::= SEQUENCE
-- Externally Defined Structures - SBIType Parameters
-- ==================================================

SBIContainer ::= SEQUENCE
{
    includedSBIMessage [1] SBIType
}

SBIReference ::= UTF8String

-- Details for the encoding and use of this parameter may be found in the clause
@@ -6076,6 +6081,11 @@ SBIValue ::= UTF8String
-- Externally Defined Structures - XMLType Parameters
-- ==================================================

XMLContainer ::= SEQUENCE
{
    includedXML        [1] XMLType
}

XMLType ::= SEQUENCE
{
    xMLNamespace [1] XMLNamespace,
@@ -6157,11 +6167,6 @@ RemovedMIMEHeaderField ::= SEQUENCE
    headerHash       [3] MIMEHeaderHash OPTIONAL
}

SBIContainer ::= SEQUENCE
{
    includedSBIMessage [1] SBIType
}

SeparatedMIMEHeadersAndBody ::= SEQUENCE
{
    entityHeaderSection [1] MIMEHeaderSection,
@@ -6174,10 +6179,5 @@ SeparatedMIMEBodyPart ::= SEQUENCE
    bodyPartContents      [2] MIMEEntityBody OPTIONAL
}

XMLContainer ::= SEQUENCE
{
    includedXML        [1] XMLType
}


END