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

143 lines
7.3 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" : "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" } ] }
]