Commit 1aa5a1cf authored by raonan's avatar raonan
Browse files

Update 33128/r17/TS33128Payloads.asn

parent 0a94aae8
Loading
Loading
Loading
Loading
Loading
+8 −9
Original line number Diff line number Diff line
@@ -178,7 +178,7 @@ XIRIEvent ::= CHOICE
    -- IMS events, see clause 7.11.4.2
    iMSMessage                                          [105] IMSMessage,
    startOfInterceptionForActiveIMSSession              [106] StartOfInterceptionForActiveIMSSession,
    cCUnavailable                                       [107] CCUnavailable
    iMSCCUnavailable                                       [3140] IMSCCUnavailable
}

-- ==============
@@ -350,8 +350,8 @@ IRIEvent ::= CHOICE
    -- IMS events, see clause 7.11.4.2
    iMSMessage                                          [105] IMSMessage,
    startOfInterceptionForActiveIMSSession              [106] StartOfInterceptionForActiveIMSSession,
    cCUnavailable                                       [107]
    CCUnavailable
    iMSCCUnavailable                                       [3140]
    IMSCCUnavailable

}

@@ -2823,13 +2823,12 @@ StartOfInterceptionForActiveIMSSession ::= SEQUENCE
    voIPRoamingIndication [5] VoIPRoamingIndication OPTIONAL,
    location              [7] Location OPTIONAL
}
-- This indicates to the LEMF that the media is not available for interception for intercept orders that requires media interception. See clause 7.12.4.2.x fo the details. 
CCUnavailable ::= SEQUENCE

-- See clause 7.12.4.2.X for the details. 
IMSCCUnavailable ::= SEQUENCE
{ 
    cCUnavailableReason   [1] PrintableString,
    sDPState              [2] SEQUENCE OF OCTET STRING OPTIONAL,
    voIPRoamingIndication [3] VoIPRoamingIndication OPTIONAL,
    location              [4] Location OPTIONAL
    cCUnavailableReason   [1] UTF8String,
    sDPState              [2] OCTET STRING OPTIONAL
}

-- ==============