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

Push Commit for IMS DC

parent 49c9b339
Loading
Loading
Loading
Loading
+18 −0
Original line number Diff line number Diff line
@@ -4272,6 +4272,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
-- =========