1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-08-29 09:02:26 +00:00
Commit Graph

8445 Commits

Author SHA1 Message Date
Carles Fernandez
a42c66ec29 Add utilities to galileo_has_data class, improve HAS message printer 2021-09-23 10:20:10 +02:00
Jim Melton
530684d241 make clang-tidy happy 2021-09-22 20:02:36 -06:00
Jim Melton
11f53a3fcb document PVT params; enable RTKLIB trace level to be set 2021-09-22 18:12:30 -06:00
Carles Fernandez
e0604bdf22 Improve output text formatting 2021-09-22 12:39:13 +02:00
Carles Fernandez
1b74afe640 Fix include what you use
Fix doxygen documentation
Move close_file() to a private method
2021-09-21 17:38:52 +02:00
Marc Majoral
03566b1fbf added 180 deg. inverted carrier phase PLL lock flag in gnss_synchro 2021-09-21 17:25:16 +02:00
Carles Fernandez
b648571b6d Print HAS status and message ID in HAS message printer
and other formatting improvements
2021-09-21 16:35:09 +02:00
Carles Fernandez
0124bc9b61 Fix reporting of Delta Clock C0 in Clock full-set corrections block 2021-09-21 12:38:39 +02:00
Carles Fernandez
ac250631a8 Instantiate HAS message printer only if required 2021-09-21 12:37:16 +02:00
Carles Fernandez
e8cc23276f Read clock subset corrections in HAS message 2021-09-21 11:52:38 +02:00
Carles Fernandez
c2f526be8e Update local version of Protocol Buffers to 3.18.0 2021-09-20 21:30:03 +02:00
Carles Fernandez
bd62e33dc6 Improve HAS message printer 2021-09-20 20:23:52 +02:00
Carles Fernandez
b062598713 Instantiate Gal E6 receiver only if needed 2021-09-20 18:02:17 +02:00
Carles Fernandez
271c59f475 Add a simple HAS message printer to inspect data 2021-09-20 15:09:33 +02:00
Carles Fernandez
9b523e77f4 Add reading of phase discontinuty indicator in Phase Bias block
Fix reading of signed integers
2021-09-20 13:39:55 +02:00
Carles Fernandez
cff58981b4 Remove blank line 2021-09-20 12:11:15 +02:00
Carles Fernandez
7a0cbd2503 Implement HAS message reading 2021-09-20 08:53:23 +02:00
Carles Fernandez
531ca63398 Make the code more portable
Avoid arrays with variable length, replace them by std::vector
2021-09-17 13:55:09 +02:00
Carles Fernandez
61d5485e29 Make clang-idy happy. Fix modernize-use-bool-literals check 2021-09-16 20:40:18 +02:00
Carles Fernandez
58d508623b Add protection to crazy HAS data 2021-09-16 18:19:18 +02:00
Carles Fernandez
5b4218a37e Read Mask block in the MT1 body 2021-09-16 18:02:47 +02:00
Carles Fernandez
2265cc4301 Update changelog 2021-09-15 13:16:16 +02:00
Carles Fernandez
49ce3de848 Merge branch 'mmajoral-fix_config_ad9361_rx' into next 2021-09-15 12:43:56 +02:00
Marc Majoral
80ccad790d do not write the signal source gain if the AGC is enabled when using the AD9361. 2021-09-14 17:46:52 +02:00
Carles Fernandez
c3fe1bcc79 Add CRC check success rate reporting to all telemetry decoders
Added as std::unique_ptr to minimize memory footprint if not used
C++ logic operators translated to && and ||
2021-09-13 23:19:37 +02:00
Carles Fernandez
69db42f3ee Make Coverity Scan happy: fix uninitialized members in constructor 2021-09-10 22:02:14 +02:00
Carles Fernandez
f4699aad07 Fix CI clang-tidy job 2021-09-08 17:32:47 +02:00
Carles Fernandez
4817ec058a Be more explicit on how to retrieve data 2021-09-08 15:34:32 +02:00
Carles Fernandez
0aeb1c28c7 Fix CI jobs 2021-09-07 16:16:25 +02:00
Carles Fernandez
b8afa8a4e4 Add src/utils/nav-listener/build to .gitignore file 2021-09-07 16:03:15 +02:00
Carles Fernandez
b1cfc427aa Fix CI jobs 2021-09-07 16:02:34 +02:00
Carles Fernandez
0319dd5ae1 Add decoded HAS mmesages to the navigation message monitor 2021-09-07 14:58:16 +02:00
Carles Fernandez
26f72075fc Add example application to receive decoded navigation messages 2021-09-07 12:13:54 +02:00
Carles Fernandez
ea88993ef2 Add monitor to send decoded navigation message bits via UDP 2021-09-06 00:05:29 +02:00
Carles Fernandez
14fd13ddec Merge branch 'mmajoral-telem_CRC_stats' into next 2021-08-30 16:12:55 +02:00
Carles Fernandez
1330958e99 Add missing includes 2021-08-30 16:12:13 +02:00
Marc Majoral
969c85fc45 fixed string passing 2021-08-30 14:29:52 +02:00
Marc Majoral
d9b1d197fd Merge branch 'next' of https://github.com/gnss-sdr/gnss-sdr into telem_CRC_stats 2021-08-30 12:51:58 +02:00
Marc Majoral
33d7924cb9 Telemetry CRC statistics 2021-08-30 12:51:31 +02:00
Jim Melton
06d1d2773b change the packets per sample calculation for 2-bit files.
This is complicated and I botched it before.
Hopefully someone with access to 2-bit samples can test this
2021-08-24 15:03:48 -06:00
Carles Fernandez
0fc18f13f9 The action continues in the next branch 2021-08-24 09:42:19 +02:00
Carles Fernandez
4e9bdd83b7 Bump version to 0.0.15 v0.0.15 2021-08-23 14:28:30 +02:00
Carles Fernandez
f3a22de830 Make Coverity Scan happy 2021-08-20 22:52:13 +02:00
Carles Fernandez
13115e2c7e Update google-benchmarks to 1.5.6 2021-08-11 19:02:58 +02:00
Carles Fernandez
e2efc7e9f1 Stop receiver if no channels have been assigned 2021-08-11 19:01:09 +02:00
Carles Fernandez
18005c6ca8 Merge branch 'fix-cpufeatures' into next 2021-08-11 18:59:05 +02:00
Carles Fernandez
e0d41e96e9 Add --num_channels parameter to position_test 2021-08-11 16:35:05 +02:00
Carles Fernandez
8982e4d7ad Enable NEON kernels in aarch64 architecture 2021-08-11 13:01:25 +02:00
Carles Fernandez
fc85b2df8e Improve detection of the cpu_features library 2021-08-11 11:56:33 +02:00
Carles Fernandez
8c400d1377 Add missing header for PowerPC arch 2021-08-03 22:02:52 +02:00