Commit 9701d8a9 authored by courbon's avatar courbon
Browse files

Update 33128/r17/TS33128Payloads.asn

parent 1c42d7c4
Loading
Loading
Loading
Loading
Loading
+19 −16
Original line number Diff line number Diff line
@@ -177,7 +177,11 @@ XIRIEvent ::= CHOICE
    sTIRSHAKENSignatureValidation                       [104] STIRSHAKENSignatureValidation,
    -- IMS events, see clause 7.11.4.2
    iMSMessage                                          [105] IMSMessage,
    startOfInterceptionForActiveIMSSession              [106] StartOfInterceptionForActiveIMSSession
    startOfInterceptionForActiveIMSSession              [106] StartOfInterceptionForActiveIMSSession,

    -- MME Events, see clause 6.3.2.2 related to MMEPositioningInfoTransfer
    mMEPositioningInfoTransfer                          [0328] MMEPositioningInfoTransfer

}

-- ==============
@@ -348,7 +352,10 @@ IRIEvent ::= CHOICE

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

        -- MME Events, see clause 6.3.2.2 related to MMEPositioningInfoTransfer
    mMEPositioningInfoTransfer                          [328] MMEPositioningInfoTransfer

}

@@ -3124,6 +3131,16 @@ MMEUnsuccessfulProcedure ::= SEQUENCE
    location            [7] Location OPTIONAL
}

-- See clause 6.3.2.2.8 for details of this structure
MMEPositioningInfoTransfer ::= SEQUENCE
{
    iMSI               [1] IMSI,
    iMEI               [2] IMEI OPTIONAL,
    mSISDN             [3] MSISDN OPTIONAL,
    gUTI               [4] GUTI OPTIONAL,
    lPPaaMessage       [5] OCTET STRING
}

-- ==================
-- EPS MME parameters
-- ==================
@@ -3194,20 +3211,6 @@ MMEFailureCause ::= CHOICE
    eSMCause [2] ESMCause
}

LPPaMessages ::= CHOICE
{
    lPPaRequestResponse    [1] LPPaRequestResponse,
    lPPaReport             [2] LPPaPDU
}

LPPaRequestResponse ::= SEQUENCE
{
    lPPaRequest            [1] LPPaPDU,
    lPPaResponse           [2] LPPaPDU
}

LPPaPDU ::= OCTET STRING

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