1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2026-05-26 23:32:12 +00:00
Commit Graph

10323 Commits

Author SHA1 Message Date
Carles Fernandez 3feeb337be Remove include already in header, minor formatting changes 2025-12-17 22:12:15 +01:00
Carles Fernandez 634632a289 Merge branch 'cleanup-rinex-printer' of https://github.com/MathieuFavreau/gnss-sdr into MathieuFavreau-cleanup-rinex-printer 2025-12-17 21:39:12 +01:00
Mathieu Favreau 33f8a6f03d More cleanup 2025-12-17 20:15:31 +00:00
Mathieu Favreau d9127e7f5e Pass pre_2009_file in constructor 2025-12-17 20:12:41 +00:00
Mathieu Favreau 58480db2b7 Avoid unecessary complex code 2025-12-17 20:10:27 +00:00
Mathieu Favreau 6967cde7a4 More cleanup 2025-12-17 20:06:22 +00:00
Carles Fernandez 537bc2d26b Remove unused parameter 2025-12-17 20:58:29 +01:00
Mathieu Favreau 1c6fd2fa52 Add function for seconds 2025-12-17 19:55:55 +00:00
Mathieu Favreau 12446e8deb Remove if that do nothing 2025-12-17 19:41:03 +00:00
Mathieu Favreau b80950d0ad Small cleanup rinex printer 2025-12-17 19:40:45 +00:00
Carles Fernandez dfd2dffd54 Merge branch 'MathieuFavreau-change-fft-size-usage' into next 2025-12-17 20:33:50 +01:00
Carles Fernandez 851568425a Merge branch 'mmajoral-fix/fpga-dynamic-bit-selection' into next 2025-12-17 20:32:59 +01:00
Carles Fernandez 72395c48df Merge branch 'next' of github.com:carlesfernandez/gnss-sdr into next 2025-12-17 20:27:53 +01:00
Carles Fernandez 5c29805ca4 Merge branch 'MathieuFavreau-fix-format' into next 2025-12-17 20:27:14 +01:00
Carles Fernandez 6526707351 Merge branch 'next' of github.com:gnss-sdr/gnss-sdr into MathieuFavreau-fix-format 2025-12-17 20:25:11 +01:00
Carles Fernandez 1e178f83e4 Merge branch 'next' of github.com:gnss-sdr/gnss-sdr into MathieuFavreau-change-fft-size-usage 2025-12-17 20:23:03 +01:00
dependabot[bot] f8ad7170ef Bump actions/upload-artifact from 5 to 6 in the github-actions group
Bumps the github-actions group with 1 update: [actions/upload-artifact](https://github.com/actions/upload-artifact).


Updates `actions/upload-artifact` from 5 to 6
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v5...v6)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-12-17 20:22:45 +01:00
Carles Fernandez 1442a18838 Merge branch 'change-fft-size-usage' of https://github.com/MathieuFavreau/gnss-sdr into MathieuFavreau-change-fft-size-usage 2025-12-17 20:21:14 +01:00
Carles Fernandez 4e9019f960 Merge branch 'fix/fpga-dynamic-bit-selection' of https://github.com/mmajoral/gnss-sdr into mmajoral-fix/fpga-dynamic-bit-selection 2025-12-17 20:20:36 +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 a5bef8b235 Fix RINEX navigation annotations for Glonass with version 3 2025-12-17 10:24:51 +01:00
Carles Fernandez 8e4343d5ec Improve reporting of TTFF 2025-12-14 10:45:59 +01:00
Carles Fernandez dd5ce88e62 Add percentile computations in position_test
Set minimal Armadillo version to 9.900 for quantile()
2025-12-14 10:02:38 +01:00
Carles Fernandez 19210e8c1f Normalize logical operators to && and || in VEML tracking implementation 2025-12-11 23:09:10 +01:00
Carles Fernandez f48837f1d1 Fix formatting 2025-12-11 22:32:02 +01:00
Carles Fernandez b05b6c0d01 Remove leftovers of Glonass C_Aid implementation 2025-12-11 22:25:00 +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
Mathieu Favreau e38c4e3b68 Change size 2025-12-11 17:11:42 +00:00
Mathieu Favreau e74c7e3638 Change fft size in test calc 2025-12-11 17:06:57 +00: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
Marc Majoral 32766930e1 fix: correct FPGA dynamic bit selection by passing shift_out_bits as reference 2025-12-11 17:29:07 +01:00
Carles Fernandez ecaf3bad9f Merge branch 'mmajoral-fix/fpga-acquisition-init' into next 2025-12-10 18:48:10 +01:00
Marc Majoral b90ed4d9f1 Correct initialization sequence for FPGA-based acquisition 2025-12-10 16:40:38 +01:00
Carles Fernandez fd877993a9 Fix Matlab data saving in Glonass tracking blocks 2025-12-10 12:43:49 +01:00
Carles Fernandez 7951908bc3 Refactoring of Glonass tracking blocks 2025-12-09 20:12:55 +01:00
Carles Fernandez b527850bdb Update local Protocol Buffers to v33.2 and Armadillo to the 15.2.x branch 2025-12-06 09:17:53 +01:00
Carles Fernandez e362a92fd9 Update local Gflags to v2.3.0 2025-12-06 07:42:26 +01:00
Carles Fernandez 80d770648d Fix formatting 2025-12-04 17:18:17 +01:00
Carles Fernandez 4ebc7ef898 Merge branch 'mmajoral-fix/dma-proxy-detection' into next 2025-12-04 17:17:34 +01:00
Marc Majoral a4d49ef65a Fix DMA Proxy driver detection when multiple copies exist in the root filesystem 2025-12-04 14:51:50 +01:00
Carles Fernandez 654715b60b Merge branch 'beidou-fixes' into next 2025-12-03 17:22:07 +01:00
Carles Fernandez 25117bfcc4 Merge branch 'download' into next 2025-12-03 17:20:27 +01:00
Carles Fernandez ea8d4995de CMake: Improve robustness of download_test_file function 2025-12-03 17:09:13 +01:00
Carles Fernandez 87005bd76b Merge branch 'MathieuFavreau-bug/fix-acquisition-two-steps' into next 2025-12-03 16:33:05 +01:00
Carles Fernandez c96aec275b Remove redundant lines 2025-12-03 08:44:37 +01:00
Carles Fernandez 4e6e6e3c75 Add function to donwload test files 2025-12-03 08:35:24 +01:00
Mathieu Favreau b4560849e7 Add make_2_step test and small cleanup to get test to pass 2025-12-02 16:09:55 +00:00
Mathieu Favreau f2e1808589 Fix acquisition two steps 2025-12-01 20:11:30 +00:00
Carles Fernandez 279656fd8e Fix reading of some almanac parameters in BeiDou messages 2025-12-01 16:21:01 +01:00