Commit 348bfd6c authored by hawbakert's avatar hawbakert
Browse files

Update file TS33128Payloads.asn

parent a3890aa1
Loading
Loading
Loading
Loading
Loading
+18 −2
Original line number Diff line number Diff line
@@ -287,7 +287,10 @@ XIRIEvent ::= CHOICE

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

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

-- ==============
@@ -558,7 +561,10 @@ IRIEvent ::= CHOICE

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

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

IRITargetIdentifier ::= SEQUENCE
@@ -4617,6 +4623,16 @@ IMSDataChannelTermination ::= SEQUENCE
    mediaInstructionData      [5] SBIType OPTIONAL
}

-- See Clause 7.12.4.2.7 for details of this structure
StartOfInterceptionWithEstablishedIMSDataChannel ::= SEQUENCE
{
    targetIdentity            [1] IMPU,
    callingIdentity           [2] IMPU OPTIONAL,
    calledIdentities          [3] SEQUENCE OF IMPU OPTIONAL,
    sessionEventNotification  [4] SBIType OPTIONAL,
    mediaInstructionData      [5] SBIType OPTIONAL
}

-- =========
-- IMS CCPDU
-- =========