Commit 3c9dbbc8 authored by canterburym's avatar canterburym
Browse files

Merge branch 'cr/33128/0715' into 'meeting/SA107'

TS 33.128 CR 0715 - Messages for reporting non-interworked EPS

See merge request !308
parents 05c952a5 fff4345d
Loading
Loading
Loading
Loading
Loading
+38 −3
Original line number Diff line number Diff line
@@ -287,7 +287,16 @@ XIRIEvent ::= CHOICE

    -- MMS-related events continued from choice 35
    mMSConvertedFromEmail                               [165] MMSConvertedFromEmail,
    mMSConvertedToEmail                                 [166] MMSConvertedToEmail
    mMSConvertedToEmail                                 [166] MMSConvertedToEmail,

    -- Tags 167 to 175 are not used in this version of the specification

    -- SGW events, see clause 6.3.3.2
    ePSPDNConnectionEstablishment                       [176] EPSPDNConnectionEstablishment,
    ePSPDNConnectionModification                        [177] EPSPDNConnectionModification,
    ePSPDNConnectionRelease                             [178] EPSPDNConnectionRelease,
    ePSStartOfInterceptionWithEstablishedPDNConnection  [179] EPSStartOfInterceptionWithEstablishedPDNConnection,
    ePSPDNUnsuccessfulProcedure                         [180] EPSPDNUnsuccessfulProcedure
}

-- ==============
@@ -558,7 +567,16 @@ IRIEvent ::= CHOICE

    -- MMS-related events continued from choice 35
    mMSConvertedFromEmail                               [165] MMSConvertedFromEmail,
    mMSConvertedToEmail                                 [166] MMSConvertedToEmail
    mMSConvertedToEmail                                 [166] MMSConvertedToEmail,

    -- Tags 167 to 175 are not used in this version of the specification

    -- SGW events, see clause 6.3.3.2
    ePSPDNConnectionEstablishment                       [176] EPSPDNConnectionEstablishment,
    ePSPDNConnectionModification                        [177] EPSPDNConnectionModification,
    ePSPDNConnectionRelease                             [178] EPSPDNConnectionRelease,
    ePSStartOfInterceptionWithEstablishedPDNConnection  [179] EPSStartOfInterceptionWithEstablishedPDNConnection,
    ePSPDNUnsuccessfulProcedure                         [180] EPSPDNUnsuccessfulProcedure
}

IRITargetIdentifier ::= SEQUENCE
@@ -2338,7 +2356,8 @@ SMFUnsuccessfulProcedure ::= SEQUENCE
    accessType                  [16] AccessType OPTIONAL,
    rATType                     [17] RATType OPTIONAL,
    sMPDUDNRequest              [18] SMPDUDNRequest OPTIONAL,
    location                    [19] Location OPTIONAL
    location                    [19] Location OPTIONAL,
    ePSPDNUnsuccessfulProcedure [20] EPSPDNUnsuccessfulProcedure OPTIONAL
}

-- See clause 6.2.3.2.8 for details of this structure
@@ -2905,6 +2924,15 @@ EPSStartOfInterceptionWithEstablishedPDNConnection ::= SEQUENCE
    bearerContexts                     [17] SEQUENCE OF EPSBearerContext
}

EPSPDNUnsuccessfulProcedure ::= SEQUENCE
{
    failureCause        [1] ESMCause,
    initiator           [2] Initiator,
    ePSSubscriberIDs    [3] EPSSubscriberIDs,
    iMSIUnauthenticated [4] IMSIUnauthenticatedIndication OPTIONAL,
    failedProcedure     [5] EPSPDNFailedProcedure
}

PFDDataForApps ::= SET OF PFDDataForApp

PFDDataForApp ::= SEQUENCE
@@ -3095,6 +3123,13 @@ EPSPDNConnectionRequestType ::= ENUMERATED

EPSPDNConnectionReleaseScopeIndication ::= BOOLEAN

EPSPDNFailedProcedure ::= CHOICE
{
    ePSPDNConnectionEstablishment [1] EPSPDNConnectionEstablishment,
    ePSPDNConnectionModification  [2] EPSPDNConnectionModification,
    ePSPDNConnectionRelease       [3] EPSPDNConnectionRelease
}

FiveGSInterworkingInfo ::= SEQUENCE
{
    fiveGSInterworkingIndicator  [1] FiveGSInterworkingIndicator,
+3 −1
Original line number Diff line number Diff line
@@ -65,7 +65,9 @@
        "Tag 8 missing in MMEStartOfInterceptionWithEPSAttachedUE",
        "Tag 11 missing in MMEStartOfInterceptionWithEPSAttachedUE",
        "Tag 161 XIRIEvent field 'iPIRIPacketReport' is not present in IRIEvent",
        "Tag 161 missing in IRIEvent"
        "Tag 161 missing in IRIEvent",
        "Tags 167-175 missing in XIRIEvent",
        "Tags 167-175 missing in IRIEvent"
    ],
    "33128/r19/TS33128Payloads.asn" : [
        "Tag 100 XIRIEvent field 'n9HRPDUSessionInfo' is not present in IRIEvent",