summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorsom <somashekhar.puttagangaiah@intel.com>2023-04-03 21:58:25 +0530
committerAleksander Morgado <aleksandermj@chromium.org>2023-04-27 09:57:28 +0000
commit39b3dcc0c1fa571a19ebe37af58c7f8e10397296 (patch)
treeea797644e69e3988d5a61b11fb5424900a952c78 /data
parent4f916f48e6ba3fed821ece87f3e8242e69d950f1 (diff)
downloadlibmbim-39b3dcc0c1fa571a19ebe37af58c7f8e10397296.tar.gz
google: new service to support carrier-lock operations
This new service is added for the Google Chromebook usecase where the device may be locked to a particular carrier. This CID is used to send lock data to unlock the device as appropriate. Co-author: Bestha, Lakshminarayana
Diffstat (limited to 'data')
-rw-r--r--data/mbim-service-google.json31
1 files changed, 31 insertions, 0 deletions
diff --git a/data/mbim-service-google.json b/data/mbim-service-google.json
new file mode 100644
index 0000000..364c0dc
--- /dev/null
+++ b/data/mbim-service-google.json
@@ -0,0 +1,31 @@
+[
+ // *********************************************************************************
+ { "type" : "Service",
+ "name" : "Google" },
+
+ // *********************************************************************************
+ { "name" : "Carrier Lock",
+ "type" : "Command",
+ "since" : "1.30",
+ "set" : [ { "name" : "Data",
+ "format" : "ref-byte-array-no-offset" } ],
+ "query" : [],
+ "response" : [ { "name" : "CarrierLockStatus",
+ "format" : "guint32",
+ "public-format" : "MbimCarrierLockStatus" },
+ { "name" : "CarrierLockModemState",
+ "format" : "guint32",
+ "public-format" : "MbimCarrierLockModemState" },
+ { "name" : "CarrierLockCause",
+ "format" : "guint32",
+ "public-format" : "MbimCarrierLockCause" } ],
+ "notification" : [ { "name" : "CarrierLockStatus",
+ "format" : "guint32",
+ "public-format" : "MbimCarrierLockStatus" },
+ { "name" : "CarrierLockModemState",
+ "format" : "guint32",
+ "public-format" : "MbimCarrierLockModemState" },
+ { "name" : "CarrierLockCause",
+ "format" : "guint32",
+ "public-format" : "MbimCarrierLockCause" } ] }
+]