Commit 4ec0ecf7 authored by hawbakert's avatar hawbakert Committed by canterburym
Browse files

Update file TS33128Payloads.asn

parent 5b9d53f8
Loading
Loading
Loading
Loading
+17 −17
Original line number Diff line number Diff line
@@ -345,8 +345,7 @@ XIRIEvent ::= CHOICE
    mCPTTFloorControlMessage                            [197] MCPTTFloorControlMessage,

    -- IMS events, see clause 7.12.4.2, continued from tag 181
    iMSDataChannelRootApplicationResponse               [198] IMSDataChannelRootApplicationResponse,
    iMSDataChannelApplicationProfileList                [199] IMSDataChannelApplicationProfileList
    iMSDataChannelApplicationResponse               [198] IMSDataChannelApplicationResponse
    }

-- ==============
@@ -675,8 +674,7 @@ IRIEvent ::= CHOICE
    mCPTTFloorControlMessage                            [197] MCPTTFloorControlMessage,

    -- IMS events, see clause 7.12.4.2, continued from tag 181
    iMSDataChannelRootApplicationResponse               [198] IMSDataChannelRootApplicationResponse,
    iMSDataChannelApplicationProfileList                [199] IMSDataChannelApplicationProfileList
    iMSDataChannelApplicationResponse               [198] IMSDataChannelApplicationResponse
}

IRITargetIdentifier ::= SEQUENCE
@@ -5037,23 +5035,25 @@ StartOfInterceptionWithEstablishedIMSDataChannel ::= SEQUENCE
}

-- See clause 7.12.4.2.X for details of this structure
IMSDataChannelRootApplicationResponse ::= SEQUENCE
IMSDataChannelApplicationResponse ::= SEQUENCE
{
    targetIdentity                           [1] IMPU,
    targetIdentity                           [1] IMSSubscriberIDs,
    callingIdentity                          [2] IMPU OPTIONAL,
    calledIdentity                           [3] SEQUENCE (SIZE (1..MAX)) OF IMPU OPTIONAL,
    dCStreamID                               [4] INTEGER OPTIONAL,
    rootApplicationResponse                  [5] SBIType OPTIONAL
    applicationUEInformation                 [3] SEQUENCE OF ApplicationUEInformation OPTIONAL,
    dCStreamID                               [4] INTEGER (0..65535) OPTIONAL,
    getApplicationResponse                   [5] CHOICE OF ApplicationResponse
}

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

ApplicationResponse ::= CHOICE
{
    getRootApplicationResponse                      [1] SBIType,
    getDCApplicationProfileListResponse             [2] SBIType
}

-- =========