1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2026-07-08 04:02:44 +00:00

Commit Graph

  • 7de0415b11 Merge branch 'better-trk' of github.com:carlesfernandez/gnss-sdr into next next Carles Fernandez 2026-07-05 15:11:38 +02:00
  • 80d24ee105 Fix vanishing correlation peak in acquisition grid plots of long codes Carles Fernandez 2026-07-05 13:50:21 +02:00
  • b3c4dbccaf Merge branch 'better-acq' into next Carles Fernandez 2026-07-05 13:47:44 +02:00
  • 8f757b8c21 Merge branch 'vladisslav2011-qzss-nmea-fix' into next Carles Fernandez 2026-07-05 10:11:57 +02:00
  • 47c79a05e6 Update CHANGELOG.md Carles Fernandez 2026-07-05 10:03:24 +02:00
  • 6bc138fbed Merge branch 'qzss-nmea-fix' of https://github.com/vladisslav2011/gnss-sdr into vladisslav2011-qzss-nmea-fix Carles Fernandez 2026-07-04 17:15:16 +02:00
  • 0889a2030b Merge branch 'vladisslav2011-qzss_l1cb' into next Carles Fernandez 2026-07-04 17:13:49 +02:00
  • 64075065a9 Fix building in old compilers Carles Fernandez 2026-07-04 16:13:56 +02:00
  • 028ebe433d QZSS: refine L1 C/B support Carles Fernandez 2026-07-04 15:31:03 +02:00
  • 75e21aeedb Merge branch 'qzss_l1cb' of https://github.com/vladisslav2011/gnss-sdr into vladisslav2011-qzss_l1cb Carles Fernandez 2026-07-04 13:34:20 +02:00
  • 6848bcb1f6 Merge branch 'fix-monitor' into next Carles Fernandez 2026-07-04 10:37:19 +02:00
  • 339ed2b0b4 LabSat source: avoid undefined behaviour in malformed files Carles Fernandez 2026-07-03 21:27:33 +02:00
  • ed5a75e31e Make the Monitor report channels without a valid time reference Carles Fernandez 2026-07-03 21:24:17 +02:00
  • dc0d9f5dfd QZSS: add L1 C/B primary code generation test Vladslav P 2026-07-03 20:25:52 +03:00
  • 1146a5285c QZSS: L1C/B implementation Vladislav P 2026-06-30 22:19:25 +03:00
  • 137f15c2aa nmea_printer: add GPS and QZSS GSA/GSV tests Vladislav P 2026-07-03 13:23:27 +03:00
  • 870997d7cc Update chnagelog Carles Fernandez 2026-07-02 22:43:57 +02:00
  • 0328dd38b6 kf_tracking: fuse pilot and data correlation into a single wipe-off pass Carles Fernandez 2026-07-02 21:52:26 +02:00
  • c19e24a3b4 rtklib_solution: implement QZGSA/QZGSV sentences Vladslav P 2026-06-24 03:12:24 +03:00
  • fa96ce13a0 Fuse pilot and data correlation into a single carrier wipe-off pass Carles Fernandez 2026-06-30 21:37:22 +02:00
  • 3bfbb1904d Prepare PCPS grids for batch FFT processing Carles Fernandez 2026-06-30 20:29:50 +02:00
  • bdfc7883fd Acquisition: reuse PCPS assisted and fine Doppler buffers Carles Fernandez 2026-06-30 20:04:51 +02:00
  • 32e1aac6f6 Improve QuickSync acquisition implementation Carles Fernandez 2026-06-30 19:53:50 +02:00
  • b898bcad28 Fix segmentation fault when receiving QZSS signals and the RTCM printer is enabled Carles Fernandez 2026-06-29 16:09:37 +02:00
  • ba3e8982f5 Merge branch 'vladisslav2011-galileo-E5-acquisition-crash-fix' into next Carles Fernandez 2026-06-29 13:41:43 +02:00
  • 2c911ba8f6 Merge branch 'galileo-E5-acquisition-crash-fix' of https://github.com/vladisslav2011/gnss-sdr into vladisslav2011-galileo-E5-acquisition-crash-fix Carles Fernandez 2026-06-29 13:31:20 +02:00
  • ec3317c20a pcps_acquisition: fix crash in PcpsAcquisitionAdapterCustom::set_local_code Vladslav P 2026-06-29 13:00:26 +03:00
  • 5769529a11 Fix rebuilding Carles Fernandez 2026-06-29 12:26:40 +02:00
  • 47580c4eb4 volk_gnsssdr: do not write files in source tree when building Carles Fernandez 2026-06-29 12:26:00 +02:00
  • 0b131707a5 Fix defects detected by Coverity Scan Carles Fernandez 2026-06-28 14:57:40 +02:00
  • 38d5fbbd04 Use traditional token representation for logical C++ operators and add clang-tidy check Carles Fernandez 2026-06-28 03:47:13 +02:00
  • e8e67a2278 cpu_festures: avoid undefined behaviour conversions from unaligned char* to int* Carles Fernandez 2026-06-28 01:47:54 +02:00
  • c29d4d7c9e CMake: bump local version of Armadillo to 15.4.x and PugiXML to 1.16 Carles Fernandez 2026-06-28 01:35:00 +02:00
  • 419968d0a0 CMake: move bundled Protobuf build logic into module Carles Fernandez 2026-06-28 00:40:45 +02:00
  • 0e124792f8 Remove unused include Carles Fernandez 2026-06-26 22:26:30 +02:00
  • 59125ea83d Fix LabSat header parsing Carles Fernandez 2026-06-26 21:38:38 +02:00
  • d0d10ee824 Fix LabSat single-channel endian decoding Carles Fernandez 2026-06-26 21:25:08 +02:00
  • 2bdc1406f9 Fix conversion in LabSat source Carles Fernandez 2026-06-26 17:11:35 +02:00
  • 8c71ede29c Fix test building Carles Fernandez 2026-06-26 16:30:32 +02:00
  • b9c172e914 Fix test building Carles Fernandez 2026-06-26 15:12:16 +02:00
  • 531f8d3ebc Improved Labsat_Signal_Source support for LabSat 2, LabSat 3, and LabSat 3 Wideband recordings Carles Fernandez 2026-06-26 14:19:32 +02:00
  • d332fdbb21 Improve Python observables plots Carles Fernandez 2026-06-26 10:36:12 +02:00
  • 60a1c43f2b Add titles in some Python plots Carles Fernandez 2026-06-26 08:59:15 +02:00
  • 95ad7d19ec Add possibility to infer Python plot defaults from GNSS-SDR configuration files Carles Fernandez 2026-06-25 20:49:30 +02:00
  • 16cf5e7753 While testing, I found the old version of this script had an old bug. For some reason, the old script calculated "mean()" of PRN numbers in a tracking channel. E.g., channel 1 tracked PRN 3 for few seconds, then tracked PRN 16 for the rest. The script would add legend PRN 9 (3+16)/2 = .... Fixed that and added "PRN-wise tracking indicator" in addition to the existing "channel-wise tracking indicator" minhaj 2026-06-23 23:59:15 -05:00
  • 63e77ef15b got some rinex file from Alabama CORS network, which had capital .26N, .26O, added those cases to the gitignore. minhaj 2026-06-23 23:57:47 -05:00
  • 96a767d353 for debugging, print-out/write csv for investigating the numbers lib/dll_pll_veml_read_tracking_dump.py if the file is ran by itself. not sure a separate "dump-to-csv" script is needed. minhaj 2026-06-23 23:52:52 -05:00
  • 246cee0a16 Merge branch 'minhaj6-acq-python-utility-update' into next Carles Fernandez 2026-06-23 18:08:43 +02:00
  • e438d08c6e Parameterize Python plotting utilities in utils/python Carles Fernandez 2026-06-23 15:49:25 +02:00
  • e3847b4312 Add Minhaj Uddin Ahmad to the AUTHORS file Carles Fernandez 2026-06-23 13:08:54 +02:00
  • 840e165898 Merge branch 'acq-python-utility-update' of https://github.com/minhaj6/gnss-sdr into minhaj6-acq-python-utility-update Carles Fernandez 2026-06-23 11:15:40 +02:00
  • 6b16548735 Improve consistency of acquisition dumps Carles Fernandez 2026-06-23 11:00:39 +02:00
  • 65217cf266 Bump actions/checkout from 6 to 7 in the github-actions group dependabot[bot] 2026-06-22 03:04:32 +00:00
  • b057a8a43a Add work on ION_GSMS_Signal_Source GSS6450_File_Signal_Source Carles Fernandez 2026-06-22 09:46:01 +02:00
  • d95d3cbcb5 Add work on GNSS Sofware Defined Receiver Metadata Standard Carles Fernandez 2026-06-21 21:14:21 +02:00
  • ef90183ac2 Fix formatting Carles Fernandez 2026-06-21 08:35:10 +02:00
  • 6b77e477f1 Improve ION_GSMS_Signal_Source implementation Carles Fernandez 2026-06-21 00:03:24 +02:00
  • 9aa9ca72e4 Merge branch 'fix-openssl4' into fix-gss6450 Carles Fernandez 2026-06-20 13:03:56 +02:00
  • e9077a6e11 Fix compatibility with OpenSSL versions Carles Fernandez 2026-06-20 13:03:31 +02:00
  • f7dcd2b118 Update changelog Carles Fernandez 2026-06-20 12:50:09 +02:00
  • 43bceb52ff Fix and refactor GPS L1 C/A KF tracking dump reader and plotter. minhaj 2026-06-19 23:01:57 -05:00
  • e18e8f358b Improve const correctness Carles Fernandez 2026-06-20 03:37:26 +02:00
  • 5b67374074 Merge branch 'fix-openssl4' into fix-gss6450 Carles Fernandez 2026-06-20 02:57:57 +02:00
  • 5f6c573c13 Fix linking against OpenSSL 4 Carles Fernandez 2026-06-20 02:50:58 +02:00
  • 9a49275a10 Update changelog Carles Fernandez 2026-06-20 02:44:44 +02:00
  • 40feb38812 Rename Spir_GSS6450_File_Signal_Source to GSS6450_File_Signal_Source Carles Fernandez 2026-06-20 02:19:01 +02:00
  • 7c4ece6ca9 Fix valve stream signatures for multistream sources Carles Fernandez 2026-06-20 01:47:12 +02:00
  • ec718c6e64 The dll_pll_veml_read_tracking_dump.py file was failing as it didn't read last two fields (TOW_ms and WN). Probably because this file was written at a time when these fields were not present in the tracking dump. This commit fixes that, and plot_tracking_quality_indicator.py is operational now. This script now also lays out a _RECORD_FORMAT such that it is easily maintainable if the structure changes again in future in the dll_pll_veml_tracking.cc Thanks! minhaj 2026-06-19 17:29:08 -05:00
  • 2693aa48f9 drop import sys; no longer used minhaj 2026-06-19 16:14:12 -05:00
  • 06fb7f0d11 Improved plot_acq_grid.py utility. - Added a plot_positive_acq filter option, to enable plotting only the positive acquisitions. - Improved the file path processing. Previous version used hardcoded character offset that will not work if someone sets custom dump prefix. Now we use python's built-in pathlib and split-parse using the "_" separator. - The scripts used to use two different ways of encoding system,channel,chips, one with python dict another with massive if-else nest. This has been uniformed. - The script used to assume all files in the dump folder would be acquisition dump but now we filter for acq dumps using pathlib's glob() minhaj 2026-06-19 15:27:59 -05:00
  • 00190135a6 Fix formatting Carles Fernandez 2026-06-19 17:57:20 +02:00
  • 24a3932477 Improve Spir_GSS6450_File_Signal_Source implementation Carles Fernandez 2026-06-19 08:34:32 +02:00
  • 4c424547d2 CMake: fix broken install path Carles Fernandez 2026-06-17 16:35:59 +02:00
  • 154f8d0f8c CMake: improve consistency in variable usage Carles Fernandez 2026-06-17 12:57:15 +02:00
  • 462d67a4a4 CMake: Harden some comparisons Carles Fernandez 2026-06-17 10:50:19 +02:00
  • edd740f885 CMake: Prevent vendored cpu_features from installing outside the private volk_gnsssdr staging directory during rebuilds Carles Fernandez 2026-06-16 12:57:16 +02:00
  • e6cf8907f2 Merge branch 'minhaj6-pocketsdr-source' into next Carles Fernandez 2026-06-16 11:41:36 +02:00
  • ea05847e82 Add PocketSDR new Signal Source to changelog Carles Fernandez 2026-06-16 11:40:14 +02:00
  • 09f79d078b Merge branch 'pocketsdr-source' of https://github.com/minhaj6/gnss-sdr into minhaj6-pocketsdr-source Carles Fernandez 2026-06-16 10:59:23 +02:00
  • a02cdef172 housekeeping Minhaj Ahmad 2026-06-12 10:50:53 -05:00
  • bb36ed57de gr-pocketsdr link updated Minhaj Ahmad 2026-06-12 10:45:27 -05:00
  • f9bfbb9b44 Add Pocket_SDR_Signal_Source for Pocket SDR FE front-ends Minhaj Ahmad 2026-06-11 19:59:25 -05:00
  • 1c473b7771 Fix for old CMake versions Carles Fernandez 2026-06-15 09:10:08 +02:00
  • 57ad5349e2 CMake: fix file misspelling Carles Fernandez 2026-06-14 10:23:32 +02:00
  • 6af7c92282 CMake: Avoid downloading matio datasets Carles Fernandez 2026-06-14 09:11:57 +02:00
  • 011aed587d Merge branch 'fix-e6-obs' into next Carles Fernandez 2026-06-14 08:44:23 +02:00
  • bd74d11ba7 Fix for old Glonass signals Carles Fernandez 2026-06-13 21:02:40 +02:00
  • f8e8d0f17b CI: update to newer Visual Studio version Carles Fernandez 2026-06-13 12:35:07 +02:00
  • 4e2d0d4b30 CMake: Fix incorrect find_program result checks Carles Fernandez 2026-06-13 12:34:04 +02:00
  • 0a3890115b Fix formatting Carles Fernandez 2026-06-13 12:25:16 +02:00
  • 360a24c9ac Clang-tidy fixes Carles Fernandez 2026-06-13 12:24:59 +02:00
  • 4355597e48 Update changelog Carles Fernandez 2026-06-13 06:10:56 +02:00
  • 4e1a29a278 Add TOW consistency check in GPS L1 and L2C receivers Carles Fernandez 2026-06-12 19:42:58 +02:00
  • c345f334e4 Add TOW consistency check for Glonass signals Carles Fernandez 2026-06-12 19:10:28 +02:00
  • 6c528f07a9 Fix bugprone-incorrect-roundings warning from clang-tidy Carles Fernandez 2026-06-12 18:17:34 +02:00
  • d734e3ff10 Merge the GLONASS L1 and L2 C/A Telemetry Decoder blocks, and BeiDou B1I and B3I ones Carles Fernandez 2026-06-12 17:49:34 +02:00
  • 8ccf617b32 Enable E6 observables by default Carles Fernandez 2026-06-12 14:21:28 +02:00
  • 3480cbd479 Harden MT1 parsing Carles Fernandez 2026-06-12 12:12:12 +02:00
  • 1d64802106 Print GST associated to TOH in HAS messages Carles Fernandez 2026-06-12 10:31:59 +02:00
  • a12f3552eb Add test for Glonass data verification algorithm Carles Fernandez 2026-06-11 21:58:10 +02:00