summaryrefslogtreecommitdiff
path: root/subframe.c
diff options
context:
space:
mode:
authorGary E. Miller <gem@rellim.com>2010-12-18 23:36:16 -0800
committerGary E. Miller <gem@rellim.com>2010-12-18 23:36:16 -0800
commit77ca65fd26d621ad81b9ce9a0daec51f3ce2a246 (patch)
treebc25b1293b24410c38190747dd948dfa416246fd /subframe.c
parent3b908d5652833888ef968d08977d35668e0dc309 (diff)
downloadgpsd-77ca65fd26d621ad81b9ce9a0daec51f3ce2a246.tar.gz
Placeholders for Subfram 4, pages 13 and 25.
Just 2 more pages to decode.
Diffstat (limited to 'subframe.c')
-rw-r--r--subframe.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/subframe.c b/subframe.c
index 9105e81d..41292633 100644
--- a/subframe.c
+++ b/subframe.c
@@ -324,7 +324,12 @@ void gpsd_interpret_subframe(struct gps_device_t *session,
break;
case 13:
+ case 52:
/* NMCT */
+ sv = -1;
+ gpsd_report(LOG_PROG,
+ "50B: SF:4-13 data_id %d NMCT TODO\n",
+ data_id);
break;
case 25:
@@ -334,6 +339,10 @@ void gpsd_interpret_subframe(struct gps_device_t *session,
/* A-S flags/SV configurations for 32 SVs,
* plus SV health for SV 25 through 32
*/
+ sv = -1;
+ gpsd_report(LOG_PROG,
+ "50B: SF:4-25 data_id %d SV Health TODO\n",
+ data_id);
break;
case 33: