summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorljw <327669727@qq.com>2022-07-18 10:50:13 +0800
committerljw <327669727@qq.com>2022-07-18 10:50:31 +0800
commit6e6352eb36db953b9f38a4d29f00122f7da9f2cf (patch)
tree1162b031a31da1ca0e862573a9147b26bdee003d /data
parentadd668ba9632b0dec96c414a5cd6addcc722b82f (diff)
downloadlibmbim-6e6352eb36db953b9f38a4d29f00122f7da9f2cf.tar.gz
qdu: the file size upgraded by QDU is not necessarily a multiple of 4
When upgrading through qdu and the upgrade file size is not a multiple of 4, there will be an InvalidParameters problem.
Diffstat (limited to 'data')
-rw-r--r--data/mbim-service-qdu.json5
1 files changed, 3 insertions, 2 deletions
diff --git a/data/mbim-service-qdu.json b/data/mbim-service-qdu.json
index e94ceb0..e85a3e0 100644
--- a/data/mbim-service-qdu.json
+++ b/data/mbim-service-qdu.json
@@ -50,8 +50,9 @@
{ "name" : "File Write",
"type" : "Command",
"since" : "1.26",
- "set" : [ { "name" : "DataBuffer",
- "format" : "unsized-byte-array" } ],
+ "set" : [ { "name" : "DataBuffer",
+ "format" : "unsized-byte-array",
+ "pad-array" : "FALSE" } ],
"response" : []},
// *********************************************************************************