Commit 140b840e authored by hawbakert's avatar hawbakert Committed by canterburym
Browse files

FirstRun R19IMSDataChannel

parent 3f71b936
Loading
Loading
Loading
Loading
+28 −2
Original line number Diff line number Diff line
@@ -278,7 +278,11 @@ XIRIEvent ::= CHOICE
    uDMProSeTargetAuthentication                        [160] UDMProSeTargetAuthentication,

    -- IP Packet Report, see clause 6.2.3.9.5
    iPIRIPacketReport                                   [161] IPAccessPDU.IPIRIPacketReport
    iPIRIPacketReport                                   [161] IPAccessPDU.IPIRIPacketReport,

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

-- ==============
@@ -538,9 +542,13 @@ IRIEvent ::= CHOICE

    -- UDM events, see clause 7.2.2.3, continued from tag 124
    uDMProSeTargetIdentifierDeconcealment               [159] UDMProSeTargetIdentifierDeconcealment,
    uDMProSeTargetAuthentication                        [160] UDMProSeTargetAuthentication
    uDMProSeTargetAuthentication                        [160] UDMProSeTargetAuthentication,

    -- Tag 161 is reserved because there is no equivalent IP Packet Report in IRIEvent.

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

IRITargetIdentifier ::= SEQUENCE
@@ -4532,6 +4540,24 @@ IMSCCUnavailable ::= SEQUENCE
    sDPState              [2] OCTET STRING OPTIONAL
}

-- 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
}

-- See Clause 7.12.4.2.Y 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
}

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