mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2026-09-19 07:30:43 +00:00
Avoid tracking the same PRN in multiple channels (Fixes: #885)
This commit is contained in:
+9
-1
@@ -14,6 +14,11 @@ All notable changes to GNSS-SDR will be documented in this file.
|
||||
|
||||
## [Unreleased](https://github.com/gnss-sdr/gnss-sdr/tree/next)
|
||||
|
||||
### Improvements in Interoperability:
|
||||
|
||||
- Enabled multi-band processing off-loading to the FPGA when using the MAX2771
|
||||
RF front-end.
|
||||
|
||||
### Improvements in Maintainability:
|
||||
|
||||
- Added a CI job to detect lines longer than 512 characters (avoid this
|
||||
@@ -27,7 +32,7 @@ All notable changes to GNSS-SDR will be documented in this file.
|
||||
|
||||
### Improvements in Portability:
|
||||
|
||||
- Fix building option `-DENABLE_ION=ON` when using CMake >= 4.0.
|
||||
- Fixed building option `-DENABLE_ION=ON` when using CMake >= 4.0.
|
||||
- Updated `gsl-lite` to v1.0.1. See the
|
||||
[gsl-lite release](https://github.com/gsl-lite/gsl-lite/releases/tag/v1.0.1).
|
||||
|
||||
@@ -38,6 +43,9 @@ All notable changes to GNSS-SDR will be documented in this file.
|
||||
PDF format. It requires `numpy` and `matplotlib`.
|
||||
- `File_Signal_Source` fixed file length and sample skip calculations on 32-bit
|
||||
systems.
|
||||
- Fixed tracking the same PRN in multiple channels. Previously, this could
|
||||
happen when the number of acquisition channels was close to the number of
|
||||
available PRNs for a given signal.
|
||||
|
||||
See the definitions of concepts and metrics at
|
||||
https://gnss-sdr.org/design-forces/
|
||||
|
||||
Reference in New Issue
Block a user