Commit 7823bf80 authored by znaty's avatar znaty Committed by canterburym
Browse files

Update file TS33128Payloads.asn

parent 05b8f51c
Loading
Loading
Loading
Loading
+36 −3
Original line number Diff line number Diff line
@@ -345,7 +345,10 @@ XIRIEvent ::= CHOICE
    mCPTTFloorControlMessage                            [197] MCPTTFloorControlMessage,

    -- IMS events, see clause 7.12.4.2, continued from tag 181
    iMSDataChannelApplicationResponse               [198] IMSDataChannelApplicationResponse
    iMSDataChannelApplicationResponse               [198] IMSDataChannelApplicationResponse,
    
    -- Tag 198 is reserved because there is no equivalent mDFDeviceInformationReport in XIRIEvent
    mDFDeviceInformationReport                          [199] MDFDeviceInformationReport
    }
    
-- ==============
@@ -674,7 +677,11 @@ IRIEvent ::= CHOICE
    mCPTTFloorControlMessage                            [197] MCPTTFloorControlMessage,

    -- IMS events, see clause 7.12.4.2, continued from tag 181
    iMSDataChannelApplicationResponse                   [198] IMSDataChannelApplicationResponse
    iMSDataChannelApplicationResponse                   [198] IMSDataChannelApplicationResponse,

    -- MDF events, see clause 7.X.3
    mDFDeviceInformationReport                          [199] MDFDeviceInformationReport

}

IRITargetIdentifier ::= SEQUENCE
@@ -6898,6 +6905,32 @@ LIAppliedDeliveryInformation ::= SEQUENCE

MDFCellSiteReport ::= SEQUENCE OF CellInformation

MDFDeviceInformationReport ::= SEQUENCE
{
    supi                      [1] SUPI,
    pei                       [2] PEI OPTIONAL,
    gpsi                      [3] GPSI OPTIONAL,
    reportInstanceId          [4] UTF8String OPTIONAL,
    manufacturer              [5] UTF8String OPTIONAL,
    model                     [6] UTF8String OPTIONAL,
    equipmentType             [7] UTF8String OPTIONAL,
    redCapIndicator           [8] BOOLEAN OPTIONAL,
    operatingSystemId         [9] UTF8String OPTIONAL,
    operatingSystemVersion    [10] UTF8String OPTIONAL,
    satelliteAccessCapability [11] SatelliteAccessCapability OPTIONAL,
    eUICCIndicator            [12] BOOLEAN OPTIONAL,
    additionalInformation     [13] UTF8String OPTIONAL
}

SatelliteAccessCapability ::= ENUMERATED
{
    none(1),
    threeGPPNTN(2),
    non3GPPSatellite(3),
    both(4),
    unknown(5)
}

-- ==============================
-- 5G EPS Interworking Parameters
-- ==============================