diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2012-09-18 09:13:03 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2012-09-18 13:14:38 +0200 |
commit | c8137b6d0f27ea7b012d9c0656b437140d42f68f (patch) | |
tree | 596bc804c4117005c6b18ef1294adc563e82f560 /TODO | |
parent | 33132db8e4e9ba61e724328344722c36b071ea6d (diff) | |
download | external_libqmi-c8137b6d0f27ea7b012d9c0656b437140d42f68f.zip external_libqmi-c8137b6d0f27ea7b012d9c0656b437140d42f68f.tar.gz external_libqmi-c8137b6d0f27ea7b012d9c0656b437140d42f68f.tar.bz2 |
pds: new TODO to include parsing all TLVs in the "Event Report" indication
The GPS module can give us already processed information in addition to the raw
NMEA traces, including GPS/UTC date, latitude/longitude, DOPs...
Add a TODO task to process these additional TLVs, which will require changes in
the codegen in order to handle single-precision and double-precision float
number reading.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -43,3 +43,5 @@ List of things left for later: * nas: Define the 'QmiNasRegistrationRejectCause' enum for the "Event Report" indication and "Get System Info" response. + + * pds: Parse all possible TLVs in the Event Report indications |