summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@lanedo.com>2012-09-18 13:06:46 +0200
committerAleksander Morgado <aleksander@lanedo.com>2012-09-18 13:14:38 +0200
commit243686a0448da21e23d8c38d09fe7b5e67166b32 (patch)
tree6ae0a0ff88c8f3f28f21605ba0b56f9b56747c63
parentf4321400c1277645b9e80632aaa93d955e6d7f76 (diff)
pds: NMEA string length is given as a 16 bit uint in the extended version
This seems quite useless, as we know that the maximum NMEA trace length is 200 characters, but anyway.
-rw-r--r--data/qmi-service-pds.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/data/qmi-service-pds.json b/data/qmi-service-pds.json
index 9e85a73..f8f1178 100644
--- a/data/qmi-service-pds.json
+++ b/data/qmi-service-pds.json
@@ -172,6 +172,8 @@
"public-format" : "QmiPdsOperationMode" },
{ "name" : "NMEA",
"format" : "string",
+ // This was supposed to be only 1 byte for length, but it seems it's not
+ "length-prefix-size" : "16",
"max-size" : "200" } ] },
{ "name" : "Position Session Status",
"id" : "0x12",