Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • G geoclue
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 32
    • Issues 32
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 11
    • Merge requests 11
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • geoclue
  • geoclue
  • Issues
  • #144

Closed
Open
Created Apr 21, 2021 by Ram Mohan Reddy Boggala@Shiva

Support for GNGGA and GNRMC to be added for NMEA via ModemManager

With the advent of GNSS ( Global Navigation Satellite System), the traditional standard NMEA sentences have been redefined to take new talker IDs, reusing the existing sentence identifiers.

  • GP for GPS only solutions
  • GN for multi GNSS solutions

Example : GNGGA and GNRMC are now typically used by devices supporting Multi GNSS Constellation.

In the current architecture of Geoclue, if a ModemManager reports position over GNGGA sentence, it is being discarded ( accepts only GPGGA sentences). Hence ModemManager based devices supporting only GNGGA and GNRMC fails to report Location information to applications via Geoclue service.

The function "on_get_gps_nmea_ready" in gclue-modem-manager.c checks for only GPGGA sentences and not for both. therefore I would like to suggest to take up this enhancement to support all Kinds of NMEA sentences supported by standard.

Assignee
Assign to
Time tracking