Carles Fernandez
82f1d8b991
Fix building
2022-12-05 22:50:01 +01:00
Carles Fernandez
dde0667c6b
Fix building
2022-12-05 22:37:49 +01:00
Carles Fernandez
6b614958ca
Fix formatting
2022-12-05 21:51:55 +01:00
Carles Fernandez
41c0bce514
Apply clang-tidy fix cppcoreguidelines-prefer-member-initializer
2022-12-05 21:44:39 +01:00
Carles Fernandez
843fb7a58a
Remove unused private member
2022-12-05 20:44:52 +01:00
Carles Fernandez
5ac57eff38
Fix formatting
2022-12-05 20:42:42 +01:00
Marc Majoral
31124ae72b
Merge branch 'next' of https://github.com/gnss-sdr/gnss-sdr into DMA
2022-12-05 19:21:30 +01:00
Marc Majoral
4ce4682ea8
use separate files for the Xilinx DMA-proxy and the ezdma drivers
2022-12-05 19:18:31 +01:00
Carles Fernandez
44aa398ea1
Remove set but not used warning
2022-12-05 18:29:33 +01:00
Carles Fernandez
31be8fb831
Remove unused commit
2022-12-05 17:39:33 +01:00
Carles Fernandez
f78579ce7e
Remove unused variable
2022-12-05 16:22:01 +01:00
Carles Fernandez
c9a845ab3d
Activate usage of boost::endian if available
2022-12-05 16:18:57 +01:00
Carles Fernandez
cecf7e5e43
Fix building if boost::endian is not available
2022-12-05 15:02:35 +01:00
Carles Fernandez
38341c351b
Merge branch 'labsat3w_unpack_fix' of https://github.com/jeffmelville/gnss-sdr into jeffmelville-labsat3w_unpack_fix
2022-12-05 13:14:51 +01:00
Carles Fernandez
6a2ac9eac6
Fix runtime error if GNU Radio was built with -D_GLIBCXX_ASSERTIONS. Fixes #677
2022-12-04 00:11:42 +01:00
Carles Fernandez
c504b16568
CMake improvements: Move _FORTIFY_SOURCE=2 definition to targets, do not apply in Debug mode. Make use of add_compile_definitions() instead of add_definitions() when available
2022-12-04 00:05:07 +01:00
Carles Fernandez
2cde7c0fe8
CMake improvements: Move _FORTIFY_SOURCE=2 definition to targets, do not apply in Debug mode. Make use of add_compile_definitions() instead of add_definitions() when available
2022-12-03 23:55:12 +01:00
Carles Fernandez
a975e33dab
Fix for Xcode new build system
...
CI: add new build-macos-xcode job
2022-11-29 23:38:27 +01:00
Carles Fernandez
bed01b000b
Fix ci jobs
2022-11-27 10:34:53 +01:00
Carles Fernandez
51869b0485
Add support for s390x arch in cpu_features. Update to 4e191a4
2022-11-27 10:23:23 +01:00
Carles Fernandez
59b358463d
Force building of shared library
2022-11-26 17:03:28 +01:00
Carles Fernandez
5c617d2169
Force building of list_cpu_features
2022-11-26 13:42:12 +01:00
Carles Fernandez
e48389e306
Fix installation of volk_gnsssdr python files if Python >= 3.10
2022-11-26 11:37:35 +01:00
Carles Fernandez
d1713af027
Make clang-format happy
2022-11-25 08:03:29 +01:00
Carles Fernandez
57afa6bdbb
Bump max CMake version to 3.25
2022-11-24 19:13:14 +01:00
Carles Fernandez
a8e7392f4a
Make clang-format happy
2022-11-24 09:12:33 +01:00
Vladislav P
652c03430f
Fix monitor spamming errors when dest UDP port is unreachable
...
Use socket.send_to instead of socket.send
Signed-off-by: Vladislav P <vladisslav2011@gmail.com>
2022-10-05 21:38:13 +03:00
Jim Melton
36a1e4c18d
convert from vector to stream
2022-09-20 15:39:14 -06:00
Jim Melton
615b214b55
fix typo
2022-09-20 15:31:57 -06:00
Jim Melton
cf28f95f70
add missing include dependency
2022-09-20 11:46:55 -06:00
Jeff Melville
b6c7e4a6f1
Fix register unpacking for Labsat3W files
...
This change fixes a bug in the unpacking of Labsat 3 Wideband files
when using the Labsat_Signal_Source. The original endian conversion
loop includes a cast from char->uint64_t that (surprisingly) incurs a sign
extension when the MSB of the char is set. ORing the unmasked uint64_t
into the register can set undesired bits.
The changes replace the old endian conversion loop with a ``boost`` utility
function.
Signed-off-by: Jeff Melville <dev@jeffmelville.com>
2022-09-20 10:24:51 -04:00
Carles Fernandez
97cf4135e0
Add E6 observables in RINEX observation header
2022-09-16 12:39:01 +02:00
Carles Fernandez
0d393dcc7e
Fix RTCM messages in the presence of E6 observables
2022-09-16 11:27:56 +02:00
Carles Fernandez
8a9c28f0a0
Fix RTCM messages for the GPS L1 + Gal E1 + Gal E6 receiver
2022-09-16 09:56:14 +02:00
Carles Fernandez
b9f2a33fff
Fix RTCM messages for the GPS L1 + Gal E1 + Gal E6 receiver
2022-09-15 13:27:30 +02:00
Carles Fernandez
ac690d9f3b
Fix RTCM messages for the GPS L1 + Gal E6 receiver
2022-09-15 12:14:40 +02:00
Carles Fernandez
30dd2e5048
Merge branch 'next' of https://github.com/carlesfernandez/gnss-sdr into next
2022-09-14 21:15:50 +02:00
Carles Fernandez
815467ae72
Fix Rinex printer for GPS L1 + Gal E6
2022-09-14 21:15:12 +02:00
Carles Fernandez
d7641e2b08
Add GPS L1 + Galileo E6 receiver type
2022-09-14 19:44:12 +02:00
Carles Fernandez
4fa793b3cd
Add PVT.use_e6_for_pvt parameter, by default to true. If set to false, E6 observables are not injected in the PVT engine
2022-09-13 17:19:52 +02:00
Carles Fernandez
65c7af282a
Set highest CMake version to 3.24
2022-09-05 14:12:07 +02:00
Carles Fernandez
dc297f8677
Raise volk_gnsssdr VERSION_INFO_MAINT_VERSION to 17.git
2022-09-05 14:05:32 +02:00
Carles Fernandez
e509354751
Fix for Android
2022-09-05 12:55:07 +02:00
Carles Fernandez
ea386ece93
Add include for cpowf
2022-09-05 12:30:12 +02:00
Carles Fernandez
ea8b5eba16
Clean up volk_gnsssdr top-level folder
2022-09-05 11:56:57 +02:00
Carles Fernandez
66935170a6
Rename GPS_L1_CA_KF_VTL_Tracking to GPS_L1_CA_KF_Tracking
2022-08-30 12:03:41 +02:00
Carles Fernandez
858ea91ca8
Rename GPS_L1_CA_KF_Tracking implementation to GPS_L1_CA_Gaussian_Tracking
2022-08-30 11:30:53 +02:00
Carles Fernandez
4a6f29453a
Clean code
2022-08-29 23:34:09 +02:00
Carles Fernandez
e7cfa66962
Merge branch 'next' of https://github.com/gnss-sdr/gnss-sdr into kf2
2022-08-29 13:53:46 +02:00
Carles Fernandez
8f5b02b93e
Merge branch 'usrp_additions' of https://github.com/IntoPa/gnss-sdr into IntoPa-usrp_additions
2022-08-26 23:14:31 +02:00