Commit 5d2d3d3a authored by lovieno's avatar lovieno Committed by canterburym
Browse files

Update file TS33128Payloads.asn

parent 42c21eb4
Loading
Loading
Loading
Loading
+11 −9
Original line number Diff line number Diff line
@@ -301,9 +301,11 @@ XIRIEvent ::= CHOICE
    -- IMS events, see clause 7.12.4.2, continued from tag 164
    startOfInterceptionWithEstablishedIMSDataChannel    [181] StartOfInterceptionWithEstablishedIMSDataChannel,

    -- Tags 182 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                          [182] AMFIdentifierDeassociation,
    mMEIdentifierDeassociation                          [183] MMEIdentifierDeassociation
    aMFIdentifierDeassociation                          [186] AMFIdentifierDeassociation,
    mMEIdentifierDeassociation                          [187] MMEIdentifierDeassociation
}

-- ==============
@@ -588,9 +590,11 @@ IRIEvent ::= CHOICE
    -- IMS events, see clause 7.12.4.2, continued from tag 164
    startOfInterceptionWithEstablishedIMSDataChannel    [181] StartOfInterceptionWithEstablishedIMSDataChannel,

    -- Tags 182 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                          [182] AMFIdentifierDeassociation,
    mMEIdentifierDeassociation                          [183] MMEIdentifierDeassociation
    aMFIdentifierDeassociation                          [186] AMFIdentifierDeassociation,
    mMEIdentifierDeassociation                          [187] MMEIdentifierDeassociation
}

IRITargetIdentifier ::= SEQUENCE
@@ -5794,9 +5798,8 @@ AMFIdentifierDeassociation ::= SEQUENCE
    pEI                        [3] PEI OPTIONAL,
    gPSI                       [4] GPSI OPTIONAL,
    gUTI                       [5] FiveGGUTI,
    location                   [6] Location,
    fiveGSTAIList              [7] TAIList OPTIONAL,
    additionalUserIdentifiers  [8] UserIdentifiers OPTIONAL
    location                   [6] Location OPTIONAL,
    additionalUserIdentifiers  [7] UserIdentifiers OPTIONAL
}

MMEIdentifierAssociation ::= SEQUENCE
@@ -5814,8 +5817,7 @@ MMEIdentifierDeassociation ::= SEQUENCE
    iMEI        [2] IMEI OPTIONAL,
    mSISDN      [3] MSISDN OPTIONAL,
    gUTI        [4] GUTI,
    location    [5] Location,
    tAIList     [6] TAIList OPTIONAL
    location    [5] Location OPTIONAL
}

-- =================================