1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2026-04-15 03:11:25 +00:00

1970 Commits

Author SHA1 Message Date
Carles Fernandez
59aa060cd0 Fix broken multi signal conditioner configurations 2026-04-02 12:36:17 +02:00
Mathieu Favreau
7b4bc64742 Cleanup 2026-04-01 20:13:29 +00:00
Mathieu Favreau
650f98a57a Cleanup GNSS block factory 2026-04-01 20:03:44 +00:00
Carles Fernandez
195c69e78d Fix health status reading in QZSS L1 signals 2026-03-10 10:22:58 +01:00
Carles Fernandez
b8197b8ffb Improve naming consistency 2026-03-09 18:28:11 +01:00
Carles Fernandez
e9522126ea Fix constant in QZSS CNAV message 2026-03-06 12:21:50 +01:00
Carles Fernandez
07a8a985c4 Fix PRN in QZSS L5 ephemeris 2026-03-05 08:00:07 +01:00
Carles Fernandez
b1c04a8365 Add QZSS L1 signals into rtklib positioning engine 2026-03-03 13:43:07 +01:00
Carles Fernandez
3cb16aa25b Add QZSS telemetry blocks to the block factory 2026-03-02 08:19:09 +01:00
Carles Fernandez
9e14b75908 Add QZSS L5 decoding 2026-03-01 19:27:31 +01:00
Carles Fernandez
2cc9595fe6 Add QZSS L1 telemetry decoder, make room in the RINEX printer 2026-02-25 18:10:50 +01:00
Carles Fernandez
4d04e52f75 Denote QZSS as J, following RINEX standard 2026-02-25 17:44:00 +01:00
Carles Fernandez
6861092abb Improve block description in QZSS satellites 2026-02-24 13:37:28 +01:00
Carles Fernandez
feaf7efffb Add QZSS in flowgraph, satellite classes. Add empty telemetry decoder adapters 2026-02-24 12:58:51 +01:00
Carles Fernandez
f15f431fd3 Add QZSS acquisition and tracking adapters to the block factory 2026-02-24 11:49:23 +01:00
Carles Fernandez
8fc9276ff5 Add code generation, acquisition and tracking adapters for QZSS L1 C/A and L5 2026-02-24 11:40:20 +01:00
Carles Fernandez
d747095ec8 Update links to GPS ICDs 2026-02-10 12:17:38 +01:00
Javier Arribas
8ef03fe3ce GPS L2CM local replica now includes GPS L2CL contribution zeroing in tracking loops 2026-02-03 14:40:12 +01:00
Marc Majoral
deb4ddf3bf Fix signal-to-FPGA tracking multicorrelator mapping 2026-01-29 11:20:38 +01:00
Carles Fernandez
a60d49158c Fix formatting 2026-01-24 11:52:11 +01:00
Carles Fernandez
de7dd0f32d Improve documentation 2026-01-24 11:01:12 +01:00
Carles Fernandez
8ec3c911db Fix inconsistencies in BeiDou system designation by consistently using C 2026-01-23 17:37:13 +01:00
Carles Fernandez
b788acdb61 Add cycle-slip detector 2025-12-30 10:37:48 +01:00
Javier Arribas
ebc72bd2c7 Enable extended correlation for Glonass G2 2025-12-19 16:05:50 +01:00
Carles Fernandez
48d3f42174 Fix typo 2025-12-17 22:17:48 +01:00
Mathieu Favreau
c0ae53e946 Fix format 2025-12-17 18:29:58 +00:00
Javier Arribas
330cfae079 Enable extended correlation for Glonass G1 2025-12-17 17:05:59 +01:00
Carles Fernandez
047018a9ac Integration of Glonass L2 into the main PLL/DLL engine. Remove GLONASS_L1_CA_DLL_PLL_C_Aid_Tracking and GLONASS_L2_CA_DLL_PLL_C_Aid_Tracking flaky implementations 2025-12-11 21:50:16 +01:00
Javier Arribas
06d191f39c Adapting glonass_l1_ca_dll_pll_tracking to the common dll pll tracking block 2025-12-11 17:29:43 +01:00
Carles Fernandez
279656fd8e Fix reading of some almanac parameters in BeiDou messages 2025-12-01 16:21:01 +01:00
Carles Fernandez
5f0de1b83b Fix reading of some almanac parameters in BeiDou messages 2025-12-01 12:59:55 +01:00
Carles Fernandez
ba631253a8 Fix sign in Glonass tau_n_A parameter, improve almanac handling 2025-11-24 23:56:01 +01:00
Carles Fernandez
40444b0745 Merge branch 'next' of github.com:carlesfernandez/gnss-sdr into tow-to-trk 2025-11-23 21:14:12 +01:00
Carles Fernandez
3a34761773 Merge branch 'refactor/remove-set-threshold-acquisition' of https://github.com/MathieuFavreau/gnss-sdr into MathieuFavreau-refactor/remove-set-threshold-acquisition 2025-11-23 10:50:12 +01:00
Carles Fernandez
97c625ef7b Merge branch 'next' of github.com:gnss-sdr/gnss-sdr into tow-to-trk 2025-11-22 09:29:56 +01:00
Carles Fernandez
9edde909d5 Merge branch 'refactor/remove-init-from-acquisition' of https://github.com/MathieuFavreau/gnss-sdr into MathieuFavreau-refactor/remove-init-from-acquisition 2025-11-21 19:22:18 +01:00
Carles Fernandez
5b459ed6d2 Remove unused private member 2025-11-21 10:32:38 +01:00
Mathieu Favreau
ec309bd22f Remove set_threshold from acquisition 2025-11-20 17:22:27 +00:00
Mathieu Favreau
95b424dd3c Remove init from acquisition 2025-11-13 19:19:16 +00:00
Mathieu Favreau
900c4b12b4 Remove set_state from acquisition classes 2025-11-13 17:59:49 +00:00
Carles Fernandez
80e0f4c8a8 Merge branch 'refactor/const-doppler-step' of https://github.com/MathieuFavreau/gnss-sdr into MathieuFavreau-refactor/const-doppler-step 2025-11-08 10:08:24 +01:00
Carles Fernandez
7d9dfd36eb Merge branch 'refactor/const-doppler-max' of https://github.com/MathieuFavreau/gnss-sdr into MathieuFavreau-refactor/const-doppler-max 2025-11-06 19:38:20 +01:00
Carles Fernandez
2161dd18e5 Remove some magic numbers in acq adapters, make formatting more readable 2025-11-06 08:57:49 +01:00
Mathieu Favreau
7d4e175235 Make doppler step const in acquisition 2025-11-05 18:40:55 +00:00
Mathieu Favreau
10a75f1ab2 Make acquisition doppler max const 2025-11-04 21:57:31 +00:00
Carles Fernandez
0bc80fdd19 Merge branch 'next' of github.com:gnss-sdr/gnss-sdr into tow-to-trk 2025-10-28 08:08:59 +01:00
Carles Fernandez
cc321ef02c Fix documentation 2025-10-27 17:52:52 +01:00
Carles Fernandez
1f097f76ef Add mechanism for back-propagation of TOW from telemetry to tracking in GPS L1 2025-10-27 14:41:10 +01:00
Carles Fernandez
721b946102 OSNMA: be explicit if no Public Key is available 2025-09-16 11:26:23 +02:00
Carles Fernandez
96cacdf50a Remove unused function, improve logging 2025-09-08 09:03:20 +02:00