summaryrefslogtreecommitdiff
path: root/data/mbim-service-google.json
diff options
context:
space:
mode:
Diffstat (limited to 'data/mbim-service-google.json')
-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" } ] }
+]