Commit c1a1be1c authored by znaty's avatar znaty Committed by canterburym
Browse files

Update file TS33128Payloads.asn

parent 67a3cc93
Loading
Loading
Loading
Loading
+10 −2
Original line number Diff line number Diff line
@@ -6906,7 +6906,7 @@ MDFCellSiteReport ::= SEQUENCE OF CellInformation

MDFDeviceInformationReport ::= SEQUENCE
{
    supi                      [1] SUPI,
    supi                      [1] SUPI OPTIONAL,
    pei                       [2] PEI OPTIONAL,
    gpsi                      [3] GPSI OPTIONAL,
    reportInstanceId          [4] UTF8String OPTIONAL,
@@ -6918,7 +6918,8 @@ MDFDeviceInformationReport ::= SEQUENCE
    operatingSystemVersion    [10] UTF8String OPTIONAL,
    satelliteAccessCapability [11] SatelliteAccessCapability OPTIONAL,
    eUICCIndicator            [12] BOOLEAN OPTIONAL,
    additionalInformation     [13] UTF8String OPTIONAL
    additionalInformation     [13] UTF8String OPTIONAL,
    deviceInformationStatus   [14] ENUMERATED
}

SatelliteAccessCapability ::= ENUMERATED
@@ -6930,6 +6931,13 @@ SatelliteAccessCapability ::= ENUMERATED
    unknown(5)
}

DeviceInformationStatus ::= ENUMERATED
{
    available(1),
    unavailable(2),
    unknown(3)
}

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