Commit a6222ae9 authored by hawbakert's avatar hawbakert
Browse files

Update file TS33128Payloads.asn

parent a3890aa1
Loading
Loading
Loading
Loading
Loading
+19 −3
Original line number Diff line number Diff line
@@ -304,7 +304,10 @@ XIRIEvent ::= CHOICE
    iMSHSSSubscriberRecordChange                        [174] IMSHSSSubscriberRecordChange,

    -- AMF events, see clause 6.2.2.2.14, continued from tag 147
    aMFUEContextUpdate                                  [175] AMFUEContextUpdate
    aMFUEContextUpdate                                  [175] AMFUEContextUpdate,

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

-- ==============
@@ -592,7 +595,10 @@ IRIEvent ::= CHOICE
    iMSHSSSubscriberRecordChange                        [174] IMSHSSSubscriberRecordChange,

    -- AMF events, see clause 6.2.2.3, continued from tag 147
    aMFUEContextUpdate                                  [175] AMFUEContextUpdate
    aMFUEContextUpdate                                  [175] AMFUEContextUpdate,
    
    -- IMS events, see clause 7.12.4.2, continued from tag 164
    startOfInterceptionWithEstablishedIMSDataChannel    [176] StartOfInterceptionWithEstablishedIMSDataChannel
}

IRITargetIdentifier ::= SEQUENCE
@@ -4728,7 +4734,7 @@ IMSDataChannelModification ::= SEQUENCE
    mediaInstructions         [5] SBIType OPTIONAL
}

-- See Clause 7.12.4.2.6 for details of this structure
-- See clause 7.12.4.2.6 for details of this structure
IMSDataChannelTermination ::= SEQUENCE
{
    targetIdentity            [1] IMPU,
@@ -4738,6 +4744,16 @@ IMSDataChannelTermination ::= SEQUENCE
    mediaInstructionData      [5] SBIType OPTIONAL
}

-- See clause 7.12.4.2.6 for details of this structure
StartOfInterceptionWithEstablishedIMSDataChannel ::= SEQUENCE
{
    targetIdentity            [1] IMPU,
    callingIdentity           [2] IMPU OPTIONAL,
    calledIdentity            [3] SEQUENCE (SIZE (1..MAX)) OF IMPU OPTIONAL,
    sessionEventNotification  [4] SBIType OPTIONAL,
    mediaInstructions         [5] SBIType OPTIONAL
}

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