From c9d51176b73bcd4f6ec2b41ba8daff6bda436c4f Mon Sep 17 00:00:00 2001 From: Carles Fernandez Date: Tue, 27 Jan 2026 10:24:13 +0100 Subject: [PATCH] Update changelog --- docs/CHANGELOG.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 022863861..eccdb59c8 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -4,7 +4,7 @@ SPDX-License-Identifier: GPL-3.0-or-later ) [comment]: # ( -SPDX-FileCopyrightText: 2011-2025 Carles Fernandez-Prades +SPDX-FileCopyrightText: 2011-2026 Carles Fernandez-Prades ) @@ -44,6 +44,12 @@ All notable changes to GNSS-SDR will be documented in this file. - Refactored the internal handling of multi-signal configurations in the PVT block for improved maintainability and extensibility. Another excellent contribution by @MathieuFavreau. +- Major refactoring of the RINEX printer, significantly improving + maintainability and correcting several bugs. The printer now consistently + populates all observable fields when multiple signals exist for the same + constellation, writing zeros for missing observables as needed to strictly + match the observables header format. Another excellent contribution by + @MathieuFavreau. - Integration of Glonass L1/l2 C/A signal tracking into the main tracking engine. Removed `GLONASS_L1_CA_DLL_PLL_C_Aid_Tracking` and `GLONASS_L1_CA_DLL_PLL_C_Aid_Tracking` Tracking block implementations,