Commit 1d5f9571 authored by canterburym's avatar canterburym
Browse files

From draft_s3i210253-r3

parent 021bb5c1
Loading
Loading
Loading
Loading
Loading
+25 −14
Original line number Diff line number Diff line
TS33128Payloads
{itu-t(0) identified-organization(4) etsi(0) securityDomain(2) lawfulIntercept(2) threeGPP(4) ts33128(19) r16(16) version6(6)}
{itu-t(0) identified-organization(4) etsi(0) securityDomain(2) lawfulIntercept(2) threeGPP(4) ts33128(19) r17(17) version0(0)}

DEFINITIONS IMPLICIT TAGS EXTENSIBILITY IMPLIED ::=

@@ -9,7 +9,7 @@ BEGIN
-- Relative OIDs
-- =============

tS33128PayloadsOID          RELATIVE-OID ::= {threeGPP(4) ts33128(19) r16(16) version6(6)}
tS33128PayloadsOID          RELATIVE-OID ::= {threeGPP(4) ts33128(19) r17(17) version0(0)}

xIRIPayloadOID              RELATIVE-OID ::= {tS33128PayloadsOID xIRI(1)}
xCCPayloadOID               RELATIVE-OID ::= {tS33128PayloadsOID xCC(2)}
@@ -118,7 +118,7 @@ XIRIEvent ::= CHOICE
    mMEIdentifierAssocation                             [63] MMEIdentifierAssocation,

 -- PDU to MA PDU session-related events, see clause 6.2.3.2.8
sMFPDUtoMAPDUSessionModification                        [64] SMFPDUtoMAPDUSessionModification
sMFPDUtoMAPDUSessionModification                        [64] SMFPDUtoMAPDUSessionModification,

	--EPS Events, see clause 6.3

@@ -126,8 +126,9 @@ sMFPDUtoMAPDUSessionModification [64] SMFPDUtoMAPDUSessio

    mMEAttach                                           [2531] MMEAttach,
    mMEDetach                                           [2532] MMEDetach,
    mMELocationUpdate                                   [2533] MMELocationUdate,
    mMEStartOfInterceptionWithEPSAttachedUE             [2534] MMEStartOfInterceptionWithEPSAttachedUE
    mMELocationUpdate                                   [2533] MMELocationUpdate,
    mMEStartOfInterceptionWithEPSAttachedUE             [2534] MMEStartOfInterceptionWithEPSAttachedUE,
    mMEUnsuccessfulProcedure                            [2535] MMEUnsuccessfulProcedure
}

-- ==============
@@ -239,15 +240,16 @@ IRIEvent ::= CHOICE
     mMEIdentifierAssocation                            [63] MMEIdentifierAssocation,

    -- PDU to MA PDU session-related events, see clause 6.2.3.2.8
    sMFPDUtoMAPDUSessionModification                    [64] SMFPDUtoMAPDUSessionModification
    sMFPDUtoMAPDUSessionModification                    [64] SMFPDUtoMAPDUSessionModification,
	--EPS Events, see clause 6.3

   --MME Events, see clause 6.3.2.2

    mMEAttach                                           [2531] MMEAttach,
    mMEDetach                                           [2532] MMEDetach,
    mMELocationUpdate                                   [2533] MMELocationUdate,
    mMEStartOfInterceptionWithEPSAttachedUE             [2534] MMEStartOfInterceptionWithEPSAttachedUE
    mMELocationUpdate                                   [2533] MMELocationUpdate,
    mMEStartOfInterceptionWithEPSAttachedUE             [2534] MMEStartOfInterceptionWithEPSAttachedUE,
    mMEUnsuccessfulProcedure                            [2535] MMEUnsuccessfulProcedure
}

IRITargetIdentifier ::= SEQUENCE
@@ -2101,9 +2103,9 @@ EPSAttachType ::= ENUMERATED
{
    ePSAttach(1),
    combinedEPSIMSIAttach(2),
    EPSRLOSAttach(3),
    EPSEmergencyAttach(4),
    Reserved(5)
    ePSRLOSAttach(3),
    ePSEmergencyAttach(4),
    reserved(5)
}

EPSAttachResult ::= ENUMERATED
@@ -2477,7 +2479,7 @@ Location ::= SEQUENCE
    locationInfo                [1] LocationInfo OPTIONAL, 
    positioningInfo             [2] PositioningInfo OPTIONAL,  
    locationPresenceReport      [3] LocationPresenceReport OPTIONAL,
    ePSLocationInfo             [4] EPSSLgLocationInfo OPTIONAL 
    ePSLocationInfo             [4] EPSLocationInfo OPTIONAL 
}

CellSiteInformation ::= SEQUENCE
@@ -2584,13 +2586,22 @@ CGI ::= SEQUENCE

LAI ::= SEQUENCE
{
    pLMNID [1] PLMNID
    pLMNID [1] PLMNID,
    lAC    [2] LAC
}

LAC ::= OCTET STRING (SIZE(2))

CellID = OCTET STRING (SIZE(2))
CellID ::= OCTET STRING (SIZE(2))

SAI ::= SEQUENCE
{
    pLMNID [1] PLMNID,
    lAC    [2] LAC,
    sAC    [3] SAC
}

SAC ::= OCTET STRING (SIZE(2))

-- TS 29.571 [17], clause 5.4.4.5
ECGI ::= SEQUENCE