libqmi-qmuxd/data/qmi-service-nas.json

682 lines
36 KiB
JSON
Raw Normal View History

[
// *********************************************************************************
{ "name" : "NAS",
"type" : "Service" },
// *********************************************************************************
{ "name" : "QMI Client NAS",
"type" : "Client" },
// *********************************************************************************
{ "name" : "QMI Message NAS",
"type" : "Message-ID-Enum" },
// *********************************************************************************
{ "name" : "QMI Indication NAS",
"type" : "Indication-ID-Enum" },
// *********************************************************************************
{ "name" : "Reset",
"type" : "Message",
"service" : "NAS",
"id" : "0x0000",
"version" : "1.0",
"output" : [ { "common-ref" : "Operation Result" } ] },
// *********************************************************************************
{ "name" : "Set Event Report",
"type" : "Message",
"service" : "NAS",
"id" : "0x0002",
"version" : "1.0",
"input" : [ { "name" : "Signal Strength Indicator",
"id" : "0x10",
"mandatory" : "no",
"type" : "TLV",
"format" : "sequence",
"contents" : [ { "name" : "Report",
"format" : "guint8",
"public-format" : "gboolean" },
{ "name" : "Thresholds",
"format" : "array",
"array-element" : { "format" : "gint8" } } ] },
{ "name" : "RF Band Information",
"id" : "0x11",
"mandatory" : "no",
"type" : "TLV",
"format" : "guint8",
"public-format" : "gboolean" },
{ "name" : "Registration Reject Reason",
"id" : "0x12",
"mandatory" : "no",
"type" : "TLV",
"format" : "guint8",
"public-format" : "gboolean" },
{ "name" : "RSSI Indicator",
"id" : "0x13",
"mandatory" : "no",
"type" : "TLV",
"format" : "sequence",
"contents" : [ { "name" : "Report",
"format" : "guint8",
"public-format" : "gboolean" },
{ "name" : "RSSI Delta",
"format" : "guint8" } ] },
{ "name" : "ECIO Indicator",
"id" : "0x14",
"mandatory" : "no",
"type" : "TLV",
"format" : "sequence",
"contents" : [ { "name" : "Report",
"format" : "guint8",
"public-format" : "gboolean" },
{ "name" : "ECIO Delta",
"format" : "guint8" } ] },
{ "name" : "IO Indicator",
"id" : "0x15",
"mandatory" : "no",
"type" : "TLV",
"format" : "sequence",
"contents" : [ { "name" : "Report",
"format" : "guint8",
"public-format" : "gboolean" },
{ "name" : "IO Delta",
"format" : "guint8" } ] },
{ "name" : "SINR Indicator",
"id" : "0x16",
"mandatory" : "no",
"type" : "TLV",
"format" : "sequence",
"contents" : [ { "name" : "Report",
"format" : "guint8",
"public-format" : "gboolean" },
{ "name" : "SINR Delta",
"format" : "guint8" } ] },
{ "name" : "Error Rate Indicator",
"id" : "0x17",
"mandatory" : "no",
"type" : "TLV",
"format" : "guint8",
"public-format" : "gboolean" },
{ "name" : "ECIO Threshold",
"id" : "0x19",
"mandatory" : "no",
"type" : "TLV",
"format" : "sequence",
"contents" : [ { "name" : "Report",
"format" : "guint8",
"public-format" : "gboolean" },
{ "name" : "Thresholds",
"format" : "array",
"array-element" : { "format" : "gint16" } } ] },
{ "name" : "SINR Threshold",
"id" : "0x1A",
"mandatory" : "no",
"type" : "TLV",
"format" : "sequence",
"contents" : [ { "name" : "Report",
"format" : "guint8",
"public-format" : "gboolean" },
{ "name" : "Thresholds",
"format" : "array",
"array-element" : { "format" : "guint8" } } ] },
{ "name" : "LTE SNR Delta",
"id" : "0x1B",
"mandatory" : "no",
"type" : "TLV",
"format" : "sequence",
"contents" : [ { "name" : "Report",
"format" : "guint8",
"public-format" : "gboolean" },
{ "name" : "SNR Delta",
"format" : "guint8" } ] },
{ "name" : "LTE RSRP Delta",
"id" : "0x1C",
"mandatory" : "no",
"type" : "TLV",
"format" : "sequence",
"contents" : [ { "name" : "Report",
"format" : "guint8",
"public-format" : "gboolean" },
{ "name" : "RSRP Delta",
"format" : "guint8" } ] } ],
"output" : [ { "common-ref" : "Operation Result" } ] },
{ "name" : "Event Report",
"type" : "Indication",
"service" : "NAS",
"id" : "0x0002",
"output" : [ { "name" : "Signal Strength",
"id" : "0x10",
"mandatory" : "no",
"type" : "TLV",
"format" : "sequence",
"contents" : [ { "name" : "Strength",
"format" : "gint8" },
{ "name" : "Radio Interface",
"format" : "guint8",
"public-format" : "QmiNasRadioInterface" } ] },
{ "name" : "RF Band Information",
"id" : "0x11",
"mandatory" : "no",
"type" : "TLV",
"format" : "array",
"array-size" : { "format" : "guint16" },
"array-element" : { "name" : "Element",
"format" : "struct",
"contents" : [ { "name" : "Radio Interface",
"format" : "guint8",
"public-format" : "QmiNasRadioInterface" },
{ "name" : "Active Band Class",
"format" : "guint16",
"public-format" : "QmiNasActiveBand" },
{ "name" : "Active Channel",
"format" : "guint16" } ] } },
{ "name" : "Registration Reject Reason",
"id" : "0x12",
"mandatory" : "no",
"type" : "TLV",
"format" : "sequence",
"contents" : [ { "name" : "Service Domain",
"format" : "guint8",
"public-format" : "QmiNasNetworkServiceDomain" },
{ "name" : "Reject Cause",
"format" : "guint16" } ] },
{ "name" : "RSSI",
"id" : "0x13",
"mandatory" : "no",
"type" : "TLV",
"format" : "sequence",
"contents" : [ { "name" : "RSSI",
"format" : "guint8" },
{ "name" : "Radio Interface",
"format" : "guint8",
"public-format" : "QmiNasRadioInterface" } ] },
{ "name" : "ECIO",
"id" : "0x14",
"mandatory" : "no",
"type" : "TLV",
"format" : "sequence",
"contents" : [ { "name" : "ECIO",
"format" : "guint8" },
{ "name" : "Radio Interface",
"format" : "guint8",
"public-format" : "QmiNasRadioInterface" } ] },
{ "name" : "IO",
"id" : "0x15",
"mandatory" : "no",
"type" : "TLV",
"format" : "gint32" },
{ "name" : "SINR",
"id" : "0x16",
"mandatory" : "no",
"type" : "TLV",
"format" : "guint8",
"public-format" : "QmiNasEvdoSinrLevel" },
{ "name" : "Error Rate",
"id" : "0x17",
"mandatory" : "no",
"type" : "TLV",
"format" : "sequence",
"contents" : [ { "name" : "Rate",
"format" : "guint16" },
{ "name" : "Radio Interface",
"format" : "guint8",
"public-format" : "QmiNasRadioInterface" } ] },
{ "name" : "RSRQ",
"id" : "0x18",
"mandatory" : "no",
"type" : "TLV",
"format" : "sequence",
"contents" : [ { "name" : "RSRQ",
"format" : "gint8" },
{ "name" : "Radio Interface",
"format" : "guint8",
"public-format" : "QmiNasRadioInterface" } ] },
{ "name" : "LTE SNR",
"id" : "0x19",
"mandatory" : "no",
"type" : "TLV",
"format" : "gint16" },
{ "name" : "LTE RSRP",
"id" : "0x1A",
"mandatory" : "no",
"type" : "TLV",
"format" : "gint16" } ] },
// *********************************************************************************
{ "name" : "Register Indications",
"type" : "Message",
"service" : "NAS",
"id" : "0x0003",
"version" : "1.1",
"input" : [ { "name" : "System Selection Preference",
"id" : "0x10",
"mandatory" : "no",
"type" : "TLV",
"format" : "guint8",
"public-format" : "gboolean" },
{ "name" : "DDTM Events",
"id" : "0x12",
"mandatory" : "no",
"type" : "TLV",
"format" : "guint8",
"public-format" : "gboolean" },
{ "name" : "Serving System Events",
"id" : "0x13",
"mandatory" : "no",
"type" : "TLV",
"format" : "guint8",
"public-format" : "gboolean" },
{ "name" : "Dual Standby Preference",
"id" : "0x14",
"mandatory" : "no",
"type" : "TLV",
"format" : "guint8",
"public-format" : "gboolean" },
{ "name" : "Subscription Info",
"id" : "0x15",
"mandatory" : "no",
"type" : "TLV",
"format" : "guint8",
"public-format" : "gboolean" },
{ "name" : "Network Time",
"id" : "0x17",
"mandatory" : "no",
"type" : "TLV",
"format" : "guint8",
"public-format" : "gboolean" },
{ "name" : "Sys Info",
"id" : "0x18",
"mandatory" : "no",
"type" : "TLV",
"format" : "guint8",
"public-format" : "gboolean" },
{ "name" : "Signal Strength",
"id" : "0x19",
"mandatory" : "no",
"type" : "TLV",
"format" : "guint8",
"public-format" : "gboolean" },
{ "name" : "Error Rate",
"id" : "0x1A",
"mandatory" : "no",
"type" : "TLV",
"format" : "guint8",
"public-format" : "gboolean" },
{ "name" : "HDR New UATI Assigned",
"id" : "0x1B",
"mandatory" : "no",
"type" : "TLV",
"format" : "guint8",
"public-format" : "gboolean" },
{ "name" : "HDR Session Closed",
"id" : "0x1C",
"mandatory" : "no",
"type" : "TLV",
"format" : "guint8",
"public-format" : "gboolean" },
{ "name" : "Managed Roaming",
"id" : "0x1D",
"mandatory" : "no",
"type" : "TLV",
"format" : "guint8",
"public-format" : "gboolean" },
{ "name" : "Current PLMN Name",
"id" : "0x1E",
"mandatory" : "no",
"type" : "TLV",
"format" : "guint8",
"public-format" : "gboolean" },
{ "name" : "eMBMS Status",
"id" : "0x1F",
"mandatory" : "no",
"type" : "TLV",
"format" : "guint8",
"public-format" : "gboolean" },
{ "name" : "RF Band Information",
"id" : "0x20",
"mandatory" : "no",
"type" : "TLV",
"format" : "guint8",
"public-format" : "gboolean" } ],
"output" : [ { "common-ref" : "Operation Result" } ] },
// *********************************************************************************
{ "name" : "Get Signal Strength",
"type" : "Message",
"service" : "NAS",
"id" : "0x0020",
"version" : "1.0",
"input" : [ { "name" : "Request Mask",
"id" : "0x10",
"mandatory" : "no",
"type" : "TLV",
"format" : "guint16",
"public-format" : "QmiNasSignalStrengthRequest" } ],
"output" : [ { "common-ref" : "Operation Result" },
{ "name" : "Signal Strength",
"id" : "0x01",
"mandatory" : "yes",
"type" : "TLV",
"format" : "sequence",
"contents" : [ { "name" : "Strength",
"format" : "gint8" },
{ "name" : "Radio Interface",
"format" : "gint8",
"public-format" : "QmiNasRadioInterface" } ] },
{ "name" : "Strength List",
"id" : "0x10",
"mandatory" : "no",
"type" : "TLV",
"format" : "array",
"array-size" : { "format" : "guint16" },
"array-element" : { "name" : "Element",
"format" : "struct",
"contents" : [ { "name" : "Strength",
"format" : "gint8" },
{ "name" : "Radio Interface",
"format" : "guint8",
"public-format" : "QmiNasRadioInterface" } ] } },
{ "name" : "RSSI List",
"id" : "0x11",
"mandatory" : "no",
"type" : "TLV",
"format" : "array",
"array-size" : { "format" : "guint16" },
"array-element" : { "name" : "Element",
"format" : "struct",
"contents" : [ { "name" : "RSSI",
"format" : "guint8" },
{ "name" : "Radio Interface",
"format" : "guint8",
"public-format" : "QmiNasRadioInterface" } ] } },
{ "name" : "ECIO List",
"id" : "0x12",
"mandatory" : "no",
"type" : "TLV",
"format" : "array",
"array-size" : { "format" : "guint16" },
"array-element" : { "name" : "Element",
"format" : "struct",
"contents" : [ { "name" : "ECIO",
"format" : "guint8" },
{ "name" : "Radio Interface",
"format" : "guint8",
"public-format" : "QmiNasRadioInterface" } ] } },
{ "name" : "IO",
"id" : "0x13",
"mandatory" : "no",
"type" : "TLV",
"format" : "gint32" },
{ "name" : "SINR",
"id" : "0x14",
"mandatory" : "no",
"type" : "TLV",
"format" : "guint8",
"public-format" : "QmiNasEvdoSinrLevel" },
{ "name" : "Error Rate List",
"id" : "0x15",
"mandatory" : "no",
"type" : "TLV",
"format" : "array",
"array-size" : { "format" : "guint16" },
"array-element" : { "name" : "Element",
"format" : "struct",
"contents" : [ { "name" : "Rate",
"format" : "guint16" },
{ "name" : "Radio Interface",
"format" : "guint8",
"public-format" : "QmiNasRadioInterface" } ] } },
{ "name" : "RSRQ",
"id" : "0x16",
"mandatory" : "no",
"type" : "TLV",
"format" : "sequence",
"contents" : [ { "name" : "RSRQ",
"format" : "gint8" },
{ "name" : "Radio Interface",
"format" : "guint8",
"public-format" : "QmiNasRadioInterface" } ] },
{ "name" : "LTE SNR",
"id" : "0x17",
"mandatory" : "no",
"type" : "TLV",
"format" : "gint16" },
{ "name" : "LTE RSRP",
"id" : "0x18",
"mandatory" : "no",
"type" : "TLV",
"format" : "gint16" } ] },
// *********************************************************************************
{ "name" : "Network Scan",
"type" : "Message",
"service" : "NAS",
"id" : "0x0021",
"version" : "1.0",
"input" : [ { "name" : "Network Type",
"id" : "0x10",
"mandatory" : "no",
"type" : "TLV",
"format" : "guint8",
"public-format" : "QmiNasNetworkScanType" } ],
"output" : [ { "common-ref" : "Operation Result" },
{ "name" : "Network Information",
"id" : "0x10",
"mandatory" : "no",
"type" : "TLV",
"format" : "array",
"array-size" : { "format" : "guint16" },
"array-element" : { "name" : "Element",
"format" : "struct",
"contents" : [ { "name" : "MCC",
"format" : "guint16" },
{ "name" : "MNC",
"format" : "guint16" },
{ "name" : "Network Status",
"format" : "guint8",
"public-format" : "QmiNasNetworkStatus" },
{ "name" : "Description",
"format" : "string" } ] } },
{ "name" : "Radio Access Technology",
"id" : "0x11",
"mandatory" : "no",
"type" : "TLV",
"format" : "array",
"array-size" : { "format" : "guint16" },
"array-element" : { "name" : "Element",
"format" : "struct",
"contents" : [ { "name" : "MCC",
"format" : "guint16" },
{ "name" : "MNC",
"format" : "guint16" },
{ "name" : "RAT",
"format" : "guint8",
"public-format" : "QmiNasRadioInterface" } ] } },
{ "name" : "MNC PDS Digit Include Status",
"id" : "0x12",
"mandatory" : "no",
"type" : "TLV",
"format" : "array",
"array-size" : { "format" : "guint16" },
"array-element" : { "name" : "Element",
"format" : "struct",
"contents" : [ { "name" : "MCC",
"format" : "guint16" },
{ "name" : "MNC",
"format" : "guint16" },
{ "name" : "Includes PCS Digit",
"format" : "guint8",
"public-format" : "gboolean" } ] } } ] },
// *********************************************************************************
{ "name" : "Get Technology Preference",
"type" : "Message",
"service" : "NAS",
"id" : "0x002B",
"version" : "1.7",
"output" : [ { "common-ref" : "Operation Result" },
{ "name" : "Active",
"id" : "0x01",
"mandatory" : "yes",
"type" : "TLV",
"format" : "sequence",
"contents" : [ { "name" : "Technology Preference",
"format" : "guint16",
"public-format" : "QmiNasRadioTechnologyPreference" },
{ "name" : "Technology Preference Duration",
"format" : "guint8",
"public-format" : "QmiNasRadioTechnologyPreferenceDuration" } ] },
{ "name" : "Persistent",
"id" : "0x10",
"mandatory" : "no",
"type" : "TLV",
"format" : "guint16",
"public-format" : "QmiNasRadioTechnologyPreference" } ] },
// *********************************************************************************
{ "name" : "Get System Selection Preference",
"type" : "Message",
"service" : "NAS",
"id" : "0x0034",
"version" : "1.1",
"output" : [ { "common-ref" : "Operation Result" },
{ "name" : "Emergency mode",
"id" : "0x10",
"mandatory" : "no",
"type" : "TLV",
"format" : "guint8",
"public-format" : "gboolean" },
{ "name" : "Mode Preference",
"id" : "0x11",
"mandatory" : "no",
"type" : "TLV",
"format" : "guint16",
"public-format" : "QmiNasRatModePreference" },
{ "name" : "Band Preference",
"id" : "0x12",
"mandatory" : "no",
"type" : "TLV",
"format" : "guint64",
"public-format" : "QmiNasBandPreference" },
{ "name" : "CDMA PRL Preference",
"id" : "0x13",
"mandatory" : "no",
"type" : "TLV",
"format" : "guint16",
"public-format" : "QmiNasCdmaPrlPreference" },
{ "name" : "Roaming Preference",
"id" : "0x14",
"mandatory" : "no",
"type" : "TLV",
"format" : "guint16",
"public-format" : "QmiNasRoamingPreference" },
{ "name" : "LTE Band Preference",
"id" : "0x15",
"mandatory" : "no",
"type" : "TLV",
"format" : "guint64",
"public-format" : "QmiNasLteBandPreference" },
{ "name" : "Network Selection Preference",
"id" : "0x16",
"mandatory" : "no",
"type" : "TLV",
"format" : "guint8",
"public-format" : "QmiNasNetworkSelectionPreference" },
{ "name" : "Service Domain Preference",
"id" : "0x17",
"mandatory" : "no",
"type" : "TLV",
"format" : "guint32",
"public-format" : "QmiNasServiceDomainPreference" },
{ "name" : "GSM WCDMA Acquisition Order Preference",
"id" : "0x18",
"mandatory" : "no",
"type" : "TLV",
"format" : "guint32",
"public-format" : "QmiNasGsmWcdmaAcquisitionOrderPreference" },
{ "name" : "TD SCDMA Band Preference",
"id" : "0x19",
"mandatory" : "no",
"type" : "TLV",
"format" : "guint64",
"public-format" : "QmiNasTdScdmaBandPreference" },
{ "name" : "Manual Network Selection",
"id" : "0x1B",
"mandatory" : "no",
"type" : "TLV",
"format" : "sequence",
"contents" : [ { "name" : "MCC",
"format" : "guint16" },
{ "name" : "MNC",
"format" : "guint16" },
{ "name" : "Includes PCS Digit",
"format" : "guint8",
"public-format" : "gboolean" } ] } ] },
// *********************************************************************************
{ "name" : "Get Signal Info",
"type" : "Message",
"service" : "NAS",
"id" : "0x004F",
"version" : "1.8",
"output" : [ { "common-ref" : "Operation Result" },
{ "name" : "CDMA Signal Strength",
"id" : "0x10",
"mandatory" : "no",
"type" : "TLV",
"format" : "sequence",
"contents" : [ { "name" : "RSSI",
"format" : "gint8" },
{ "name" : "ECIO",
"format" : "guint16" } ] },
{ "name" : "HDR Signal Strength",
"id" : "0x11",
"mandatory" : "no",
"type" : "TLV",
"format" : "sequence",
"contents" : [ { "name" : "RSSI",
"format" : "gint8" },
{ "name" : "ECIO",
"format" : "guint16" },
{ "name" : "SINR",
"format" : "guint8",
"public-format" : "QmiNasEvdoSinrLevel" },
{ "name" : "IO",
"format" : "gint32" } ] },
{ "name" : "GSM Signal Strength",
"id" : "0x12",
"mandatory" : "no",
"type" : "TLV",
"format" : "gint8" },
{ "name" : "WCDMA Signal Strength",
"id" : "0x13",
"mandatory" : "no",
"type" : "TLV",
"format" : "sequence",
"contents" : [ { "name" : "RSSI",
"format" : "gint8" },
{ "name" : "ECIO",
"format" : "guint16" } ] },
{ "name" : "LTE Signal Strength",
"id" : "0x14",
"mandatory" : "no",
"type" : "TLV",
"format" : "sequence",
"contents" : [ { "name" : "RSSI",
"format" : "gint8" },
{ "name" : "RSRQ",
"format" : "gint8" },
{ "name" : "RSRP",
"format" : "gint16" },
{ "name" : "SNR",
"format" : "gint16" } ] },
{ "name" : "TDMA Signal Strength",
"id" : "0x15",
"mandatory" : "no",
"type" : "TLV",
"format" : "gint8" } ] }
]