Commit 42c21eb4 authored by lovieno's avatar lovieno Committed by canterburym
Browse files

Update file TS33128Payloads.asn

parent 480aef41
Loading
Loading
Loading
Loading
+31 −2
Original line number Diff line number Diff line
@@ -299,7 +299,11 @@ XIRIEvent ::= CHOICE
    ePSPDNUnsuccessfulProcedure                         [180] EPSPDNUnsuccessfulProcedure,

    -- IMS events, see clause 7.12.4.2, continued from tag 164
    startOfInterceptionWithEstablishedIMSDataChannel    [181] StartOfInterceptionWithEstablishedIMSDataChannel
    startOfInterceptionWithEstablishedIMSDataChannel    [181] StartOfInterceptionWithEstablishedIMSDataChannel,

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

-- ==============
@@ -582,7 +586,11 @@ IRIEvent ::= CHOICE
    ePSPDNUnsuccessfulProcedure                         [180] EPSPDNUnsuccessfulProcedure,

    -- IMS events, see clause 7.12.4.2, continued from tag 164
    startOfInterceptionWithEstablishedIMSDataChannel    [181] StartOfInterceptionWithEstablishedIMSDataChannel
    startOfInterceptionWithEstablishedIMSDataChannel    [181] StartOfInterceptionWithEstablishedIMSDataChannel,

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

IRITargetIdentifier ::= SEQUENCE
@@ -5779,6 +5787,18 @@ 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,
    fiveGSTAIList              [7] TAIList OPTIONAL,
    additionalUserIdentifiers  [8] UserIdentifiers OPTIONAL
}

MMEIdentifierAssociation ::= SEQUENCE
{
    iMSI        [1] IMSI,
@@ -5788,6 +5808,15 @@ MMEIdentifierAssociation ::= SEQUENCE
    location    [5] Location,
    tAIList     [6] TAIList OPTIONAL
}
MMEIdentifierDeassociation ::= SEQUENCE
{
    iMSI        [1] IMSI,
    iMEI        [2] IMEI OPTIONAL,
    mSISDN      [3] MSISDN OPTIONAL,
    gUTI        [4] GUTI,
    location    [5] Location,
    tAIList     [6] TAIList OPTIONAL
}

-- =================================
-- Identifier Association parameters