1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-11-08 19:10:02 +00:00
Commit Graph

8682 Commits

Author SHA1 Message Date
Carles Fernandez
b7f8a7d554
Compute PVT solutions when using GPS L5 signals even if the satellite is reported as not healthy in the CNAV message (Fixes: #588) 2022-02-26 13:03:53 +01:00
Carles Fernandez
e81e82145a
Update link 2022-02-26 12:32:36 +01:00
Carles Fernandez
c479d9cf5e
Update cpu_features to commit 40e1c7158ddfbdae477751948750e0121aba55a1 2022-02-23 13:04:24 +01:00
Carles Fernandez
c61cd6180e
Merge branch 'next' into update-cpu-features 2022-02-23 12:52:19 +01:00
JM Friedt
f5b3e44b5f
correct name of SSE3 in Linux kernel for volk_profile SIMD detection 2022-02-22 17:29:09 +01:00
Carles Fernandez
832759e9e5
Merge branch 'jmfriedt-main' 2022-02-22 17:27:49 +01:00
JM Friedt
0e4218de8b correct name of SSE3 in Linux kernel for volk_profile SIMD detection 2022-02-22 12:32:15 +01:00
Carles Fernandez
530f894968
Remove abstract key from CITATION.cff file so it does not smash release text in Zenodo page 2022-02-20 03:16:37 +01:00
Carles Fernandez
0f65cbeb91
Fix defects detected by Coverity Scan 2021.12.1: Declaring variable data without initializer 2022-02-17 17:28:34 +01:00
Carles Fernandez
24a9781017
Update changelog. Add DOI for former versions 2022-02-16 15:34:03 +01:00
Carles Fernandez
dae76fa70e
Fix defects detected by Coverity Scan 2021.12.1: Unintentional integer overflow
overflow_before_widen: Potentially overflowing expression this->d_fft_size * ninput_items[0UL] with type unsigned int (32 bits, unsigned) is evaluated using 32-bit arithmetic, and then used in a context that expects an expression of type uint64_t (64 bits, unsigned)
2022-02-16 15:02:27 +01:00
Carles Fernandez
3755d78aee
Fix defects detected by Coverity Scan 2021.12.1: Out-of-bounds access (ARRAY_VS_SINGLETON)
callee_ptr_arith: Passing &this->d_acquisition_gnss_synchro->System to function basic_string which uses it as an array. This might corrupt or misinterpret adjacent memory locations
2022-02-16 13:56:25 +01:00
Carles Fernandez
c151b03b77
Fix defects detected by Coverity Scan 2021.12.1: Out-of-bounds access (ARRAY_VS_SINGLETON)
callee_ptr_arith: Passing &this->d_acquisition_gnss_synchro->System to function basic_string which uses it as an array. This might corrupt or misinterpret adjacent memory locations
2022-02-16 12:22:11 +01:00
Carles Fernandez
48b5538269
Fix defects detected by Coverity Scan 2021.12.1: Unintentional integer overflow
overflow_before_widen: Potentially overflowing expression this->d_fft_size * ninput_items[0UL] with type unsigned int (32 bits, unsigned) is evaluated using 32-bit arithmetic, and then used in a context that expects an expression of type uint64_t (64 bits, unsigned)
2022-02-16 11:34:12 +01:00
Carles Fernandez
d58720ea58
The action continues at the next branch 2022-02-15 14:21:55 +01:00
Carles Fernandez
7df5c3118c
Fix incorrect spelling 2022-02-15 13:28:29 +01:00
Carles Fernandez
70a4eda4d4
Bump release date 2022-02-15 12:07:35 +01:00
Carles Fernandez
f6032a66e7
Merge branch 'next' into release0016 2022-02-15 12:04:18 +01:00
Carles Fernandez
cf91334d66
Fix navdata_monitor extraction of FNAV message data 2022-02-15 11:31:35 +01:00
Carles Fernandez
cb0167fc39
Merge branch 'next' into release0016 2022-02-13 21:18:54 +01:00
Carles Fernandez
ad9add8426
Fix indentation 2022-02-13 21:18:31 +01:00
Carles Fernandez
8f2a75f8eb
Merge branch 'next' into ssr 2022-02-13 20:20:13 +01:00
Carles Fernandez
4409444f3f
Merge branch 'next' into galileo-e6 2022-02-13 20:17:53 +01:00
Carles Fernandez
aa5f9697b7
Bump version number to 0.0.16 2022-02-13 20:13:20 +01:00
Carles Fernandez
c54c4a5221
Fix some typos 2022-02-12 11:09:21 +01:00
Carles Fernandez
4effe76fa9
Update LimeSDR configuration example 2022-02-11 13:34:12 +01:00
Carles Fernandez
cc8ee5ab97
Merge branch 'atan2-benchmark' into next 2022-02-10 20:36:01 +01:00
Carles Fernandez
c7de901d45
Give more descriptive names to atan2 benchmark. Avoid unused-but-set-variable warning 2022-02-10 19:44:29 +01:00
Carles Fernandez
322deecee8
Replace std::atan2 by gr::fast_atan2f in the phase discriminator 2022-02-10 15:29:51 +01:00
Carles Fernandez
df1820e98e
Get PVT fixes from a standalone Galileo E5b receiver 2022-02-10 15:15:35 +01:00
Carles Fernandez
c5daae08f1
Add atan2 benchmark 2022-02-10 13:37:52 +01:00
Carles Fernandez
7a0259fb1d
Fix CITATION.cff file 2022-02-09 21:15:19 +01:00
Carles Fernandez
0539fc36ed
Add Stefan to list of authors
Update changelog
2022-02-09 20:58:53 +01:00
Carles Fernandez
8bc379718f
Merge branch 'stefanlinden-next' into next 2022-02-09 20:56:00 +01:00
Carles Fernandez
847e13e483
Set default CMAKE_BUILD_TYPE to Release before project() 2022-02-09 15:13:48 +01:00
Carles Fernandez
e0fb76e44a
Merge branch 'next' of https://github.com/stefanlinden/gnss-sdr into stefanlinden-next 2022-02-09 12:42:08 +01:00
Carles Fernandez
4d9a1f5543
Update local version of Pugixml to 1.12 2022-02-09 08:54:46 +01:00
Stefan van der Linden
20218290f7
Removed unused include 2022-02-08 16:26:37 +01:00
Stefan van der Linden
77c682e8b3
Removed unnecessary buffer 2022-02-08 12:51:51 +01:00
Carles Fernandez
0e529cacc6
Add spdlog-devel and fmt-devel to Fedora requirements 2022-02-06 12:52:14 +01:00
Carles Fernandez
53ef7a8ee9
Update local version of Protocol Buffers to 3.19.4 2022-02-06 12:04:26 +01:00
Carles Fernandez
b661f3104c
CI: fix prettier-markdown job 2022-02-06 11:59:18 +01:00
Carles Fernandez
378c72c81c
Update Contributor Covenant to version 2.1 2022-02-06 11:45:29 +01:00
Carles Fernandez
82169db1f2
Add Rocky Linux in README.md file 2022-02-06 11:16:19 +01:00
Carles Fernandez
94348d4327
Merge branch 'citation' of https://github.com/carlesfernandez/gnss-sdr into next 2022-02-06 11:06:15 +01:00
Carles Fernandez
78d35d6f11 Add CITATION.cff file and CI job for format checking 2022-02-06 10:57:35 +01:00
Carles Fernandez
67062c22a5
Replace log4cpp-devel by spdlog-devel and fmt-devel dependencies in Tumbleweed 2022-02-06 09:43:19 +01:00
Carles Fernandez
c468b64ac0
Fix E5b processing. E5a and E5b have data in the Inphase component 2022-02-05 15:04:58 +01:00
Stefan van der Linden
e2551648b9
Added FIFO ibyte support and code cleanups
Additional intermediate buffering improves performance
2022-02-03 17:03:50 +01:00
Carles Fernandez
5da56b1d80
Merge branch 'mmajoral-fix_acquisition' into next 2022-01-17 09:51:36 +01:00