Commit c9d562b9 authored by znaty's avatar znaty
Browse files

Update file TS33128Payloads.asn

parent 2fbe27be
Loading
Loading
Loading
Loading
Loading
+12 −8
Original line number Diff line number Diff line
@@ -335,7 +335,7 @@ XIRIEvent ::= CHOICE
    -- Charging data event records, see clause 7.19
    chargingDataEvent                                   [190] ChargingDataEvent,

    -- MCData events, see clause 7.Y.3
    -- MCData events, see clause 7.Y.2
    mCDataSIPMessage                                    [191] MCDataSIPMessage,
    mCDataStartOfInterceptionWithRegisteredUE           [192] MCDataStartOfInterceptionWithRegisteredUE,
    mCDataStartOfInterceptionWithEstablishedSession     [193] MCDataStartOfInterceptionWithEstablishedSession,
@@ -702,7 +702,8 @@ CCPDU ::= CHOICE
    pTCCCPDU            [5] PTCCCPDU,

    iMSCCPDU            [6] IMSCCPDU,
    rCSCCPDU            [7] RCSCCPDU
    rCSCCPDU            [7] RCSCCPDU,
    mCDataCCPDU         [8] MCDataCCPDU
}

-- ===========================
@@ -6091,7 +6092,7 @@ PINProfile ::= XMLType
-- MCData definitions
-- ==================

-- See clause 7.Y.3.2 for details of this structure
-- See clause 7.Y.2.2 for details of this structure

MCDataSIPMessage ::= SEQUENCE
{
@@ -6101,7 +6102,7 @@ MCDataSIPMessage ::= SEQUENCE
    sessionDirection   [4] Direction
}

-- See clause 7.Y.3.3 for details of this structure
-- See clause 7.Y.2.3 for details of this structure

MCDataStartOfInterceptionWithRegisteredUE ::= SEQUENCE
{
@@ -6112,7 +6113,7 @@ MCDataStartOfInterceptionWithRegisteredUE ::= SEQUENCE
    location                      [5] Location OPTIONAL
}

-- See clause 7.Y.3.4 for details of this structure
-- See clause 7.Y.2.4 for details of this structure

MCDataStartOfInterceptionWithEstablishedSession ::= SEQUENCE
{
@@ -6127,7 +6128,7 @@ MCDataStartOfInterceptionWithEstablishedSession ::= SEQUENCE
    mCDataBearerCapability      [9] UTF8String OPTIONAL
}

-- See clause 7.Y.3.5 for details of this structure
-- See clause 7.Y.2.5 for details of this structure

MCDataManagementMessage ::= CHOICE
{
@@ -6138,7 +6139,7 @@ MCDataManagementMessage ::= CHOICE
    mCDataLMMessage  [5] MCDataLMMessage
}

-- See clause 7.Y.3.6 for details of this structure
-- See clause 7.Y.2.6 for details of this structure

MCDataFileDistribution ::= CHOICE
{
@@ -6146,6 +6147,10 @@ MCDataFileDistribution ::= CHOICE
    mCDataFileDownload [2] MCDataFileDownload
}

MCDataCCPDU ::= CHOICE
{
    encapsulatedMCDataPayload [1] EncapsulatedRCSPayload
}
-- =================
-- MCData parameters
-- =================
@@ -6326,7 +6331,6 @@ MCDataFileDownload ::= SEQUENCE
    hTTPResponseCode   [4] UTF8String
}


-- ===================
-- 5G LALS definitions
-- ===================