cesaaargm
059e5e98d8
Merge branch 'next' of https://github.com/carlesfernandez/gnss-sdr into osnma-cesare
2024-05-12 12:54:34 +02:00
cesaaargm
a3a5f28e7f
[TAS-174] retrieve NavData (W1→W5) directly from osnma test vector file. Add Osnma_Helper class. remove tag.build_message. Ignore W33. Reporting changes.
2024-05-12 11:34:48 +02:00
cesaaargm
c9259d87db
Refactored and improved OsnmaMsgReceiverTest
...
Changes in the osnma receiver initialisation for time synchronisation with the configuration 1.
OsnmaMsgReceiverTest::initializeGoogleLog() implemented recycling code, in the same way as the gnss-sdr receiver upon start.
2024-05-06 17:58:56 +02:00
cesaaargm
38829adaaf
GnssCryptoTest :: introduce raw r and s values signature.
...
This was done after bugfix for verify_signature.
2024-05-06 17:55:11 +02:00
Carles Fernandez
c8c6325535
Add flags for logging configuration
2024-05-01 12:14:06 +02:00
Carles Fernandez
4515e67b3f
Fixes for the embedded Abseil
2024-05-01 08:39:22 +02:00
Carles Fernandez
606454f7d3
Fix for Xcode
2024-04-30 10:35:37 +02:00
Carles Fernandez
95596b8f91
Soft transition from Gflags and Glog to Abseil. Some CI fixes
2024-04-29 08:27:33 +02:00
cesaaargm
e13fc39214
[TAS-177] implement OsnmaTestVectorsSimulation
...
This commit introduces two new unit tests for the osnma_msg_receiver class: 'TeslaKeyVerification' and 'OsnmaTestVectorsSimulation'. The first test verifies the Tesla key handling within the class. The second test uses real-world test vectors to simulate osnma message receiving and verifies correct parsing and processing of messages.
2024-04-19 17:50:57 +02:00
Carles Fernandez
fd5174e7ec
Remove duplicate libraries warning emitted by Xcode 15
2024-04-13 09:03:46 +02:00
Carles Fernandez
6fc04b34f2
Fix duplicate warning from Xcode
2024-04-12 18:15:33 +02:00
cesaaargm
ff5118db54
[TAS-156] debug verify_tesla_key various bugfixes plus refactor recursive hash computation
2024-04-10 17:51:43 +02:00
cesaaargm
b5765048de
[TAS-160] bugfix readMack for tag size 20. Subframe filter if TOW repeated. Unit test for HMAC 256. Update OSNMA tables.
2024-03-16 18:40:02 +01:00
cesaaargm
9488008b89
[TAS-153] Re-design time check requirement and how time is computed
...
The OSNMA message receiver has been refactored to correct errors. It introduces new functions to process local time verification as well as DSM blocks. Flow of information between these functions is also changed, to improve readabilty and responsibility. Several TODO comments have been addressed as part of the changes. This commit also includes minor changes to the unit tests and system parameters classes.
2024-02-27 19:06:36 +01:00
cesaaargm
11b3a4a817
Fix unknown command line flag 'gtest_color'
...
Command line parameters are now parsed after initializing gtest.
2024-02-20 15:52:30 +01:00
cesaaargm
80e6d8df18
Add unit tests for GNSS_crypto
...
Introduced unit tests in `gnss_crypto_test.cc` to verify the functionality set_public_key and verify_signature. The added tests check the correctness of signature verification and public key import processes. Further minor changes
2024-02-20 15:52:19 +01:00
cesaaargm
b32d512972
Merge branch 'carlesfernandez:next' into osnma-cesare
2024-02-06 20:51:37 +01:00
Carles Fernandez
ec180d8525
Fix clang-format job
2024-01-26 10:28:10 +01:00
cesaaargm
1263af9ec1
Merge branch 'carlesfernandez:next' into osnma-cesare
2024-01-25 16:19:15 +01:00
Carles Fernandez
fe5523c565
Fix spelling errors detected by lintian
2024-01-23 14:42:46 +01:00
Carles Fernandez
a50a59fe1b
Remove RemoveDuplicates.cmake
2024-01-23 11:03:03 +01:00
cesaaargm
27a7274e1a
Merge branch 'carlesfernandez:next' into osnma-cesare
2024-01-20 22:05:02 +01:00
Cesare G. Martínez
13cc59c5fa
[TAS-117] implement first test
2024-01-20 10:18:18 +01:00
Carles Fernandez
e9cea61b87
Fix building of benchmarks with Xcode
2024-01-14 08:41:03 +01:00
Carles Fernandez
61d7573eb6
Remove duplicate dependencies when linking
2024-01-02 14:04:53 +01:00
Carles Fernandez
76f2cc411a
Enable building using macOS Sonoma
2024-01-01 17:33:15 +01:00
Carles Fernandez
a2f8758ac7
Do not use __VOLK_VOLATILE in neon tests
...
and other minor chores
2023-12-21 17:56:32 +01:00
Carles Fernandez
4916c6c8e8
Fix member initializations, potential data race conditions, and minor performance issues detected by Coverity Scan
...
Never throw from main
2023-12-21 13:57:41 +01:00
Carles Fernandez
e286a0d807
Fix more defects detected by Coverity Scan
2023-12-03 14:33:23 +01:00
Carles Fernandez
e836d8f471
Fix more defects detected by Coverity Scan
2023-12-03 10:10:40 +01:00
Carles Fernandez
4b60f8a7f2
Fix performance inefficiencies detected by Coverity Scan
2023-12-01 10:19:39 +01:00
Carles Fernandez
bd1f9e5ad9
Fix performance inefficiencies detected by Coverity Scan
2023-11-30 09:48:04 +01:00
Carles Fernandez
cfb6f283d4
Fix some performance inefficiencies detected by Coverity Scan
2023-11-27 13:41:55 +01:00
Carles Fernandez
b751b4b8a1
Remove useless casts
2023-11-15 14:23:30 +01:00
Carles Fernandez
dd4478135a
Remove useless casts
2023-11-15 14:21:07 +01:00
Carles Fernandez
955770eb11
Fix performance inefficiency detected by Coverity Scan
2023-11-05 10:13:11 +01:00
Carles Fernandez
fd57c34d5d
Fix clang-format job
2023-07-09 23:57:59 +02:00
Carles Fernandez
6b45a92e6e
Make clang-format CI job happy
2023-07-09 16:55:36 +02:00
Carles Fernandez
2568b8be81
Fix PVT Kalman filter for any PVT.output_rate_ms
...
Remove averaging in Pvt_Solution, since it was broken, misleading, not used, and added unnecessary complexity in the interfaces.
Uniformize names of public Pvt_Kf class memben functions
2023-07-08 19:18:08 +02:00
Javier Arribas
36e709dda6
Adding a simple PVT Holonomic Kalman filter for position and velocity
2023-07-04 13:09:45 +02:00
Carles Fernandez
038ded3b5a
Bump local Protocol Buffers version to 22.4. Remove patch applied upstream
2023-05-05 13:21:43 +02:00
Carles Fernandez
3f9a5cdb1b
Merge branch 'small-fixes' into next
2023-04-04 09:11:47 +02:00
Carles Fernandez
7209dc4e87
Remove unnecessary temporary objects and destructors
2023-04-04 08:39:35 +02:00
Carles Fernandez
51418850bb
Add configuration parameter PVT.bancroft_init, by default to true, to opt-out for Bancroft initialization in the first iteration of PVT computation
2023-04-03 13:36:54 +02:00
Carles Fernandez
bf3c3918ef
Update local version of Protocol Buffers to v22.2 (requires abseil-cpp >= 20230117). If abseil is not found or is too old, it falls back to Protocol Buffers v21.12
2023-03-31 13:23:31 +02:00
Carles Fernandez
79ebc32d8c
Remove noexpect from the copy assignment operator
2023-03-26 17:06:35 +02:00
Carles Fernandez
2eed0baefb
Fix for GCC 4.8
2023-03-25 19:29:41 +01:00
Carles Fernandez
090017dfaa
Improve copy and move constructors
2023-03-25 18:11:29 +01:00
Carles Fernandez
29cf1c246b
Improve copy and move constructors and assignment operators
2023-03-25 14:05:01 +01:00
Carles Fernandez
6004b8f901
Fix logic for downloading test files ( Fixes : #707 )
2023-03-19 13:53:58 +01:00
Carles Fernandez
43eec44579
Improve geohash test, make it easier to read the log
2023-03-18 11:39:44 +01:00
Carles Fernandez
da1a75ec39
Fix geohash decoding
2023-03-18 08:47:35 +01:00
Carles Fernandez
1b2087944e
Add Geohash of PVT solution to internal logs
2023-03-17 10:39:22 +01:00
Carles Fernandez
0a11f1470a
Process and apply Galileo HAS corrections to the PVT solution
...
Add getters to Galileo_HAS_data class, improve implementation of existing ones
Process reception of HAS messages and inject corrections to RTKLIB
Apply HAS corrections to PVT computation within RTKLIB
Add configuration parameter PVT.use_has_corrections=true/false, true by default, to deactivate application of corrections but still retrieve HAS messages
Add configuration parameter PVT.use_unhealthy_sats=true/false, false by default, to use observables from satellites flagged as unhealthy
Use an unordered_map for signals and frequencies
2023-02-28 13:08:53 +01:00
Carles Fernandez
4999d38194
Improve portability
...
Improve support for RISC-V arch in volk_gnsssdr via cpu_features (updated to c919e9a).
Set BLA_PREFER_PKGCONFIG if not defined by the user, helps to find lapack in some archs (e.g., riscv64)
Fix for Fedora/OpenSUSE, which do not install cpu_features along volk.
Remove volk_gnsssdr_8ic_s8ic_multiply_8ic kernel since it was problematic in some archs
Improve Python detection
Fixes for GCC 13
Remove ENABLE_GENERIC_ARCH configuration option and old ARM detection mechanism
Update gtest to 1.13.0
Add CI jobs for volk_gnsssdr and gnss-sdr in non-x86 archs
2023-01-26 18:39:25 +01:00
Carles Fernandez
11f7bf5883
Update GNSSTk library version to v14.0.0
2023-01-11 16:22:45 +01:00
Carles Fernandez
2b1a976941
Fix building
2022-12-19 20:55:06 +01:00
Carles Fernandez
8b9b63c759
Fix building
2022-12-19 15:29:04 +01:00
Carles Fernandez
0ef411cc09
Remove tests files, download them at configuration time
...
Smaller package
Fixes lintian warning very-long-line-length-in-source-file since .dat and .bin files were not recognized as binaries
2022-12-19 15:09:55 +01:00
Carles Fernandez
288b3e29f5
Update local version of the gnsstk library to 13.8.0
2022-12-19 13:12:35 +01:00
Carles Fernandez
d5144ddc39
Do not install binary files and tests that depend on them if ENABLE_PACKAGING is enabled
2022-12-13 17:35:53 +01:00
Carles Fernandez
d98ea32222
Add missing includes
2022-12-13 16:59:23 +01:00
Vladislav P
4e625b03d1
Add test data from libswitnav
...
Signed-off-by: Vladislav P <vladisslav2011@gmail.com>
2022-12-11 16:54:19 +03:00
Vladislav P
e4a3a060ee
Implement GLONASS string error correction
...
Signed-off-by: Vladislav P <vladisslav2011@gmail.com>
2022-12-11 16:54:09 +03:00
Carles Fernandez
ca11e5d215
Relax error for CI jobs
2022-12-06 14:17:06 +01:00
Carles Fernandez
6a1eec93b6
Apply changes suggested by clang-tidy
2022-12-06 12:54:21 +01: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
268dbbc61f
Add iomanip include
2022-08-26 09:14:58 +02:00
Carles Fernandez
e636b06b71
Merge branch 'koloboxer-shura-current' into next
2022-08-25 09:31:21 +02:00
Carles Fernandez
56ae0c043c
CMake: Improve spdlog handling
2022-08-23 13:02:04 +02:00
Alexander V. Joura
cd843787c8
Wrong decoding of GLONASS navigation message parameter P1 in string #1
2022-08-16 12:44:03 +03:00
Carles Fernandez
6ec452a7c0
Allow the CMake project to be a sub-project
2022-07-28 10:37:36 +02:00
Carles Fernandez
aec51db2e0
Allow switching -DENABLE_OWN_GLOG and -DENABLE_OWN_ARMADILLO to ON and OFF without the need of a clean build folder
2022-07-27 00:23:54 +02:00
Carles Fernandez
5b0190b4ee
Update local version of google-benchmarks to v1.7.0
2022-07-26 10:59:55 +02:00
Carles Fernandez
ecfbd11079
Fix cross-compilation of gnss-sim
2022-07-25 12:56:53 +02:00
Carles Fernandez
9aa4128780
Fix cross-compilation of gnss-sim
2022-07-25 12:48:57 +02:00
Carles Fernandez
3b0a64a1c0
Fix cross-compilation of gnss-sim
2022-07-25 12:24:07 +02:00
Carles Fernandez
42d55c55ce
Update google-benchmark to v1.6.2
2022-07-19 07:36:45 +02:00
Carles Fernandez
1b277347ec
Building fixes for gnsstk
2022-07-10 20:05:26 +02:00
Carles Fernandez
fa821a52a4
Update to gnsstk 13.4.0
2022-07-10 19:19:37 +02:00
Carles Fernandez
06ed558fb1
Report GNSSTk in CMake summary
2022-07-06 13:49:45 +02:00
Carles Fernandez
9db6f55b3c
Fix when building for GNSSTk 12.1.0 or older
2022-07-05 17:37:21 +02:00
Carles Fernandez
109112be63
Allow backward compatibility with GPSTK
2022-07-05 13:46:58 +02:00
Carles Fernandez
dc027e95ff
Merge branch 'next' of https://github.com/gnss-sdr/gnss-sdr into gnsstk
2022-07-04 17:10:52 +02:00
Carles Fernandez
cb52bc71e8
Fix building in Debug mode with Googletest 1.12.1
2022-07-04 10:50:21 +02:00
Carles Fernandez
d94778b27a
Fixes for Xcode
2022-07-04 10:26:13 +02:00
Carles Fernandez
d9c4eba5fe
Add work on gnsstk transition
2022-07-04 10:05:54 +02:00
Carles Fernandez
f2ae0ddb33
Transition from GPSTk to gnsstk: update to 11.2.3
2022-07-01 16:24:48 +02:00
Carles Fernandez
8b84158b18
Fix memory access
2022-06-15 07:02:52 +02:00
Carles Fernandez
e8fb655fad
Fixes binary on ArchLinux ( Fixes : #616 )
...
Replace some memcpy by std:::copy or std::copy_n
2022-06-13 21:05:29 +02:00
Carles Fernandez
9ff323f2f2
Improve handling of E6 and 7X signals
2022-06-08 16:20:01 +02:00
Carles Fernandez
cfa7a4af48
Improve source code visualization in some code editors
2022-06-02 21:41:19 +02:00
Carles Fernandez
0dbecdaa80
Use naming as in HAS SIS ICD 1.0, document sources
2022-05-15 13:43:59 +02:00
Carles Fernandez
0804429f2c
Merge branch 'next' into galileo-e6
2022-05-12 21:09:18 +02:00
Carles Fernandez
4297667ffa
Set HAS SIS ICD reference
2022-05-12 21:09:11 +02:00
Carles Fernandez
55daf9322f
Fix folder name for GPSTk library to lib
2022-04-06 11:27:50 +02:00
Carles Fernandez
7b78d2e058
Fix linking of GPSTk
2022-04-06 00:14:43 +02:00
Carles Fernandez
70b79323ce
Fix building against latest GNU Radio main branch
2022-03-30 16:12:21 +02:00
Carles Fernandez
4409444f3f
Merge branch 'next' into galileo-e6
2022-02-13 20:17:53 +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