From 370d824e2b389321f259a9cdbf6c8bcd6e642691 Mon Sep 17 00:00:00 2001 From: Aleksander Morgado Date: Tue, 22 Feb 2022 16:13:14 +0100 Subject: pdc: skip the need of the QmiConfigTypeAndId intermediate struct --- data/qmi-service-pdc.json | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) (limited to 'data') diff --git a/data/qmi-service-pdc.json b/data/qmi-service-pdc.json index 127e1abc..59d08895 100644 --- a/data/qmi-service-pdc.json +++ b/data/qmi-service-pdc.json @@ -32,11 +32,11 @@ // ********************************************************************************* { "common-ref" : "Config Type And Id", - "name" : "Type With Id", - "fullname" : "Qmi Config Type And Id", + "name" : "Type With Id v2", "id" : "0x01", + "since" : "1.32", "type" : "TLV", - "format" : "struct", + "format" : "sequence", "contents" : [ { "name" : "Config Type", "format" : "guint32", "public-format" : "QmiPdcConfigurationType"}, @@ -86,11 +86,9 @@ "service" : "PDC", "id" : "0x21", "since" : "1.18", - "input" : [ { "common-ref" : "Config Type And Id", - "since" : "1.18" } ], + "input" : [ { "common-ref" : "Config Type And Id" } ], "output" : [ { "common-ref" : "Operation Result" }, - { "common-ref" : "Config Type And Id", - "since" : "1.18" }] }, + { "common-ref" : "Config Type And Id" } ] }, // ********************************************************************************* { "name" : "Get Selected Config", @@ -134,8 +132,7 @@ "service" : "PDC", "id" : "0x23", "since" : "1.18", - "input" : [ { "common-ref" : "Config Type And Id", - "since" : "1.18" }, + "input" : [ { "common-ref" : "Config Type And Id" }, { "common-ref" : "Token", "since" : "1.18" }], "output" : [ { "common-ref" : "Operation Result" }, @@ -300,8 +297,7 @@ "service" : "PDC", "id" : "0x28", "since" : "1.18", - "input" : [ { "common-ref" : "Config Type And Id", - "since" : "1.18" }, + "input" : [ { "common-ref" : "Config Type And Id" }, { "common-ref" : "Token", "since" : "1.18" }], "output" : [ { "common-ref" : "Operation Result" } ] }, -- cgit v1.2.1