1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-10-22 11:07:41 +00:00

Retrieve reduced CED only once, don't do it if we already have the full ephemeris set

Update changelog
This commit is contained in:
Carles Fernandez
2021-10-04 22:02:47 +02:00
parent cc90b01cf5
commit 9982e18f6b
4 changed files with 14 additions and 2 deletions

View File

@@ -22,15 +22,18 @@ All notable changes to GNSS-SDR will be documented in this file.
### Improvements in Interoperability:
- Fix setting of the signal source gain if the AGC is enabled when using the
- Fixed setting of the signal source gain if the AGC is enabled when using the
AD9361 front-end.
- Fixed the regeneration of Galileo ephemeris from the reduced clock and
ephemeris data (CED) defined in the Galileo E1B INAV message introduced in
Galileo OS SIS ICD Issue 2.0.
### Improvements in Maintainability:
- Rewritten Viterbi decoder for Galileo navigation messages: encapsulated in a
class instead of being implemented as free inline functions. This improves
memory management.
- Update GSL implementation to v0.39.0. See
- Updated GSL implementation to v0.39.0. See
https://github.com/gsl-lite/gsl-lite/releases/tag/v0.39.0
### Improvements in Reliability