summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorSom_SP <somashekhar.puttagangaiah@intel.com>2021-06-29 21:32:37 +0530
committerAleksander Morgado <aleksander@aleksander.es>2021-09-08 12:44:26 +0200
commitf58ba1cb7bdbd376ef80eecef4bd93a33d486b35 (patch)
treef4750dc2e0902cfb2690d460a578f861668457f9 /data
parent9f9da41561633d2994db62552fb104d8f7390c11 (diff)
libmbim-glib,ms-basic-connect-extensions: adding cid 'location-info-status'
Location info status CID implementation. This CID retrieves the status of cellular information which indicates the location of the device.
Diffstat (limited to 'data')
-rwxr-xr-xdata/mbim-service-ms-basic-connect-extensions.json22
1 files changed, 21 insertions, 1 deletions
diff --git a/data/mbim-service-ms-basic-connect-extensions.json b/data/mbim-service-ms-basic-connect-extensions.json
index ac1392f..d312225 100755
--- a/data/mbim-service-ms-basic-connect-extensions.json
+++ b/data/mbim-service-ms-basic-connect-extensions.json
@@ -249,6 +249,26 @@
"response" : [ { "name" : "MbimVersion",
"format" : "guint16" },
{ "name" : "MbimExtendedVersion",
- "format" : "guint16" } ] }
+ "format" : "guint16" } ] },
+
+//************************************************************************************
+
+ { "name" : "Location Info Status",
+ "service" : "Ms Basic Connect Extensions",
+ "type" : "Command",
+ "since" : "1.28",
+ "query" : [],
+ "response" : [ { "name" : "LocationAreaCode",
+ "format" : "guint32" },
+ { "name" : "TrackingAreaCode",
+ "format" : "guint32" },
+ { "name" : "CellID",
+ "format" : "guint32" } ],
+ "notification" : [ { "name" : "LocationAreaCode",
+ "format" : "guint32" },
+ { "name" : "TrackingAreaCode",
+ "format" : "guint32" },
+ { "name" : "CellID",
+ "format" : "guint32" } ] }
]