Commit 6b117aea authored by courbon's avatar courbon
Browse files

Update TS33128Payloads.asn

parent f65ed61b
Loading
Loading
Loading
Loading
Loading
+13 −74
Original line number Diff line number Diff line
@@ -167,19 +167,7 @@ XIRIEvent ::= CHOICE

    -- HR LI Events, see clause 7.10.3.3
    n9HRPDUSessionInfo                                  [100] N9HRPDUSessionInfo,
    s8HRBearerInfo                                      [101] S8HRBearerInfo,

    --IMS Events, see clause 7.X.4
    sIPMessage                                          [2720] SIPMessage,
    -- This value indicates that the whole SIP message is sent.
    startOfInterceptionForIMSEstablishedSession         [2721] StartOfInterceptionForIMSEstablishedSession,
    -- This value indicates to LEMF that the IRI carries information related to
    -- interception started on an already established IMS session.
    cCUnavailableInServingPLMN                          [2722] CCUnavailableInServingPLMN,
    -- This value indicates that the media is not available for interception for intercept
    -- orders that require media interception.
    xCAPMessage                                         [2723] XCAPMessage,
    sMSOverIMS                                          [2724] SMSOverIMS
    s8HRBearerInfo                                      [101] S8HRBearerInfo
}

-- ==============
@@ -336,22 +324,10 @@ IRIEvent ::= CHOICE
    aFAKMAApplicationKeyRefresh                         [96] AFAKMAApplicationKeyRefresh,
    aFStartOfInterceptWithEstablishedAKMAApplicationKey [97] AFStartOfInterceptWithEstablishedAKMAApplicationKey,
    aFAuxiliarySecurityParameterEstablishment           [98] AFAuxiliarySecurityParameterEstablishment,
    aFApplicationKeyRemoval                             [99] AFApplicationKeyRemoval,
    aFApplicationKeyRemoval                             [99] AFApplicationKeyRemoval

    -- tag 100 is reserved because there is no equivalent n9HRPDUSessionInfo in IRIEvent.
    -- tag 101 is reserved because there is no equivalent S8HRBearerInfo in IRIEvent.

        --IMS Events, see clause 7.X.7
    sIPMessage                                          [2720] SIPMessage,
    -- This value indicates that the whole SIP message is sent
    startOfInterceptionForIMSEstablishedSession         [2721] StartOfInterceptionForIMSEstablishedSession,
    -- This value indicates to LEMF that the IRI carries information related to
    -- interception started on an already established IMS session.
    cCUnavailableInServingPLMN                          [2722] CCUnavailableInServingPLMN,
    -- This value indicates that the media is not available for interception for intercept
    -- orders that require media interception. 
    xCAPMessage                                         [2723] XCAPMessage,
    sMSOverIMS                                          [2724] SMSOverIMS
}

IRITargetIdentifier ::= SEQUENCE
@@ -376,9 +352,7 @@ CCPDU ::= CHOICE
    extendedUPFCCPDU    [2] ExtendedUPFCCPDU,
    mMSCCPDU            [3] MMSCCPDU,
    nIDDCCPDU           [4] NIDDCCPDU,
    pTCCCPDU            [5] PTCCCPDU,
    voIPCCPDU           [6] VoIPCCPDU,
    mSRPCCPDU           [7] MSRPCCPDU
    pTCCCPDU            [5] PTCCCPDU
}

-- ===========================
@@ -2769,33 +2743,26 @@ SIPMessage ::= SEQUENCE
}

-- See clause 7.X.4.2.2 for details of this structure
StartOfInterceptionForIMSEstablishedSession ::= SEQUENCE
CCUnavailableInServingPLMN ::= SEQUENCE
{
    targetIdentities      [1] IMSIdentities,
    originatingParty      [2] SEQUENCE OF IMPU,
    terminatingParty      [3] IMPU,
    sdpState              [4] OCTET STRING OPTIONAL,
    diversionIdentity     [5] IMPU,
    voIPRoamingIndication [6] VoIPRoamingIndication OPTIONAL,
    locationInformation   [7] Location OPTIONAL
    cCUnavailableReason   [2] PrintableString OPTIONAL
}

-- See clause 7.X.4.2.3 for details of this structure
CCUnavailableInServingPLMN ::= SEQUENCE
StartOfInterceptionForActiveIMSSession ::= SEQUENCE
{
    targetIdentities      [1] IMSIdentities,
    cCUnavailableReason   [2] PrintableString OPTIONAL
    originatingId         [2] SEQUENCE OF IMPU,
    terminatingId         [3] IMPU,
    sDPState              [4] OCTET STRING OPTIONAL,
    diversionIdentity     [5] IMPU,
    voIPRoamingIndication [6] VoIPRoamingIndication OPTIONAL,
    locationInformation   [7] Location OPTIONAL
}

-- See clause 7.X.4.2.4 for details of this structure
XCAPMessage ::= SEQUENCE
{
    observedIMPUs         [1] SEQUENCE OF IMPU OPTIONAL,
    xCAPmessage           [2] OCTET STRING
}    

-- See clause 7.X.4.2.5 for details of this structure
SMSOverIMS ::= SEQUENCE
SMSOverIP ::= SEQUENCE
{
    targetIdentities      [1] IMSIdentities,
    originatingSMSParty   [2] SMSParty,
@@ -2833,34 +2800,6 @@ IMSIdentities ::= SEQUENCE
    pEI                   [4] PEI OPTIONAL
}

VoIPCCPDU ::= SEQUENCE
{
    payloadDescription    [1] VoIPPayloadDescription,
    voIPContent           [2] OCTET STRING
}

VoIPPayloadDescription ::= SEQUENCE
{
    copyOfSDPdescription  [1] OCTET STRING OPTIONAL,
    -- Copy of the SDP. Format as per RFC 4566.
    mediaFormat           [2] INTEGER (0..127) OPTIONAL,
    -- as defined in RFC 3551.
    mediaAttributes       [3] OCTET STRING OPTIONAL
    -- as defined in RFC 4566.
}

MSRPCCPDU ::= SEQUENCE
{
    payloadDescription    [1] MSRPPayloadDescription,
    mSRPContent           [2] OCTET STRING
}

MSRPPayloadDescription ::= SEQUENCE
{
    copyOfSDPdescription  [1] OCTET STRING OPTIONAL
    -- Copy of the SDP. Format as per RFC 4566.
}

-- ===================
-- 5G LALS definitions
-- ===================