summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2022-02-22 16:13:14 +0100
committerAleksander Morgado <aleksander@aleksander.es>2022-02-26 22:23:32 +0100
commit370d824e2b389321f259a9cdbf6c8bcd6e642691 (patch)
tree6193283f70e717a1e1a727da39bcb561d688a1c7 /data
parentd0ec31c844374b8047e4ecae1e74e45f50c1f7bf (diff)
downloadlibqmi-370d824e2b389321f259a9cdbf6c8bcd6e642691.tar.gz
pdc: skip the need of the QmiConfigTypeAndId intermediate struct
Diffstat (limited to 'data')
-rw-r--r--data/qmi-service-pdc.json18
1 files changed, 7 insertions, 11 deletions
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" } ] },