1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2026-04-25 00:01:25 +00:00
Commit Graph

1535 Commits

Author SHA1 Message Date
Marc Majoral
efbbdc6987 Merge branch 'next' of https://github.com/gnss-sdr/gnss-sdr into fix_FPGA_IP_address_ranges 2022-04-28 18:43:43 +02:00
Carles Fernandez
08889f238b Make use of CMAKE_CURRENT_SOURCE_DIR, improve maintainability 2022-04-27 16:18:51 +02:00
Will Silberman
f8c3b41796 Add types/ to CMakeLists.txt. Delete duped files between asn-supl/ and asn-rrlp. 2022-04-26 14:56:03 -07:00
Marc Majoral
d3bd4ed626 Merge branch 'next' of https://github.com/gnss-sdr/gnss-sdr into fix_FPGA_IP_address_ranges 2022-04-19 15:55:30 +02:00
Marc Majoral
337c9c7d1f set the FPGA page size to 0x1000 for compatibility with the FPGA IP cores compiled for the ZynqMP 2022-04-19 15:53:00 +02:00
Carles Fernandez
7ac77f123f Update URLs 2022-04-14 19:33:02 +02:00
Carles Fernandez
c1f03135aa Fix documentation and typos 2022-03-21 11:53:13 +01:00
Carles Fernandez
9a91fb3192 Add Doppler prediction in almanacs 2022-03-20 10:44:26 +01:00
Carles Fernandez
08782a2085 Remove unused variables 2022-03-19 10:59:44 +01:00
Carles Fernandez
9af3e6c125 Add a Doppler prediction method to Ephemeris objects 2022-03-19 10:57:33 +01:00
Carles Fernandez
14d38def84 Remove unnecessary comparisons 2021-12-19 21:56:53 +01:00
Carles Fernandez
df4c965447 Fix flowgraph 2021-12-19 17:29:00 +01:00
Carles Fernandez
1b4390b16c Fix error message 2021-12-19 09:41:47 +01:00
Carles Fernandez
3dffec1e81 Fix Glonass receiver 2021-12-18 18:54:47 +01:00
Carles Fernandez
7478069da9 Fix ambiguous overload 2021-12-17 15:01:09 +01:00
Carles Fernandez
9f0f1186c2 Simplify flowgraph disconnection 2021-12-17 14:43:37 +01:00
Carles Fernandez
eb6d8da59a Fix repetition of satellites in conf with large number of channels
The maximum number of channels per signal is now limited to the number of available satellites per system
2021-12-17 13:24:24 +01:00
Carles Fernandez
2c7bead089 Prefer initialization to assignment in constructors 2021-12-14 17:03:29 +01:00
Carles Fernandez
47024cc283 Prefer initialization to assignment in constructors 2021-12-14 15:27:57 +01:00
Carles Fernandez
fdc378c04b Fix error computing the Galileo week 2021-12-14 13:04:55 +01:00
Carles Fernandez
589690a645 Merge branch 'next' of https://github.com/gnss-sdr/gnss-sdr into pps_lime 2021-12-07 15:26:50 +01:00
Carles Fernandez
f6ff0bbe89 Add two new Galileo satellites 2021-12-07 13:42:31 +01:00
Carles Fernandez
4b1c6a2b35 Improve const correctness 2021-12-07 08:21:14 +01:00
Javier Arribas
28e9d20be7 Fix more cpplint format errors 2021-12-05 19:52:25 +01:00
Javier Arribas
c1f6da0ce1 Improve PVT to Tracking experimental VTL message port detection 2021-12-01 15:32:28 +01:00
Javier Arribas
c8f7966688 Fix cmakelint and cpplint reported format errors 2021-12-01 14:52:27 +01:00
Javier Arribas
8a4055b5b8 Add timetag clock offset configuration parameter in TImeTag File signal source. Timetag code clean 2021-12-01 13:18:29 +01:00
Javier Arribas
c262d74e03 Merge branch 'next' of github.com:gnss-sdr/gnss-sdr into pps_lime 2021-11-29 20:54:56 +01:00
Carles Fernandez
bcec8331e6 Fixes for building against GNU Radio master
Log4cpp has been replaced by spdlog and fmt
2021-11-23 16:38:50 +01:00
Carles Fernandez
b0fd24476d Fix formatting 2021-11-22 19:38:56 +01:00
Javier Arribas
ede805f9c3 Fix some build errors for Android cross-compiling 2021-11-22 17:47:00 +01:00
Javier Arribas
fd57325bd4 Merge with next 2021-11-11 15:42:41 +01:00
Carles Fernandez
a7a140862b Fix building against latest GNU Radio
Replace boost::any by std::any
2021-10-30 05:43:22 +02:00
Carles Fernandez
2fc172c0f0 Fix clang-format and cpplint CI jobs 2021-10-29 15:26:51 +02:00
Carles Fernandez
f9911cbc3f Fix lintian warning very-long-line-length-in-source-file (raised by Lintian v2.110.0)
Rationale:
The source file includes a line length that is well beyond the normally human made code line length.
This very long line length does not allow Lintian to do correctly some source file checks.
This line could also be the result of some text injected by a computer program, and thus could lead to FTBFS bugs.
Last but not least, long line in source code could be used to obfuscate the source code and to hide stuff like backdoors or security problems.
2021-10-29 14:26:55 +02:00
Javier Arribas
c9d6688f1b Merge with next 2021-10-20 09:47:33 +02:00
Carles Fernandez
a805940bd7 Fixes for clang-format 13 2021-10-18 18:18:57 +02:00
Carles Fernandez
5bed35471a Add getters for easier access to HAS data 2021-10-18 14:30:57 +02:00
Carles Fernandez
984c1fbb2c Fix spelling error 2021-10-10 22:49:19 +02:00
Carles Fernandez
05e7da7a87 Fix clang-format 2021-10-10 21:01:06 +02:00
Carles Fernandez
c087c63d42 Reduce excessive padding 2021-10-10 20:24:16 +02:00
Carles Fernandez
aab8ef3b34 Fix readability-avoid-const-params-in-decls 2021-10-10 18:59:56 +02:00
Carles Fernandez
188d34ba14 Fix bugprone-reserved-identifier 2021-10-10 18:58:04 +02:00
Carles Fernandez
ccbe1c9ac9 Add includes (make cpplint's build/include_what_you_use filter happy) 2021-10-08 11:15:01 +02:00
Carles Fernandez
13b5d80ab6 Remove unused variables 2021-10-07 10:12:14 +02:00
Carles Fernandez
2e09b03174 Merge branch 'fix-asan' into next 2021-10-04 22:29:03 +02:00
Carles Fernandez
9982e18f6b Retrieve reduced CED only once, don't do it if we already have the full ephemeris set
Update changelog
2021-10-04 22:02:47 +02:00
Carles Fernandez
553b8d12d5 Add a commandline flag that disables the keyboard listener, so the receiver cannot be stopped with Enter+q.
Workaround for ASAN mode termination
2021-10-04 20:59:12 +02:00
iucgnaw
dfe793799b Fixed bit order when regenerate ephemeris pages from FEC2 RS pages.
Signed-off-by: iucgnaw <iucgnaw@msn.com>
2021-10-04 20:01:50 +08:00
Carles Fernandez
e96fbb348e Apply flag also to GCC 2021-10-01 22:41:09 +02:00