mainGPSD - Support: sr #109515, GPS & GLONASS did not printout...

 
 

sr #109515: GPS & GLONASS did not printout together through the CGPS

Submitter:  Jungyub lee <yub0309>
Submitted:  Fri 15 Jun 2018 03:06:14 AM UTC
   
 
Category:  None Priority:  5 - Normal
Severity:  4 - Important Status:  None
Privacy:  Public Assigned to:  None
Open/Closed:  Open Operating System:  GNU/Linux
* Mandatory Fields

Add a New Comment Rich Markup
   

Fri 15 Jun 2018 03:06:14 AM UTC, original submission:  

When monitoring GNSS data through the CGPS did not printout both GPS and GLONASS together.

So, i modify the source code then it works correctly.

Anyway, i did not understand below code.(Driver_nmea0183.c)

====================================================================
    /* assumes GLGSV or BDGSV group, if present, is emitted after the GPGSV */
    if ((session->nmea.seen_glgsv || session->nmea.seen_bdgsv || session->nmea.seen_qzss) && GSV_TALKER == 'P')
    {
      return ONLINE_SET;
    }
=====================================================================

According the source code, GPGSV(GPS) and GLGSV(GLONASS) did not parse together. I think this sentences should not be returned or returned SATELLITE_SET.



Jungyub lee <yub0309>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by yub0309 (Submitted the item)
  • -email is unavailable- added by yub0309
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    Follows 1 latest change.

    Date Changed by Updated Field Previous Value => Replaced by
    2018-06-15 yub0309 Carbon-Copy- Added -email is unavailable-

    Back to the top

    Powered by Savane 3.13-f8d8.
    Corresponding source code