1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2026-03-22 15:49:45 +00:00

Commit Graph

  • c64e3805db Merge branch 'next' of github.com:gnss-sdr/gnss-sdr into next next Carles Fernandez 2026-03-16 07:53:35 +01:00
  • f02c0d2403 Bump jidicula/clang-format-action in the github-actions group dependabot[bot] 2026-03-16 03:07:07 +00:00
  • 093a5bff84 Make Coverity Scan happy Carles Fernandez 2026-03-15 10:26:10 +01:00
  • 831bfb7413 Update gsl-lite to v1.1.0 Carles Fernandez 2026-03-14 19:29:23 +01:00
  • 72076809e9 Merge branch 'iono-free' into next Carles Fernandez 2026-03-14 08:06:47 +01:00
  • ace5050b1f Update QZSS constant Carles Fernandez 2026-03-14 08:06:31 +01:00
  • a3687bddf1 Fix for triple-band receiver Carles Fernandez 2026-03-13 12:17:17 +01:00
  • e0e4eadb2e Fix NAV/CNAV handling Carles Fernandez 2026-03-13 10:14:25 +01:00
  • 0a5c3c9b32 Bump actions/upload-artifact from 6 to 7 in the github-actions group dependabot[bot] 2026-03-02 03:08:39 +00:00
  • 7bb6749147 Merge branch 'qzss' into next Carles Fernandez 2026-03-11 11:03:02 +01:00
  • 5714f2cc77 Fix L1/L5 combination with QSZZ/GPS Carles Fernandez 2026-03-11 09:16:38 +01:00
  • 195c69e78d Fix health status reading in QZSS L1 signals Carles Fernandez 2026-03-10 10:22:58 +01:00
  • b8197b8ffb Improve naming consistency Carles Fernandez 2026-03-09 18:28:11 +01:00
  • dfe45991f7 Fix RINEX annotations when using QZSS L5 signals Carles Fernandez 2026-03-09 17:31:44 +01:00
  • 02a9bb9c48 Use glo_valid_obs consistently Carles Fernandez 2026-03-09 16:30:33 +01:00
  • 546b0de73a Add QZSS in README and changelog files Carles Fernandez 2026-03-09 16:29:36 +01:00
  • edfcc2487e Add computation of position with QZSS L5 Carles Fernandez 2026-03-09 16:10:35 +01:00
  • e9522126ea Fix constant in QZSS CNAV message Carles Fernandez 2026-03-06 12:21:50 +01:00
  • 07a8a985c4 Fix PRN in QZSS L5 ephemeris Carles Fernandez 2026-03-05 08:00:07 +01:00
  • b1c04a8365 Add QZSS L1 signals into rtklib positioning engine Carles Fernandez 2026-03-03 13:43:07 +01:00
  • 3cb16aa25b Add QZSS telemetry blocks to the block factory Carles Fernandez 2026-03-02 08:19:09 +01:00
  • 9e14b75908 Add QZSS L5 decoding Carles Fernandez 2026-03-01 19:27:31 +01:00
  • 32648a8e9f Plug QZSS into rtklib Carles Fernandez 2026-02-25 19:09:42 +01:00
  • 2cc9595fe6 Add QZSS L1 telemetry decoder, make room in the RINEX printer Carles Fernandez 2026-02-25 18:10:50 +01:00
  • 4d04e52f75 Denote QZSS as J, following RINEX standard Carles Fernandez 2026-02-25 17:44:00 +01:00
  • cdc3207606 Test more PRNs in QZSS tests Carles Fernandez 2026-02-24 20:53:40 +01:00
  • 41d60dfd2b Fix formatting Carles Fernandez 2026-02-24 14:33:12 +01:00
  • 31da72a206 Fix clang-tidy modernize-use-auto and modernize-loop-convert Carles Fernandez 2026-02-24 13:47:14 +01:00
  • 6861092abb Improve block description in QZSS satellites Carles Fernandez 2026-02-24 13:37:28 +01:00
  • c3a86b5df7 Fix formatting Carles Fernandez 2026-02-24 13:18:59 +01:00
  • 96b9c0a6bf Fix formatting Carles Fernandez 2026-02-24 13:16:07 +01:00
  • 76d059fdd9 Make code more readable in small screens Carles Fernandez 2026-02-24 13:13:53 +01:00
  • 486e347702 Fix formatting Carles Fernandez 2026-02-24 13:08:58 +01:00
  • feaf7efffb Add QZSS in flowgraph, satellite classes. Add empty telemetry decoder adapters Carles Fernandez 2026-02-24 12:58:51 +01:00
  • f15f431fd3 Add QZSS acquisition and tracking adapters to the block factory Carles Fernandez 2026-02-24 11:49:23 +01:00
  • 8fc9276ff5 Add code generation, acquisition and tracking adapters for QZSS L1 C/A and L5 Carles Fernandez 2026-02-24 11:40:20 +01:00
  • a3bcbb5ab1 Merge branch 'next' of github.com:carlesfernandez/gnss-sdr into qzss Carles Fernandez 2026-02-23 11:36:29 +01:00
  • fda9ceca53 Update Contributor Covenant to version 3.0 Carles Fernandez 2026-02-22 15:19:28 +01:00
  • aca06947af Merge branch 'MathieuFavreau-make-rinex-log-generic' into next Carles Fernandez 2026-02-19 11:25:42 +01:00
  • 2f9f46d6de Fix building by adding a constructor to NavHeaderInfo in Rinex printer Carles Fernandez 2026-02-19 08:21:50 +01:00
  • 1010b143a1 Prevent rewriting leap second Mathieu Favreau 2026-02-18 15:22:17 +00:00
  • c96361cddd Make RINEX header update generic Mathieu Favreau 2026-02-18 14:53:33 +00:00
  • b7738d39c6 Merge branch 'l2c-params' into next Carles Fernandez 2026-02-18 07:55:05 +01:00
  • 80da696e8b Merge branch 'MathieuFavreau-generic-rinex-nav-header' into next Carles Fernandez 2026-02-18 07:54:51 +01:00
  • f47eef5a44 Fix synch parameters in L2C example Carles Fernandez 2026-02-17 17:00:19 +01:00
  • 6572fbb5d6 Make RINEX nav header writting work with any signal combination Mathieu Favreau 2026-02-17 13:54:47 +00:00
  • 9e0e1aad37 Merge branch 'MathieuFavreau-cleanup-rinex-nav-header' into next Carles Fernandez 2026-02-17 10:24:08 +01:00
  • 048627dfeb Merge branch 'cleanup-rinex-nav-header' of https://github.com/MathieuFavreau/gnss-sdr into MathieuFavreau-cleanup-rinex-nav-header Carles Fernandez 2026-02-17 08:26:15 +01:00
  • 5275e99031 Cleanup rinex nav header Mathieu Favreau 2026-02-16 16:24:38 +00:00
  • e7be0828ff Add Mathieu Favreau as author of the RINEX printer Carles Fernandez 2026-02-15 21:17:52 +01:00
  • d5b82e7d6c Reduce pull-in time to 5 s Carles Fernandez 2026-02-13 10:51:04 +01:00
  • 57bd42dc49 Remove marker type Mathieu Favreau 2026-02-04 18:20:12 +00:00
  • a56e8afd1d Generic RINEX obs header Mathieu Favreau 2026-02-04 16:19:59 +00:00
  • d747095ec8 Update links to GPS ICDs Carles Fernandez 2026-02-10 12:17:38 +01:00
  • 8e0f44cfae Merge branch 'bit-synch' into next Carles Fernandez 2026-02-10 11:11:15 +01:00
  • a5eee2a5b6 Document histogram-based bit synchronization in the changelog Carles Fernandez 2026-02-09 20:08:44 +01:00
  • 2799e6afde Merge branch 'next' of github.com:gnss-sdr/gnss-sdr into bit-synch Carles Fernandez 2026-02-09 19:44:42 +01:00
  • 2226d7ca2d Fix histogram-based bit synchronization in the tracking block Carles Fernandez 2026-02-09 12:59:19 +01:00
  • 5f7a27cd44 Merge branch 'MathieuFavreau-fix-clang-tidy' into next Carles Fernandez 2026-02-04 20:35:16 +01:00
  • dae699f6d8 Merge branch 'fix-clang-tidy' of https://github.com/MathieuFavreau/gnss-sdr into MathieuFavreau-fix-clang-tidy Carles Fernandez 2026-02-04 20:34:59 +01:00
  • 907933c510 Merge branch 'MathieuFavreau-cleanup-signal-enabled-flags' into next Carles Fernandez 2026-02-04 20:34:23 +01:00
  • 22d2a58f9a Fix clang-tidy CI Mathieu Favreau 2026-02-04 18:21:24 +00:00
  • ab2b5daed5 Set min_events_for_lock=10 by default in bit synchronizer Carles Fernandez 2026-02-04 11:31:08 +01:00
  • c53d18c412 Some more cleanup Mathieu Favreau 2026-02-03 20:36:53 +00:00
  • 9ba0527a4d Cleanup signal enabled flags Mathieu Favreau 2026-02-03 20:31:01 +00:00
  • 7c3750b034 Merge branch 'next' of github.com:carlesfernandez/gnss-sdr into next Carles Fernandez 2026-02-03 15:46:42 +01:00
  • e391905e24 Update changelog Carles Fernandez 2026-02-03 15:45:08 +01:00
  • 360cb61a6b Fix formatting Carles Fernandez 2026-02-03 14:59:56 +01:00
  • 8ef03fe3ce GPS L2CM local replica now includes GPS L2CL contribution zeroing in tracking loops Javier Arribas 2026-02-03 14:40:12 +01:00
  • 7745df0d53 Fix formatting Carles Fernandez 2026-02-03 14:21:55 +01:00
  • d3bd3717f1 Expose bit synchronizer parameters to user configuration Carles Fernandez 2026-02-03 14:18:54 +01:00
  • b7f4f3b754 Fix for Beidou Carles Fernandez 2026-02-03 11:33:14 +01:00
  • f8e9ad740d Clean bit syncronizer class, add documentation Carles Fernandez 2026-02-03 11:00:57 +01:00
  • 5eccedf738 Add the bit synchronizer to FPGA tracking Carles Fernandez 2026-02-03 10:53:56 +01:00
  • e2ace3fbd2 Remove debug Carles Fernandez 2026-02-03 10:51:50 +01:00
  • b3362c5332 Merge branch 'bit-synch2' of github.com:carlesfernandez/gnss-sdr into bit-synch Carles Fernandez 2026-02-02 13:03:24 +01:00
  • 8bd5541ed3 Merge branch 'next' of github.com:gnss-sdr/gnss-sdr into bit-synch Carles Fernandez 2026-02-02 13:02:06 +01:00
  • 7e8d528d10 Only create Glonass file if needed Mathieu Favreau 2026-01-28 16:56:31 +00:00
  • 5a8c55d94d Cleanup RINEX log to not use hardcoded signal combination Mathieu Favreau 2026-01-28 16:41:21 +00:00
  • 467451fa29 Merge remote-tracking branch 'cf/MathieuFavreau-cleanup-rinex-log-hardcoded-signals' into next Carles Fernandez 2026-01-30 10:14:35 +01:00
  • fa01c26613 Remove outdated comments Marc Majoral 2026-01-28 15:18:03 +01:00
  • a726f14999 Style cleanup for readability Marc Majoral 2026-01-28 15:10:46 +01:00
  • deb4ddf3bf Fix signal-to-FPGA tracking multicorrelator mapping Marc Majoral 2026-01-27 14:17:08 +01:00
  • 0e0f8e1986 Add work on bit synchronization Carles Fernandez 2026-01-29 08:16:48 +01:00
  • 874cbab484 Clean up Carles Fernandez 2026-01-28 21:12:51 +01:00
  • 939ba5f32b Test Carles Fernandez 2026-01-28 19:47:17 +01:00
  • 8d70abb7af Only create Glonass file if needed Mathieu Favreau 2026-01-28 16:56:31 +00:00
  • b567e139a6 Cleanup RINEX log to not use hardcoded signal combination Mathieu Favreau 2026-01-28 16:41:21 +00:00
  • 6307752e82 Merge branch 'next' of github.com:gnss-sdr/gnss-sdr into bit-synch Carles Fernandez 2026-01-27 11:26:59 +01:00
  • c32988eac8 Make Coverity Scan happy by fixing some minor performance inefficiencies Carles Fernandez 2026-01-27 11:22:01 +01:00
  • 5b44799b27 Merge branch 'MathieuFavreau-cleanup-rinex-files-management' into next Carles Fernandez 2026-01-27 10:24:46 +01:00
  • c9d51176b7 Update changelog Carles Fernandez 2026-01-27 10:24:13 +01:00
  • 7f85954db0 Fix date computation when using the CNAV message Carles Fernandez 2026-01-27 07:56:25 +01:00
  • fa68aa8623 Undo change Mathieu Favreau 2026-01-26 21:30:26 +00:00
  • 78b21f3b70 Cleanup RINEX file management Mathieu Favreau 2026-01-26 21:16:34 +00:00
  • c3fc3dacd6 Merge branch 'MathieuFavreau-cleanup-rinex-nav-header-update' into next Carles Fernandez 2026-01-26 22:03:48 +01:00
  • 47d46a32d3 Fix date computation when using the CNAV message Carles Fernandez 2026-01-26 21:55:07 +01:00
  • 1c623c5fe4 Fix BeiDou navigation header Carles Fernandez 2026-01-26 19:28:25 +01:00
  • 3a00fbbd9d Merge branch 'cleanup-rinex-nav-header-update' of https://github.com/MathieuFavreau/gnss-sdr into MathieuFavreau-cleanup-rinex-nav-header-update Carles Fernandez 2026-01-26 18:35:40 +01:00
  • 9860ff2814 Cleanup Mathieu Favreau 2026-01-26 15:48:24 +00:00