Avoid tracking the same PRN in multiple channels (Fixes: #885)

This commit is contained in:
Carles Fernandez
2025-07-11 11:30:33 +02:00
parent 49fd39d2b6
commit 72a4ed3878
3 changed files with 23 additions and 3 deletions
+9 -1
View File
@@ -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/