Commit 55e37f3c authored by lovieno's avatar lovieno Committed by canterburym
Browse files

TS 33.128 CR0726 - AMFIdentifierDeassociation and MMEIdentifierDeassociation xIRIs - rel17

parent f0be241e
Loading
Loading
Loading
Loading
+34 −2
Original line number Diff line number Diff line
@@ -199,7 +199,13 @@ XIRIEvent ::= CHOICE

    -- MMS-related events continued from choice 35
    mMSConvertedFromEmail                               [133] MMSConvertedFromEmail,
    mMSConvertedToEmail                                 [134] MMSConvertedToEmail
    mMSConvertedToEmail                                 [134] MMSConvertedToEmail,

    -- Tags 135 to 185 are not used in this version of the specification

    -- Additional Identifier Association events, see clauses 6.2.2.2.7 and 6.3.2.2.2
    aMFIdentifierDeassociation                          [186] AMFIdentifierDeassociation,
    mMEIdentifierDeassociation                          [187] MMEIdentifierDeassociation
}

-- ==============
@@ -392,7 +398,13 @@ IRIEvent ::= CHOICE

    -- MMS-related events continued from choice 35
    mMSConvertedFromEmail                               [133] MMSConvertedFromEmail,
    mMSConvertedToEmail                                 [134] MMSConvertedToEmail
    mMSConvertedToEmail                                 [134] MMSConvertedToEmail,

    -- Tags 135 to 185 are not used in this version of the specification

    -- Additional Identifier Association events, see clauses 6.2.2.2.7 and 6.3.2.2.2
    aMFIdentifierDeassociation                          [186] AMFIdentifierDeassociation,
    mMEIdentifierDeassociation                          [187] MMEIdentifierDeassociation
}

IRITargetIdentifier ::= SEQUENCE
@@ -3877,6 +3889,17 @@ AMFIdentifierAssociation ::= SEQUENCE
    additionalUserIdentifiers  [8] UserIdentifiers OPTIONAL
}

AMFIdentifierDeassociation ::= SEQUENCE
{
    sUPI                       [1] SUPI,
    sUCI                       [2] SUCI OPTIONAL,
    pEI                        [3] PEI OPTIONAL,
    gPSI                       [4] GPSI OPTIONAL,
    gUTI                       [5] FiveGGUTI,
    location                   [6] Location OPTIONAL,
    additionalUserIdentifiers  [7] UserIdentifiers OPTIONAL
}

MMEIdentifierAssociation ::= SEQUENCE
{
    iMSI        [1] IMSI,
@@ -3887,6 +3910,15 @@ MMEIdentifierAssociation ::= SEQUENCE
    tAIList     [6] TAIList OPTIONAL
}

MMEIdentifierDeassociation ::= SEQUENCE
{
    iMSI        [1] IMSI,
    iMEI        [2] IMEI OPTIONAL,
    mSISDN      [3] MSISDN OPTIONAL,
    gUTI        [4] GUTI,
    location    [5] Location OPTIONAL
}

-- =================================
-- Identifier Association parameters
-- =================================
+3 −1
Original line number Diff line number Diff line
@@ -43,7 +43,9 @@
        "Tag 2 missing in LALSReport",
        "Tag 6 missing in LALSReport",
        "Tag 8 missing in MMEStartOfInterceptionWithEPSAttachedUE",
        "Tag 11 missing in MMEStartOfInterceptionWithEPSAttachedUE"
        "Tag 11 missing in MMEStartOfInterceptionWithEPSAttachedUE",
        "Tags 135-185 missing in XIRIEvent",
        "Tags 135-185 missing in IRIEvent"
    ],
    "33128/r18/TS33128Payloads.asn" : [
        "Tag 100 XIRIEvent field 'n9HRPDUSessionInfo' is not present in IRIEvent",