summaryrefslogtreecommitdiff
path: root/data/mbim-service-basic-connect.json
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@lanedo.com>2013-06-23 17:32:06 +0200
committerAleksander Morgado <aleksander@lanedo.com>2013-06-23 17:32:06 +0200
commit01a2852a712a4046f6d9a0214c062bebd14c54f6 (patch)
treead45a015886f3f10290e35ee55c1f62c457dfed4 /data/mbim-service-basic-connect.json
parente4c0ceec8e7b0ac8b397e8a3273a48d12121aed2 (diff)
downloadlibmbim-01a2852a712a4046f6d9a0214c062bebd14c54f6.tar.gz
mbim-codegen: rename 'byte-array' format to 'unsized-byte-array'
We only used this format type in the Service Activation command, and the format did indeed not have a specific size field for the byte array.
Diffstat (limited to 'data/mbim-service-basic-connect.json')
-rw-r--r--data/mbim-service-basic-connect.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/data/mbim-service-basic-connect.json b/data/mbim-service-basic-connect.json
index 196d6de..2d0e401 100644
--- a/data/mbim-service-basic-connect.json
+++ b/data/mbim-service-basic-connect.json
@@ -488,12 +488,12 @@
"service" : "Basic Connect",
"type" : "Command",
"set" : [ { "name" : "Buffer",
- "format" : "byte-array" } ],
+ "format" : "unsized-byte-array" } ],
"response" : [ { "name" : "NwError",
"format" : "guint32",
"public-format" : "MbimNwError" },
{ "name" : "Buffer",
- "format" : "byte-array" } ] },
+ "format" : "unsized-byte-array" } ] },
// *********************************************************************************
{ "name" : "MbimIPv4Element",