1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-07-02 09:53:15 +00:00
Commit Graph

5782 Commits

Author SHA1 Message Date
Carles Fernandez
a4586021f5
Fix Coverity-scan job 2019-04-21 13:35:16 +02:00
Carles Fernandez
6b574fc977
Merge branch 'protobuf' of https://github.com/carlesfernandez/gnss-sdr into protobuf 2019-04-21 13:33:04 +02:00
Carles Fernandez
6c9154aede
Expose usage of Protocol Buffers to the configuration 2019-04-21 13:30:59 +02:00
Carles Fernandez
b3ca9bda99
Improve Protocol Buffers info 2019-04-21 11:51:49 +02:00
Carles Fernandez
2cba1c5e0a
Add test for the serdes_monitor_pvt class 2019-04-21 11:46:33 +02:00
Carles Fernandez
831d8ebdc5
Fix coveritu scan job 2019-04-21 11:27:25 +02:00
Carles Fernandez
9e088e3c53
Fix cross-compile job 2019-04-21 11:21:37 +02:00
Carles Fernandez
c851d7dff9
Merge branch 'protobuf' of https://github.com/carlesfernandez/gnss-sdr into protobuf 2019-04-21 10:22:53 +02:00
Carles Fernandez
8558dfd81b
Fix cross-compile job 2019-04-21 10:16:26 +02:00
Carles Fernandez
1b96e0a81d
Fix for CMake > 3.9 2019-04-21 10:08:39 +02:00
Carles Fernandez
d7af1689fd
Merge branch 'protobuf' of https://github.com/carlesfernandez/gnss-sdr into protobuf 2019-04-21 09:50:35 +02:00
Carles Fernandez
f784f14ae6
Add certificates to coverity job 2019-04-21 09:50:24 +02:00
Carles Fernandez
81af865585
Use range for 2019-04-21 09:45:46 +02:00
Carles Fernandez
e4c7216a8f
Add missing dependencies 2019-04-21 09:37:40 +02:00
Carles Fernandez
b3bf904495
Add dependencies to Fedora26 2019-04-21 09:33:58 +02:00
Carles Fernandez
c411aa19ec
Add Protocol Buffers dependency 2019-04-21 09:24:37 +02:00
Carles Fernandez
f0a9403640
Cross-compilation fixes 2019-04-21 08:33:30 +02:00
Carles Fernandez
2b45256ff1
Reorder files 2019-04-20 22:07:35 +02:00
Carles Fernandez
979ab6327e
Add info about Protocol Buffers new dependency 2019-04-20 22:01:40 +02:00
Carles Fernandez
d6d85aabd5
Fix when an old version of Protocol Buffers is present 2019-04-20 21:57:28 +02:00
Carles Fernandez
b499983526
Fix comparison 2019-04-20 19:16:40 +02:00
Carles Fernandez
f436c3d9bd
Improve detection of Protocol Buffers in cross-compilation 2019-04-20 19:11:17 +02:00
Carles Fernandez
347d212d6c
Serialize Monitor_Pvt data with Protocol Buffers 2019-04-20 18:50:22 +02:00
Carles Fernandez
96ebeb922d
Improve Protocol Buffers detection in cross-compilation 2019-04-20 18:47:18 +02:00
Carles Fernandez
a1dcf035af
Configure Protobuf for cross-compilation 2019-04-20 15:55:46 +02:00
Carles Fernandez
811cdc9693
Use Protocol Buffers for data serialization 2019-04-20 11:52:00 +02:00
Javier Arribas
35b5ec1112 optimization in Galileo E1/E5 TLM decoder state machine 2019-04-16 10:08:56 +02:00
Javier Arribas
5e5c85ef99 optimization in GPS L1 TLM decoder 2019-04-16 10:08:22 +02:00
Javier Arribas
f8146e5a3f GPS L1 TLM decoder state machine optimization 2019-04-16 09:47:26 +02:00
Marc Majoral
bf3f66278f closed the acquisition device driver in the proper way + updated fpga block expponent. 2019-04-15 16:39:05 +02:00
Carles Fernandez
7fc8d53508
Remove double assignment. Fixes #266 2019-04-14 13:01:59 +02:00
Carles Fernandez
7d3a232267
Merge branch 'mmajoral-fpga' into next 2019-04-12 20:02:39 +02:00
Marc Majoral
059fbfedc2 changed default fft/ifft block exp 2019-04-12 15:26:47 +02:00
Marc Majoral
7a06434928 removed unnecessary function in fpga_acquisition class 2019-04-12 15:16:31 +02:00
Marc Majoral
74719311bc Merge branch 'next' of https://github.com/gnss-sdr/gnss-sdr into fpga 2019-04-12 14:46:37 +02:00
Carles Fernandez
35c42c41d7
Stop the Labsat_Signal_Source when the end of file is reached. This allows to use this source for automated testing.
Now the block also accepts directly *.ls2 names in filename parameter

Remove samples parameter, it was not used. This source reads the full file(s).

Make labsat23_source constructor private, so only the smart pointer wrapper can be called
2019-04-12 12:59:57 +02:00
Marc Majoral
9f80eaf0ff code cleanup 2019-04-12 11:36:30 +02:00
Marc Majoral
a628ad5906 removed FPGA dummy read 2019-04-12 10:03:57 +02:00
Marc Majoral
692978f66b updated the PLL/DLL initialisation according to the latest changes in dll_pll_veml_tracking.cc 2019-04-11 11:44:00 +02:00
Marc Majoral
19e46a2ebf Merge branch 'next' of https://github.com/gnss-sdr/gnss-sdr into fpga 2019-04-10 19:53:45 +02:00
Marc Majoral
1a3305fc5b static cast 2019-04-10 19:40:34 +02:00
Marc Majoral
2555f26238 use of d_preamble_length_symbols 2019-04-10 17:18:27 +02:00
Marc Majoral
824dcebec2 immediate call to state 2 (Wide tracking and symbol synchronization) removed from pull-in state. 2019-04-10 16:53:03 +02:00
Marc Majoral
91f509abf9 write the code phase rate and the nco phase rate parameters in the FPGA 2019-04-10 11:31:34 +02:00
Carles Fernandez
b315118654
Merge branch 'next' of https://github.com/gnss-sdr/gnss-sdr into next 2019-04-10 08:29:34 +02:00
Javier Arribas
a79280d029 FPGA compilation error fix 2019-04-09 20:01:30 +02:00
Carles Fernandez
74bedb6367
Merge branch 'next' of https://github.com/gnss-sdr/gnss-sdr into next 2019-04-09 18:34:07 +02:00
Javier Arribas
5673533e5a Common reception time now is not reasigned when the reference satellite has changed, thus, avoiding discontinuities 2019-04-09 17:56:03 +02:00
Javier Arribas
1d059dda15 Removing debug code 2019-04-09 17:49:46 +02:00
Javier Arribas
141e101363 Bug fix that restores the acquisition and tracking destructor calls due to circular smart pointer references 2019-04-09 17:39:48 +02:00