summaryrefslogtreecommitdiff
path: root/driver_nmea0183.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2015-02-15 05:09:05 -0500
committerEric S. Raymond <esr@thyrsus.com>2015-02-15 05:09:05 -0500
commitff34e962766238111488b84b0692b97e9acfecd6 (patch)
tree24569df53cf9aa232e404f25f8d740fe0949fd56 /driver_nmea0183.c
parentdb046d0d78675661b4f99908dce86fe75ecf6589 (diff)
downloadgpsd-ff34e962766238111488b84b0692b97e9acfecd6.tar.gz
Improved comment. No code changes.
Diffstat (limited to 'driver_nmea0183.c')
-rw-r--r--driver_nmea0183.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/driver_nmea0183.c b/driver_nmea0183.c
index 17129ddb..af6de5f5 100644
--- a/driver_nmea0183.c
+++ b/driver_nmea0183.c
@@ -547,9 +547,10 @@ static gps_mask_t processGSV(int count, char *field[],
* <repeat for up to 4 satellites per sentence>
* There my be up to three GSV sentences in a data packet
*
- * Can occur with talker ID GP (GNSS) or GL (GLONASS). In the GLONASS
- * version sat IDs start at 65. At least one GPS, the BU-353 GLONASS,
- * emits a GPGSV set followed by a GLGSV set. We need to combine these.
+ * Can occur with talker ID GP (GNSS) or GL (GLONASS). In the
+ * GLONASS version sat IDs run from 65-96 (NMEA0183 standardizes
+ * this). At least one GPS, the BU-353 GLONASS, emits a GPGSV set
+ * followed by a GLGSV set. We need to combine these.
*/
int n, fldnum;
if (count <= 3) {