From 91adfb1a3f2630c141de81034b5b8e8a5cf49a8a Mon Sep 17 00:00:00 2001 From: Aleksander Morgado Date: Wed, 6 Oct 2021 21:58:54 +0200 Subject: 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. --- data/mbim-service-ms-basic-connect-v3.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'data') 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" }, -- cgit v1.2.1