summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2021-10-06 21:58:54 +0200
committerAleksander Morgado <aleksander@aleksander.es>2021-10-12 20:16:00 +0000
commit91adfb1a3f2630c141de81034b5b8e8a5cf49a8a (patch)
tree1266248951509b2676d66fe87cd4fb41f01205fa /data
parent45523caf4fc3b838a6ec6615e3c8e26918b1b3a4 (diff)
downloadlibmbim-91adfb1a3f2630c141de81034b5b8e8a5cf49a8a.tar.gz
ms-basic-connect-v3: don't reimplement commands if they didn't change
If a given command didn't change in the new version update of the service, skip creating methods to handle it, just use the ones from the original version.
Diffstat (limited to 'data')
-rw-r--r--data/mbim-service-ms-basic-connect-v3.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/mbim-service-ms-basic-connect-v3.json b/data/mbim-service-ms-basic-connect-v3.json
index 1524716..8fb3417 100644
--- a/data/mbim-service-ms-basic-connect-v3.json
+++ b/data/mbim-service-ms-basic-connect-v3.json
@@ -10,7 +10,7 @@
{ "name" : "Subscriber Ready Status",
"type" : "Command",
"since" : "1.28",
- "query" : [],
+ // query same as in v1
"response" : [ { "name" : "ReadyState",
"format" : "guint32",
"public-format" : "MbimSubscriberReadyState" },