Commit 945ec666 authored by hawbakert's avatar hawbakert Committed by canterburym
Browse files

Update file TS33128Payloads.asn

parent 7fe9097f
Loading
Loading
Loading
Loading
+25 −11
Original line number Diff line number Diff line
@@ -282,7 +282,8 @@ XIRIEvent ::= CHOICE

    -- IMS events, see clause 7.12.4.2, continued from tag 107
    iMSDataChannelSetup                                 [162] IMSDataChannelSetup,
    iMSDataChannelTermination                           [163] IMSDataChannelTermination
    iMSDataChannelModification                          [163] IMSDataChannelModification,
    iMSDataChannelTermination                           [164] IMSDataChannelTermination
}

-- ==============
@@ -548,7 +549,8 @@ IRIEvent ::= CHOICE

    -- IMS events, see clause 7.12.7, continued from tag 107
    iMSDataChannelSetup                                 [162] IMSDataChannelSetup,
    iMSDataChannelTermination                           [163] IMSDataChannelTermination
    iMSDataChannelModification                          [163] IMSDataChannelModification,
    iMSDataChannelTermination                           [164] IMSDataChannelTermination
}

IRITargetIdentifier ::= SEQUENCE
@@ -4543,19 +4545,31 @@ IMSCCUnavailable ::= SEQUENCE
-- See clause 7.12.4.2.X for details of this structure
IMSDataChannelSetup ::= SEQUENCE
{
    originatingId             [1] SEQUENCE OF IMPU,
    terminatingId             [2] SEQUENCE OF IMPU,
    sessionEventNotification  [3] SBIType OPTIONAL,
    mediaInstructionData      [4] SBIType OPTIONAL
    targetIdentity            [1] IMPU,
    callingIdentity           [2] IMPU OPTIONAL,
    terminatingId             [3] SEQUENCE (SIZE (0..MAX)) OF IMPU OPTIONAL,
    sessionEventNotification  [4] SBIType OPTIONAL,
    mediaInstructionData      [5] SBIType OPTIONAL
}

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

-- See Clause 7.12.4.2.Z for details of this structure
IMSDataChannelTermination ::= SEQUENCE
{
    originatingId             [1] SEQUENCE OF IMPU,
    terminatingId             [2] SEQUENCE OF IMPU,
    sessionEventNotification  [3] SBIType OPTIONAL,
    mediaInstructionData      [4] SBIType OPTIONAL
    targetIdentity            [1] IMPU,
    callingIdentity           [2] IMPU OPTIONAL,
    calledIdentity            [3] SEQUENCE (SIZE (0..MAX)) OF IMPU OPTIONAL,
    sessionEventNotification  [4] SBIType OPTIONAL,
    mediaInstructionData      [5] SBIType OPTIONAL
}

-- =========