summaryrefslogtreecommitdiff
path: root/data/qmi-service-dpm.json
diff options
context:
space:
mode:
Diffstat (limited to 'data/qmi-service-dpm.json')
-rw-r--r--data/qmi-service-dpm.json91
1 files changed, 47 insertions, 44 deletions
diff --git a/data/qmi-service-dpm.json b/data/qmi-service-dpm.json
index b0b35766..89a5a492 100644
--- a/data/qmi-service-dpm.json
+++ b/data/qmi-service-dpm.json
@@ -18,50 +18,53 @@
"service" : "DPM",
"id" : "0x0020",
"since" : "1.30",
- "input" : [ { "name" : "Control Ports",
- "id" : "0x10",
- "type" : "TLV",
- "since" : "1.30",
- "format" : "array",
- "array-element" : { "name" : "Element",
- "format" : "struct",
- "contents" : [ { "name" : "Port Name",
- "format" : "string" },
- { "name" : "Endpoint Type",
- "format" : "guint32",
- "public-format" : "QmiDataEndpointType" },
- { "name" : "Interface Number",
- "format" : "guint32" } ] } },
- { "name" : "Hardware Data Ports",
- "id" : "0x11",
- "type" : "TLV",
- "since" : "1.30",
- "format" : "array",
- "array-element" : { "name" : "Element",
- "format" : "struct",
- "contents" : [ { "name" : "Endpoint Type",
- "format" : "guint32",
- "public-format" : "QmiDataEndpointType" },
- { "name" : "Interface Number",
- "format" : "guint32" },
- { "name" : "RX Endpoint Number",
- "format" : "guint32" },
- { "name" : "TX Endpoint Number",
- "format" : "guint32" } ] } },
- { "name" : "Software Data Ports",
- "id" : "0x12",
- "type" : "TLV",
- "since" : "1.30",
- "format" : "array",
- "array-element" : { "name" : "Element",
- "format" : "struct",
- "contents" : [ { "name" : "Endpoint Type",
- "format" : "guint32",
- "public-format" : "QmiDataEndpointType" },
- { "name" : "Interface Number",
- "format" : "guint32" },
- { "name" : "Port Name",
- "format" : "string" } ] } } ],
+ "input" : [ { "name" : "Control Ports",
+ "id" : "0x10",
+ "type" : "TLV",
+ "since" : "1.30",
+ "format" : "array",
+ "size-prefix-format" : "guint8",
+ "array-element" : { "name" : "Element",
+ "format" : "struct",
+ "contents" : [ { "name" : "Port Name",
+ "format" : "string" },
+ { "name" : "Endpoint Type",
+ "format" : "guint32",
+ "public-format" : "QmiDataEndpointType" },
+ { "name" : "Interface Number",
+ "format" : "guint32" } ] } },
+ { "name" : "Hardware Data Ports",
+ "id" : "0x11",
+ "type" : "TLV",
+ "since" : "1.30",
+ "format" : "array",
+ "size-prefix-format" : "guint8",
+ "array-element" : { "name" : "Element",
+ "format" : "struct",
+ "contents" : [ { "name" : "Endpoint Type",
+ "format" : "guint32",
+ "public-format" : "QmiDataEndpointType" },
+ { "name" : "Interface Number",
+ "format" : "guint32" },
+ { "name" : "RX Endpoint Number",
+ "format" : "guint32" },
+ { "name" : "TX Endpoint Number",
+ "format" : "guint32" } ] } },
+ { "name" : "Software Data Ports",
+ "id" : "0x12",
+ "type" : "TLV",
+ "since" : "1.30",
+ "format" : "array",
+ "size-prefix-format" : "guint8",
+ "array-element" : { "name" : "Element",
+ "format" : "struct",
+ "contents" : [ { "name" : "Endpoint Type",
+ "format" : "guint32",
+ "public-format" : "QmiDataEndpointType" },
+ { "name" : "Interface Number",
+ "format" : "guint32" },
+ { "name" : "Port Name",
+ "format" : "string" } ] } } ],
"output" : [ { "common-ref" : "Operation Result" } ] },
// *********************************************************************************