Commit 2e3dbcdd authored by canterburym's avatar canterburym
Browse files

Merge branch 'cr/33127/0272-MSC' into 'cr/33128/0272'

CR/33127/0272 MSC

See merge request !119
parents f70ce563 abde9f8e
Loading
Loading
Loading
Loading
Loading
+17 −8
Original line number Diff line number Diff line
@@ -2732,17 +2732,13 @@ PTCAccessPolicyFailure ::= ENUMERATED
-- ===============

-- See clause 7.X.4.2.1 for details of this structure
EncapsulatedSIPMessage ::= SEQUENCE
IMSMessage ::= SEQUENCE
{
    sIPMessage            [1] OCTET STRING,
    payload               [1] IMSPayload,
    sessionDirection      [2] SessionDirection,
    iPSourceAddress       [3] IPAddress OPTIONAL,
    iPDestinationAddress  [4] IPAddress OPTIONAL,
    voIPRoamingIndication [5] VoIPRoamingIndication OPTIONAL,
    location              [6] Location OPTIONAL,
    headerOnlyIndication  [7] HeaderOnlyIndication OPTIONAL
    voIPRoamingIndication [3] VoIPRoamingIndication OPTIONAL,
    location              [6] Location OPTIONAL
}

-- See clause 7.X.4.2.3 for details of this structure
StartOfInterceptionForActiveIMSSession ::= SEQUENCE
{
@@ -2758,6 +2754,19 @@ StartOfInterceptionForActiveIMSSession ::= SEQUENCE
-- IMS parameters
-- ==============

IMSPayload ::= CHOICE
{
    encapsulatedSIPMessage            [1] SIPMessage
}

SIPMessage ::= SEQUENCE
{
    iPSourceAddress       [1] IPAddress,
    iPDestinationAddress  [2] IPAddress,
    sIPContent            [3] OCTET STRING,
    headerOnlyIndication  [4] HeaderOnlyIndication OPTIONAL
}

VoIPRoamingIndication ::= ENUMERATED
{
    roamingLBO(1),