Commit 235f919c authored by grahamj's avatar grahamj
Browse files

Update 33128/r17/TS33128Payloads.asn

parent 23dda26d
Loading
Loading
Loading
Loading
Loading
+29 −4
Original line number Diff line number Diff line
@@ -5,6 +5,13 @@ DEFINITIONS IMPLICIT TAGS EXTENSIBILITY IMPLIED ::=

BEGIN

IMPORTS
--Imported from 3GPP TS 33.108, EPS PS HI2
    EpsIRIsContent
        FROM EpsHI2Operations 
        {itu-t(0) identified-organization(4) etsi(0) securityDomain(2) lawfulintercept(2) threeGPP(4) hi2eps(8) r16 (16) version-1 (1)};


-- =============
-- Relative OIDs
-- =============
@@ -177,7 +184,9 @@ XIRIEvent ::= CHOICE
    sTIRSHAKENSignatureValidation                       [104] STIRSHAKENSignatureValidation,
    -- IMS events, see clause 7.11.4.2
    iMSMessage                                          [105] IMSMessage,
    startOfInterceptionForActiveIMSSession              [106] StartOfInterceptionForActiveIMSSession
    startOfInterceptionForActiveIMSSession              [106] StartOfInterceptionForActiveIMSSession,
    ePSBearerActivationDeactivation                     [11101] EPSIRIsContent,
    ePSExtendedBearerActivationDeactivation             [11102] EPSExtendedBearerActivationDeactivation
}

-- ==============
@@ -348,8 +357,9 @@ IRIEvent ::= CHOICE

    -- IMS events, see clause 7.11.4.2
    iMSMessage                                          [105] IMSMessage,
    startOfInterceptionForActiveIMSSession              [106] StartOfInterceptionForActiveIMSSession

    startOfInterceptionForActiveIMSSession              [106] StartOfInterceptionForActiveIMSSession,
    ePSBearerActivationDeactivation                     [11101] EPSIRIsContent,
    ePSExtendedBearerActivation                         [11102] EPSExtendedBearerActivation
}

IRITargetIdentifier ::= SEQUENCE
@@ -3193,6 +3203,21 @@ MMEFailureCause ::= CHOICE
    eSMCause [2] ESMCause
}

-- =======================
-- EPS SGW/PGW definitions
-- =======================

EPSBearerActivationDeactivation ::= Sequence{
    bearerActivation [1] EPSIRIsContent
    new5GParams      [2] New5GParams
}

-- ======================
-- EPS SGW/PGW parameters
-- ======================

New5GParams ::= OCTET STRING

-- ===========================
-- LI Notification definitions
-- ===========================