Carles Fernandez
1c73533b8f
Merge branch 'next' of https://github.com/gnss-sdr/gnss-sdr into next
2019-05-06 18:51:20 +02:00
Carles Fernandez
b1471b37d2
Deactivate test in arm
2019-05-06 18:51:10 +02:00
Javier Arribas
f2baf32e3f
Optimizing LabSat Source
2019-05-06 12:55:32 +02:00
Javier Arribas
c3840ce75f
Merge branch 'next' of https://github.com/gnss-sdr/gnss-sdr into rx_clock_correction
2019-05-06 11:06:49 +02:00
Carles Fernandez
cd0e7adaf4
Correct comments. Fixes : #269
2019-05-01 14:44:12 +02:00
Carles Fernandez
f65051ec31
Delete blank line
2019-05-01 11:00:55 +02:00
Carles Fernandez
2b4d1a871f
Update package list for Fedora and OpenSUSE
2019-05-01 10:18:57 +02:00
Carles Fernandez
01ea7ed831
Improve detecton of Protocol Buffers compiler when cross-compiling
2019-04-30 20:22:10 +02:00
Carles Fernandez
7db99d2dfd
Merge branch 'next' of https://github.com/gnss-sdr/gnss-sdr into next
2019-04-30 20:15:50 +02:00
Carles Fernandez
16f9e623c1
Fix wrong comparison
2019-04-29 19:04:07 +02:00
Carles Fernandez
4bb1872e17
Fix date in RINEX annotations beyond the rollover
2019-04-29 17:23:09 +02:00
Javier Arribas
3e36301ab5
Merge branch 'next' of https://github.com/gnss-sdr/gnss-sdr into rx_clock_correction
2019-04-28 19:42:42 +02:00
Carles Fernandez
4c5c76fde1
Merge branch 'next' of https://github.com/gnss-sdr/gnss-sdr into next
2019-04-28 11:36:39 +02:00
Carles Fernandez
a159b8fb8d
Fix position tests job if no output files are created
2019-04-28 11:34:15 +02:00
Carles Fernandez
879909861c
Inform about GNU Radio version found in summary
2019-04-27 19:10:38 +02:00
Carles Fernandez
ddd08d193d
Merge branch 'detect-gr' of https://github.com/carlesfernandez/gnss-sdr into next
2019-04-27 18:39:49 +02:00
Carles Fernandez
692cbf3130
Do not use std::cbegin, not available in old versions of gcc
2019-04-27 18:39:20 +02:00
Carles Fernandez
9121ca95bb
Merge branch 'detect-gr' of https://github.com/carlesfernandez/gnss-sdr into next
2019-04-27 18:10:19 +02:00
Carles Fernandez
c1b48d675a
Improve GNU Radio 3.7 / 3.8 handling
2019-04-27 17:28:49 +02:00
Carles Fernandez
f9c54e57cc
Reorder public interface
2019-04-27 13:35:50 +02:00
Carles Fernandez
3602f9772c
Use constant iterators
2019-04-27 13:34:21 +02:00
Carles Fernandez
19fcd60522
Clean files
2019-04-27 13:09:36 +02:00
Carles Fernandez
baeb326f84
Avoid unnecessary copy
2019-04-27 12:49:37 +02:00
Carles Fernandez
d1298d67c8
Remove unused buffer
2019-04-27 12:43:34 +02:00
Carles Fernandez
e03bed5982
Shorten protobuf description
2019-04-27 12:19:15 +02:00
Carles Fernandez
31f9a87ee4
Emit mat file generation message only if there is data to save
2019-04-26 09:02:03 +02:00
Carles Fernandez
9dd5194b29
Turn off ENABLE_FPGA option in cross-compilation
2019-04-25 21:48:33 +02:00
Javier Arribas
b1e42de41e
Merge branch 'next' of https://github.com/gnss-sdr/gnss-sdr into rx_clock_correction
2019-04-25 15:46:13 +02:00
Carles Fernandez
6c95bcdaf3
Merge branch 'next' of https://gitlab.com/gnss-sdr/gnss-sdr into next
2019-04-25 15:38:10 +02:00
Carles Fernandez
f1520dacd9
Merge branch 'next' of https://github.com/gnss-sdr/gnss-sdr into next
2019-04-25 15:37:34 +02:00
Carles Fernandez
03dc09ab75
Merge branch 'smooth-cn0' into next
...
Add a CN0 smoother to reduce the variance of the estimation
2019-04-25 15:30:46 +02:00
Carles Fernandez
9d36199901
Trim CN0 smoother parameters. Add it to the FPGA block
2019-04-25 15:30:11 +02:00
Carles Fernandez
42c0544c4c
Accelerate CN0 estimation
2019-04-25 14:58:30 +02:00
Javier Arribas
4b348fcdc2
Merge branch 'next' of https://github.com/gnss-sdr/gnss-sdr into rx_clock_correction
2019-04-25 13:00:48 +02:00
Carles Fernandez
68b3deb01b
Merge branch 'next' of https://github.com/gnss-sdr/gnss-sdr into next
2019-04-25 10:42:16 +02:00
Carles Fernandez
f5f255b28d
Fix building with new version of GNU Radio 3.7.13.5 maint
2019-04-25 10:41:57 +02:00
Carles Fernandez
50d4db9c05
Add a simple CN0 smoother
2019-04-25 08:50:21 +02:00
Carles Fernandez
503fd688f7
Merge branch 'next' of https://github.com/gnss-sdr/gnss-sdr into next
2019-04-24 20:54:06 +02:00
Carles Fernandez
69e6816392
Make coexistence of different instances of gnss-sdr in the same machine easier
...
If the user forgot to set parameter PVT.rtcm_output_file_enabled to false in the configuration file, this raised up the RTCM server even if flag_rtcm_server was set to false, thus preventing the execution of more than one instance of gnss-sdr in the same machine. By setting the default value of rtcm_output_file_enabled to false, just letting the PVT.flag_rtcm_server parameter to get its default value, which is false, enables more than one instance in the same host machine. This also alleviates by default optional processing load in embedded devices
2019-04-24 20:51:01 +02:00
Carles Fernandez
52ae97ed4e
Fix serialization
2019-04-24 15:50:53 +02:00
Carles Fernandez
76bf09dc32
Merge branch 'next' of https://github.com/carlesfernandez/gnss-sdr into next
2019-04-24 01:30:39 +02:00
Carles Fernandez
a44c6e8b59
Remove detection of curl since it is not really needed
2019-04-24 01:30:22 +02:00
Carles Fernandez
340b7ad3cd
Use googletest package in bionic for coverity scan job
2019-04-24 01:27:36 +02:00
Carles Fernandez
2c45159098
Merge branch 'next' of https://github.com/carlesfernandez/gnss-sdr into next
2019-04-24 01:22:56 +02:00
Carles Fernandez
fa4460038e
Fix warning: logical not is only applied to the left hand side of this comparison
2019-04-24 01:19:43 +02:00
Carles Fernandez
d1331676ea
Improve CMake messages when Protocol Buffers is not found
...
Fixed building with Ninja when glog, matio or protocol buffers are not found
2019-04-24 00:56:17 +02:00
Javier Arribas
485027b7af
Implementing RX clock correction feedback in PVT and Observables
2019-04-23 17:31:26 +02:00
Carles Fernandez
9759e0f580
Merge branch 'next' of https://github.com/gnss-sdr/gnss-sdr into next
2019-04-23 14:40:42 +02:00
Javier Arribas
2e69b62ac0
Fix return void in non-void function
2019-04-23 12:32:12 +02:00
Javier Arribas
547559c0b8
Improving GPS L1 CA telemetry decoder
2019-04-23 12:27:18 +02:00