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.
This commit is contained in:
Aleksander Morgado 2012-09-18 13:06:46 +02:00
parent f4321400c1
commit 243686a044
1 changed files with 2 additions and 0 deletions

View File

@ -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",