Carles Fernandez
e4f807e210
Merge branch 'decimation_factor_count' of https://github.com/xguerreropau/gnss-sdr into xguerreropau-decimation_factor_count
2024-08-08 13:59:33 +02:00
Carles Fernandez
41dd928689
Avoid possible runtime error when PVT.enable_rx_clock_correction=true
2024-08-08 12:41:11 +02:00
Xavier Guerrero-Pau
c8c46bc3c5
Moved decimation factor count variable to the class
2024-08-08 12:03:46 +02:00
Carles Fernandez
9ffb7e2dc8
Merge branch 'better-concurrency' into next
2024-08-08 10:39:18 +02:00
Carles Fernandez
7ff1d9006e
Fix segmentation fault if the SignalSource implementation is not available
2024-08-08 10:38:52 +02:00
Carles Fernandez
98f1cdfb6b
More minor fixes ( #23 )
...
* Clang Tidy fixes
* Fix defects detected by Coverity Scan
* Fix for OpenSSL 1.0
---------
Co-authored-by: cesaaargm <cesare.martinez@proton.me>
2024-08-08 09:33:48 +02:00
Carles Fernandez
dd378e6f4c
Merge branch 'osnma-cesare' of https://github.com/cesaaargm/osnma into osnma-cesare
2024-08-07 18:16:19 +02:00
Carles Fernandez
158b7caeb4
Improve efficiency of Concurrent_Map and Concurrent_Queue classes
2024-08-07 09:34:09 +02:00
Carles Fernandez
5a6d19be70
Fix some defects detected by Coverity Scan ( #22 )
...
* Clang Tidy fixes
* Fix defects detected by Coverity Scan
---------
Co-authored-by: cesaaargm <cesare.martinez@proton.me>
2024-08-07 09:13:13 +02:00
Carles Fernandez
fb2cb56903
Merge branch 'osnma-cesare' of https://github.com/cesaaargm/osnma into osnma-cesare
2024-08-06 12:56:31 +02:00
Carles Fernandez
7367b56725
Improve test ( #21 )
...
* Clang Tidy fixes
* Improve GnssCryptoTest.VerifyPublicKeyStorage test
---------
Co-authored-by: cesaaargm <cesare.martinez@proton.me>
2024-08-06 12:28:01 +02:00
Carles Fernandez
45ad153c98
Merge branch 'osnma-cesare' of https://github.com/cesaaargm/osnma into osnma-cesare
2024-08-05 13:49:42 +02:00
Carles Fernandez
a1ef563988
Fix for OpenSSL 1.0 ( #20 )
...
* Clang Tidy fixes
* Fix for OpenSSL 1.0
---------
Co-authored-by: cesaaargm <cesare.martinez@proton.me>
2024-08-05 13:06:28 +02:00
Carles Fernandez
41eca41ea8
Merge branch 'osnma-cesare' of https://github.com/cesaaargm/osnma into osnma-cesare
2024-08-05 11:37:56 +02:00
Carles Fernandez
8a45df29a8
Some API improvements and a bug fix ( #18 )
...
* Clang Tidy fixes
* Fix reading of .crt files with GnuTLS
* Hide d_crypto pointer from public API
* Read public key type also from .pem files
---------
Co-authored-by: cesaaargm <cesare.martinez@proton.me>
2024-08-05 10:29:01 +02:00
Carles Fernandez
43bbb3d536
Merge branch 'osnma-cesare' of https://github.com/cesaaargm/osnma into osnma-cesare
2024-08-04 09:36:34 +02:00
Carles Fernandez
3457b8ed3b
Get time zone offset in a more standard way ( #17 )
...
* Clang Tidy fixes
* Get time zone offset in a more standard way
Account for leap seconds
Use GNSS-SDR.osnma_mode=strict to check for local time
* Fix for C++20
* Initialize tm in a more portable way
* Remove unnecessary data members in osnma_msg_receiver
---------
Co-authored-by: cesaaargm <cesare.martinez@proton.me>
2024-08-03 19:58:34 +02:00
Carles Fernandez
bdb14535f5
Merge branch 'osnma-cesare' of https://github.com/cesaaargm/osnma into osnma-cesare
2024-08-02 18:04:55 +02:00
Carles Fernandez
6beb92278f
Read type of public key ( #16 )
...
* Clang Tidy fixes
* Improve reading public key type
* Update osnma_nav_data_manager.cc
hotfix
---------
Co-authored-by: cesaaargm <cesare.martinez@proton.me>
2024-08-02 09:38:37 +02:00
cesaaargm
960e76e3a0
Clang Tidy fixes
2024-08-01 19:16:47 +02:00
cesaaargm
1dec33dbf5
Clang Tidy fixes
2024-08-01 18:45:23 +02:00
Carles Fernandez
eefa3b3aa7
Update CMake scripts ( #15 )
...
* Report GMP version if found
* Bump local version of GoogleTest to 1.15.2 and Protocol Buffers to 27.3
* Avoid code duplication in CMake modules
* Update CMake modules
* Update clang-tidy job
2024-08-01 12:46:14 +02:00
cesaaargm
fcea84d875
disable extra unit tests for the moment.
2024-08-01 11:53:02 +02:00
cesaaargm
a47cf1187c
[TAS-255] [BUG] Assure time synch. is properly done
...
if d_flag_debug=false, now system clock is used to for the receiver synchronisation. It uses the UTC time and the GST epoch start time (adjusted for local time zone difference) to create a local estimation of GST, then compares with GST_SIS (coming from NavData Words 5 and 6)
2024-08-01 11:52:28 +02:00
Carles Fernandez
ef1cb81784
Update clang-tidy job
2024-07-31 22:31:01 +02:00
Carles Fernandez
ef4fbc98d9
Avoid code duplication in CMake modules
2024-07-31 21:00:51 +02:00
Carles Fernandez
f0f6618071
Bump local version of GoogleTest to 1.15.2 and Protocol Buffers to 27.3
2024-07-31 19:10:46 +02:00
cesaaargm
2db37f384e
[TAS-242][FEAT] Implement alert message handling
...
* Test show that behavior is as expected.
* interestingly, the first batch of Tags after OAM received fail, then succeeds, until OAM is verified and OSNMA is disabled.
2024-07-31 17:08:06 +02:00
Marc Majoral
19a152c6ce
Replaced the AD9361 FPGA signal source with the ADRV9361_Z7035 FPGA and the FMCOMMS5 FPGA signal sources.
2024-07-30 22:28:52 +02:00
cesaaargm
02c5d26dcc
[TAS-250] (x3) [FEAT] Implement PK renewal and revocation. Bugfix for DS length computation.
...
* it was based on the HF field, which is not correct. It was discovered when the PK was P521 instead of P256 then the Padding size check was failing due to this.
* The solution is temporary:
** GNSS_Crypto: when reading the key, the type is inferred (only for OSSL for the moment)
** when PK comes through the satellites, the public key type is taken from the NPKT field.
2024-07-30 18:09:07 +02:00
Carles Fernandez
07cbf2c01f
Fixes for GnuTLS and OpenSSL < 3 ( #14 )
...
* Fix set_public_key when using GnuTLS
* Fix for OpenSSL 1.1.1
* Fix formatting
* Fix formatting
* Fix ECDSA-P521 signature verification when using GnuTLS
* Improve finding of the GMP library in Debian-based systems
* Improve finding of the GMP library in Debian-based systems
* Keep GMP usage private
2024-07-30 18:00:41 +02:00
cesaaargm
26f77a3c42
[TAS-250] (x2) [FEAT] Implement PK renewal and revocation.
...
* Revocation implemented and tested. DSM-KROOT appears to be corrupted because length check fails after start of step 1, during steps 2 and 3.
2024-07-30 12:25:22 +02:00
cesaaargm
440dc582b5
[TEST][OsnmaTestVector] refactor parsing code into feedOsnmaWithTestVectors method.
...
* could not find a way to access osnma private methods, so had to make d_crypto and msg_handler_osnma public. Looking for a way to avoid that.
2024-07-29 15:21:35 +02:00
cesaaargm
fc1541ef10
[TAS-250] [FEAT] Implement PK renewal and revocation.
2024-07-29 12:18:08 +02:00
cesaaargm
5675b996e8
[TAS-251] set_public_key accepts compressed ECDSA PK. Make Crypto tests pass again (OSSL3 and OSSL<3)
...
* both P256 and P521 curves. Tested successfully.
2024-07-29 12:16:55 +02:00
Marc Majoral
c5bd9b6a03
Merge branch 'next' of https://github.com/gnss-sdr/gnss-sdr into fpga_signal_sources
2024-07-29 09:52:53 +02:00
cesaaargm
a947f10fd8
[TAS-246] [TEST] CI/CD set up - more fixes
2024-07-27 21:50:33 +02:00
cesaaargm
a4cfe51515
[TAS-248] [BUG][Kroot] Kroot and PK available, but until DSM-Kroot arrived no MACK processing
...
* reverted commit [TAS-247][FEAT][Kroot] enable hotstart with last known Kroot
* DSM-KROOT loaded during startup
* if new DSM verified => stored
* this improves TTFAF from 4 min to 1 minute.
2024-07-27 18:25:20 +02:00
cesaaargm
54c1a19823
Merge pull request #13 from carlesfernandez/osnma-cesare-fix12
...
Fix the building and execution of OSNMA tests in many environments
2024-07-27 15:52:20 +02:00
Carles Fernandez
c8c780d3c3
Merge branch 'next' of github.com:gnss-sdr/gnss-sdr into osnma-cesare-fix12
2024-07-27 09:31:19 +02:00
Carles Fernandez
f17a24f7f9
Fix building local Armadillo with old CMake
2024-07-27 09:25:35 +02:00
Carles Fernandez
491a4ab40f
Add missing include
2024-07-27 07:48:34 +02:00
Carles Fernandez
03a8366fa2
Add OSNMA tests to the GitHub CI
2024-07-26 20:21:45 +02:00
Carles Fernandez
27f93e5626
Add OSNMA tests to the GitHub CI
2024-07-26 20:02:15 +02:00
Carles Fernandez
c54f941dce
Adapt to new API
2024-07-26 18:26:15 +02:00
Carles Fernandez
6cfc8a351f
Adapt to new API
2024-07-26 18:20:24 +02:00
Carles Fernandez
ec127089ab
Fix building of OSNMA tests
2024-07-26 18:12:52 +02:00
cesaaargm
06e0c4b63a
[TAS-247][FEAT][Kroot] enable hotstart with last known Kroot
...
* Kroot is now saved into binary file if successfuly verified.
* on startup, file is checked first.
* This should enable a much quicker TTFAF
2024-07-26 18:03:21 +02:00
cesaaargm
ffb456d058
Merge pull request #11 from carlesfernandez/osnma-cesare-fix11
...
Add basic infrastructure for the GNSS-SDR.osnma_mode=strict mode
2024-07-26 15:23:25 +02:00
Carles Fernandez
3cc12e9b66
Add basic infrastructure for the GNSS-SDR.osnma_mode=strict mode
2024-07-25 21:40:43 +02:00