Commit dee50fc3 authored by hawbakert's avatar hawbakert Committed by canterburym
Browse files

Update file TS33128Payloads.asn

parent f59e1c1e
Loading
Loading
Loading
Loading
+30 −2
Original line number Diff line number Diff line
@@ -342,7 +342,11 @@ XIRIEvent ::= CHOICE
    mCXManagementMessage                                [194] MCXManagementMessage,
    mCVideoTransmissionControlMessage                   [195] MCVideoTransmissionControlMessage,
    mCDataFileDistribution                              [196] MCDataFileDistribution,
    mCPTTFloorControlMessage                            [197] MCPTTFloorControlMessage
    mCPTTFloorControlMessage                            [197] MCPTTFloorControlMessage,

    -- IMS events, see clause 7.12.4.2, continued from tag 181
    iMSDataChannelRootApplicationResponse               [162] IMSDataChannelRootApplicationResponse,
    iMSDataChannelApplicationProfileList                [163] IMSDataChannelApplicationProfileList
}

-- ==============
@@ -668,7 +672,11 @@ IRIEvent ::= CHOICE
    mCXManagementMessage                                [194] MCXManagementMessage,
    mCVideoTransmissionControlMessage                   [195] MCVideoTransmissionControlMessage,
    mCDataFileDistribution                              [196] MCDataFileDistribution,
    mCPTTFloorControlMessage                            [197] MCPTTFloorControlMessage
    mCPTTFloorControlMessage                            [197] MCPTTFloorControlMessage,

    -- IMS events, see clause 7.12.4.2, continued from tag 181
    iMSDataChannelRootApplicationResponse               [162] IMSDataChannelRootApplicationResponse,
    iMSDataChannelApplicationProfileList                [163] IMSDataChannelApplicationProfileList
}

IRITargetIdentifier ::= SEQUENCE
@@ -5028,6 +5036,26 @@ StartOfInterceptionWithEstablishedIMSDataChannel ::= SEQUENCE
    mediaInstructions         [5] SBIType OPTIONAL
}

-- See clause 7.12.4.2.X for details of this structure
IMSDataChannelRootApplicationResponse ::= SEQUENCE
{
    targetIdentity                           [1] IMPU,
    callingIdentity                          [2] IMPU OPTIONAL,
    calledIdentity                           [3] SEQUENCE (SIZE (1..MAX)) OF IMPU OPTIONAL,
    dCStreamID                               [4] Integer OPTIONAL,
    rootApplicationResponse                  [5] SBIType OPTIONAL
}

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

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