From 8045711f3c4985b5fb85c5359a6cb516af09fe06 Mon Sep 17 00:00:00 2001 From: Aleksander Morgado Date: Wed, 6 Mar 2013 20:42:35 +0100 Subject: dms: activation code string needs explicit 1-byte length prefix Reported by Arman Uguray --- data/qmi-service-dms.json | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'data') diff --git a/data/qmi-service-dms.json b/data/qmi-service-dms.json index 39cde82..2f8a186 100644 --- a/data/qmi-service-dms.json +++ b/data/qmi-service-dms.json @@ -564,11 +564,12 @@ "service" : "DMS", "id" : "0x0032", "version" : "1.3", - "input" : [ { "name" : "Activation Code", - "id" : "0x01", - "mandatory" : "yes", - "type" : "TLV", - "format" : "string" } ], + "input" : [ { "name" : "Activation Code", + "id" : "0x01", + "mandatory" : "yes", + "type" : "TLV", + "format" : "string", + "size-prefix-format" : "guint8" } ], "output" : [ { "common-ref" : "Operation Result" } ] }, // ********************************************************************************* -- cgit v1.1