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

Update 33128/r18/TS33128Payloads.asn

parent 5e0e99d9
Loading
Loading
Loading
Loading
Loading
+10 −4
Original line number Diff line number Diff line
@@ -3720,7 +3720,7 @@ IMSCCPDUPayload ::= OCTET STRING
IMSPayload ::= CHOICE
{
    encapsulatedSIPMessage [1] SIPMessage,
    separatedSIPHeaderAndBody         [2] SeparatedSIPHeaderAndBody
    modifiedSIPMessage     [2] ModifiedSIPMessage
}

SIPMessage ::= SEQUENCE
@@ -3730,11 +3730,17 @@ SIPMessage ::= SEQUENCE
    sIPContent            [3] OCTET STRING
}

SeparatedSIPHeaderAndBody ::= SEQUENCE
ModifiedSIPMessage ::= SEQUENCE
{
    iPSourceAddress       [1] IPAddress,
    iPDestinationAddress  [2] IPAddress,
    separatedSIPContent   [3] MIMEEntityContainer
    modifiedSIPContent    [3] ModifiedSIPContent
}

ModifiedSIPContent ::= SEQUENCE
{
    sIPContent           [1] OCTET STRING,
    PayloadModifications [2] SEQUENCE OF PayloadModifications
}

VoIPRoamingIndication ::= ENUMERATED