summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@lanedo.com>2013-01-27 21:38:47 +0100
committerAleksander Morgado <aleksander@lanedo.com>2013-02-02 17:15:22 +0100
commit1551877f3c8418a78ce5852f966fd6adfc2683a0 (patch)
treea992df5b7d6c326a7bf6486a1974e035916f55e0
parenta3e28f8c2847ca8a7f8614c0e9d22926ce4dadfc (diff)
libmbim-glib,basic-connect: implement 'Device Services' query handling
-rw-r--r--data/mbim-service-basic-connect.json18
1 files changed, 16 insertions, 2 deletions
diff --git a/data/mbim-service-basic-connect.json b/data/mbim-service-basic-connect.json
index dede845..7a94f23 100644
--- a/data/mbim-service-basic-connect.json
+++ b/data/mbim-service-basic-connect.json
@@ -56,7 +56,7 @@
"public-format" : "MbimReadyInfoFlag" },
{ "name" : "Telephone Numbers Count",
"format" : "guint32",
- "visibility" : "private" },
+ "visibility" : "private" },
{ "name" : "Telephone Numbers",
"format" : "string-array",
"array-size-field" : "Telephone Numbers Count" } ] } },
@@ -75,5 +75,19 @@
"visibility" : "private"},
{ "name" : "CIDs",
"format" : "guint32-array",
- "array-size-field" : "CIDs Count" } ] }
+ "array-size-field" : "CIDs Count" } ] },
+
+ // *********************************************************************************
+ { "name" : "Device Services",
+ "service" : "Basic Connect",
+ "type" : "Command",
+ "query" : { "output" : [ { "name" : "Device Services Count",
+ "format" : "guint32",
+ "visibility" : "private" },
+ { "name" : "Max DSS Sessions",
+ "format" : "guint32" },
+ { "name" : "Device Services",
+ "format" : "struct-array",
+ "struct-type" : "MbimDeviceServiceElement",
+ "array-size-field" : "Device Services Count" } ] } }
]