summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjørn Mork <bjorn@mork.no>2014-04-29 22:03:09 +0200
committerAleksander Morgado <aleksander@aleksander.es>2014-05-27 19:06:25 +0200
commit8598c65dfb1ec22e497ad136b8326562aa3f8568 (patch)
treedd3ed1b5ab78c3fcc9a0270fbafd4c071fd91265
parenta65eb753576d50633256137e441e1812ee0ae271 (diff)
downloadlibqmi-8598c65dfb1ec22e497ad136b8326562aa3f8568.tar.gz
nas: add "Get Cell Location Info"
Signed-off-by: Bjørn Mork <bjorn@mork.no>
-rw-r--r--data/qmi-service-nas.json254
1 files changed, 254 insertions, 0 deletions
diff --git a/data/qmi-service-nas.json b/data/qmi-service-nas.json
index d360168f..077f8cb2 100644
--- a/data/qmi-service-nas.json
+++ b/data/qmi-service-nas.json
@@ -1307,6 +1307,260 @@
"public-format" : "gboolean" } ] } ] },
// *********************************************************************************
+ { "name" : "Get Cell Location Info",
+ "type" : "Message",
+ "service" : "NAS",
+ "id" : "0x0043",
+ "version" : "1.4",
+ "output" : [ { "common-ref" : "Operation Result" },
+ { "name" : "GERAN Info",
+ "id" : "0x10",
+ "mandatory" : "no",
+ "type" : "TLV",
+ "format" : "sequence",
+ "contents" : [ { "name" : "Cell ID",
+ "format" : "guint32" },
+ { "name" : "Packed BCD Operator",
+ "format" : "string",
+ "fixed-size" : "3" },
+ { "name" : "Location Area Code",
+ "format" : "guint16" },
+ { "name" : "UTRA Absolute RFChannel Number",
+ "format" : "guint16" },
+ { "name" : "Base Station Identity Code",
+ "format" : "guint8" },
+ { "name" : "Timing Advance",
+ "format" : "guint32" },
+ { "name" : "RXLevel",
+ "format" : "gint16" },
+ { "name" : "NMR Cell",
+ "format" : "array",
+ "array-element" : { "name" : "Element",
+ "format" : "struct",
+ "contents" : [ { "name" : "Cell ID",
+ "format" : "guint32" },
+ { "name" : "Packed BCD Operator",
+ "format" : "string",
+ "fixed-size" : "3" },
+ { "name" : "Location Area Code",
+ "format" : "guint16" },
+ { "name" : "UTRA Absolute RFChannel Number",
+ "format" : "guint16" },
+ { "name" : "Base Station Identity Code",
+ "format" : "guint8" },
+ { "name" : "RXLevel",
+ "format" : "gint16" } ] } } ] },
+ { "name" : "UMTS Info",
+ "id" : "0x11",
+ "mandatory" : "no",
+ "type" : "TLV",
+ "format" : "sequence",
+ "contents" : [ { "name" : "Cell ID",
+ "format" : "guint32" },
+ { "name" : "Packed BCD Operator",
+ "format" : "string",
+ "fixed-size" : "3" },
+ { "name" : "Location Area Code",
+ "format" : "guint16" },
+ { "name" : "UTRA Absolute RFChannel Number",
+ "format" : "guint16" },
+ { "name" : "Primary Scrambling Code",
+ "format" : "guint16" },
+ { "name" : "Received Signal Code Power",
+ "format" : "gint16" },
+ { "name" : "ECIO",
+ "format" : "guint16" },
+ { "name" : "UMTS Monitored Cell",
+ "format" : "array",
+ "array-element" : { "name" : "Element",
+ "format" : "struct",
+ "contents" : [ { "name" : "UTRA Absolute RFChannel Number",
+ "format" : "guint16" },
+ { "name" : "Primary Scrambling Code",
+ "format" : "guint16" },
+ { "name" : "ReceivedSignal Code Power",
+ "format" : "gint16" },
+ { "name" : "ECIO",
+ "format" : "guint16" } ] } },
+ { "name" : "GERAN NBR Cell",
+ "format" : "array",
+ "array-element" : { "name" : "Element",
+ "format" : "struct",
+ "contents" : [ { "name" : "Absolute RFChannel Number",
+ "format" : "guint16" },
+ { "name" : "Network Color Code",
+ "format" : "guint8" },
+ { "name" : "Base Station Color Code",
+ "format" : "guint8" },
+ { "name" : "RSSI",
+ "format" : "gint16" } ] } } ] },
+ { "name" : "CDMA Info",
+ "id" : "0x12",
+ "mandatory" : "no",
+ "type" : "TLV",
+ "format" : "sequence",
+ "contents" : [ { "name" : "System ID",
+ "format" : "guint16" },
+ { "name" : "Network ID",
+ "format" : "guint16" },
+ { "name" : "Base Station ID",
+ "format" : "guint16" },
+ { "name" : "Latitude",
+ "format" : "guint32" },
+ { "name" : "Longitude",
+ "format" : "guint32" } ] },
+ { "name" : "Intrafrequency LTE Info",
+ "id" : "0x13",
+ "mandatory" : "no",
+ "type" : "TLV",
+ "format" : "sequence",
+ "contents" : [ { "name" : "UE In Idle Mode",
+ "format" : "guint8",
+ "public-format" : "gboolean" },
+ { "name" : "Packed BCD Operator",
+ "format" : "string",
+ "fixed-size" : "3" },
+ { "name" : "Tracking Area Code",
+ "format" : "guint16" },
+ { "name" : "Global Cell ID",
+ "format" : "guint32" },
+ { "name" : "EUTRA Absolute RFChannel Number",
+ "format" : "guint16" },
+ { "name" : "Serving Cell ID",
+ "format" : "guint16" },
+ { "name" : "Cell Reselection Priority",
+ "format" : "guint8" },
+ { "name" : "SNon Intra Search Threshold",
+ "format" : "guint8" },
+ { "name" : "Serving Cell Low Threshold",
+ "format" : "guint8" },
+ { "name" : "SIntra Search Threshold",
+ "format" : "guint8" },
+ { "name" : "Cell",
+ "format" : "array",
+ "array-element" : { "name" : "Element",
+ "format" : "struct",
+ "contents" : [ { "name" : "Physical Cell ID",
+ "format" : "guint16" },
+ { "name" : "RSRQ",
+ "format" : "gint16" },
+ { "name" : "RSRP",
+ "format" : "gint16" },
+ { "name" : "RSSI",
+ "format" : "gint16" },
+ { "name" : "Cell Selection RXLevel",
+ "format" : "gint16" } ] } } ] },
+ { "name" : "Interfrequency LTE Info",
+ "id" : "0x14",
+ "mandatory" : "no",
+ "type" : "TLV",
+ "format" : "sequence",
+ "contents" : [ { "name" : "UE In Idle Mode",
+ "format" : "guint8",
+ "public-format" : "gboolean" },
+ { "name" : "Frequency",
+ "format" : "array",
+ "array-element" : { "name" : "Element",
+ "format" : "struct",
+ "contents" : [ { "name" : "EUTRA Absolute RFChannel Number",
+ "format" : "guint16" },
+ { "name" : "Cell Selection RXLevel Low Threshold",
+ "format" : "guint8" },
+ { "name" : "Cell Selection RXLevel High Threshold",
+ "format" : "guint8" },
+ { "name" : "Cell Reselection Priority",
+ "format" : "guint8" },
+ { "name" : "Cell",
+ "format" : "array",
+ "array-element" : { "name" : "Element",
+ "format" : "struct",
+ "contents" : [ { "name" : "Physical Cell ID",
+ "format" : "guint16" },
+ { "name" : "RSRQ",
+ "format" : "gint16" },
+ { "name" : "RSRP",
+ "format" : "gint16" },
+ { "name" : "RSSI",
+ "format" : "gint16" },
+ { "name" : "Cell Selection RXLevel",
+ "format" : "gint16" } ] } } ] } } ] },
+ { "name" : "LTE Info Neighboring GSM",
+ "id" : "0x15",
+ "mandatory" : "no",
+ "type" : "TLV",
+ "format" : "sequence",
+ "contents" : [ { "name" : "UE In Idle Mode",
+ "format" : "guint8",
+ "public-format" : "gboolean" },
+ { "name" : "Frequency",
+ "format" : "array",
+ "array-element" : { "name" : "Element",
+ "format" : "struct",
+ "contents" : [ { "name" : "Cell Reselection Priority",
+ "format" : "guint8" },
+ { "name" : "Cell Reselection High Threshold",
+ "format" : "guint8" },
+ { "name" : "Cell Reselection Low Threshold",
+ "format" : "guint8" },
+ { "name" : "NCC Permitted",
+ "format" : "guint8" },
+ { "name" : "Cell",
+ "format" : "array",
+ "array-element" : { "name" : "Element",
+ "format" : "struct",
+ "contents" : [ { "name" : "Absolute RFChannel Number",
+ "format" : "guint16" },
+ { "name" : "Band Is 1900",
+ "format" : "guint8",
+ "public-format" : "gboolean" },
+ { "name" : "Cell ID Valid",
+ "format" : "guint8",
+ "public-format" : "gboolean" },
+ { "name" : "Base Station Identity Code",
+ "format" : "guint8" },
+ { "name" : "RSSI",
+ "format" : "gint16" },
+ { "name" : "Cell Selection RXLevel",
+ "format" : "gint16" } ] } } ] } } ] },
+ { "name" : "LTE Info Neighboring WCDMA",
+ "id" : "0x16",
+ "mandatory" : "no",
+ "type" : "TLV",
+ "format" : "sequence",
+ "contents" : [ { "name" : "UE In Idle Mode",
+ "format" : "guint8",
+ "public-format" : "gboolean" },
+ { "name" : "Frequency",
+ "format" : "array",
+ "array-element" : { "name" : "Element",
+ "format" : "struct",
+ "contents" : [ { "name" : "EUTRA Absolute RFChannel Number",
+ "format" : "guint16" },
+ { "name" : "Cell Reselection Priority",
+ "format" : "guint8" },
+ { "name" : "Cell Reselection High Threshold",
+ "format" : "guint16" },
+ { "name" : "Cell Reselection Low Threshold",
+ "format" : "guint16" },
+ { "name" : "Cell",
+ "format" : "array",
+ "array-element" : { "name" : "Element",
+ "format" : "struct",
+ "contents" : [ { "name" : "Primary Scrambling Code",
+ "format" : "guint16" },
+ { "name" : "CPICH RSCP",
+ "format" : "gint16" },
+ { "name" : "CPICH EcNo",
+ "format" : "gint16" },
+ { "name" : "Cell Selection RXLevel",
+ "format" : "guint16" } ] } } ] } } ] },
+ { "name" : "UMTS Cell ID",
+ "id" : "0x17",
+ "mandatory" : "no",
+ "type" : "TLV",
+ "format" : "guint32" } ] },
+
+ // *********************************************************************************
{ "name" : "Network Time",
"type" : "Indication",
"service" : "NAS",