1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-08-26 03:26:37 +00:00
Commit Graph

6249 Commits

Author SHA1 Message Date
Carles Fernandez
b06974c2bb
Merge branch 'next' of https://github.com/gnss-sdr/gnss-sdr into next 2019-07-11 15:49:59 +02:00
Carles Fernandez
c98bc16552
Merge branch 'dmiralles2009-bds_b3i_bug_fix' into next 2019-07-11 15:48:39 +02:00
Damian Miralles
3f86bccc1b
conf: removing deprecated config files 2019-07-10 20:41:04 -05:00
Damian Miralles
00805d4b2f
Updating branch contents 2019-07-10 13:13:01 -05:00
Damian Miralles
b262c58aa8
bds: Add unified trk startegy to deliver 1 symbol per sample
This works builds up upon J. Arribas work for unified symbol dec in tracking.
Fixes a couple of bugs with PVT code and adds new code for RINEX functions. Adds
 cosmetic fixes to the code with unused variables.
2019-07-10 12:52:40 -05:00
Carles Fernandez
cac5ec37c6
Allow more error in GLONASS tests 2019-07-10 19:28:39 +02:00
Carles Fernandez
21c49ae2a9
Merge branch 'next' of https://github.com/gnss-sdr/gnss-sdr into next 2019-07-10 18:50:29 +02:00
Carles Fernandez
9350a7a15b
Merge branch 'iono' into next 2019-07-10 18:46:34 +02:00
Damian Miralles
c2f4b39bb2
bds: removal of unused fields 2019-07-10 10:49:41 -05:00
Damian Miralles
81ad7484bd
Merge branch 'next' into bds_b3i_bug_fix 2019-07-10 09:21:54 -05:00
Carles Fernandez
5c07423f68 Add leap second info to RTKLIB solver 2019-07-10 15:16:12 +02:00
Carles Fernandez
f935c76e6b Merge branch 'iono' of https://github.com/carlesfernandez/gnss-sdr into next 2019-07-10 13:02:05 +02:00
Carles Fernandez
880818d420 Inject Iono and UTC data into RTKLIB solution 2019-07-10 12:59:39 +02:00
Carles Fernandez
ee59a84c09
Allow more error in GLONASS tests 2019-07-09 22:23:21 +02:00
Carles Fernandez
74815e53ed
Add GLONASS L1 and L2 position tests 2019-07-09 20:44:48 +02:00
Carles Fernandez
6230a64b7c
Remove GLONASS 2019-07-09 20:42:08 +02:00
Carles Fernandez
80021adcde
Fix error? 2019-07-09 20:39:11 +02:00
Carles Fernandez
abced60028
Add GLONASS L1 and L2 position tests 2019-07-09 20:33:12 +02:00
Carles Fernandez
c2999e1e2f
Merge branch 'next' of https://github.com/gnss-sdr/gnss-sdr into next 2019-07-09 20:32:39 +02:00
Carles Fernandez
38559628e8
Fix bug 2019-07-09 20:21:58 +02:00
Carles Fernandez
d6dd4cad77
Fix GLONASS L2 nav message decoding 2019-07-09 20:09:34 +02:00
Carles Fernandez
faeb99bf6f
Fix GLONASS L1 nav message decoding (fixes #289) 2019-07-09 20:00:29 +02:00
Carles Fernandez
4adb05570a Fix typos detected by codespell 2019-07-09 11:52:53 +02:00
Carles Fernandez
aa94ddf0a5 Merge branch 'next' of https://github.com/gnss-sdr/gnss-sdr into next 2019-07-08 11:01:45 +02:00
Carles Fernandez
24007b59e5
Remove unused includes, fix docs 2019-07-07 22:36:29 +02:00
Carles Fernandez
f3cd67229a
Allow more error for Beidou B3I 2019-07-07 21:59:24 +02:00
Carles Fernandez
8de5ea8737
Fix comparison 2019-07-07 21:50:03 +02:00
Carles Fernandez
6cc1de7118
File cleaning 2019-07-07 21:44:58 +02:00
Carles Fernandez
29a910df30
Simplify initializations 2019-07-07 19:56:23 +02:00
Carles Fernandez
cf8f4af527
Try to avoid non-default move & copy constructors 2019-07-07 18:41:50 +02:00
Carles Fernandez
5f1779c15b
Remove test for speed 2019-07-06 13:55:19 +02:00
Carles Fernandez
5f1a418a9b
Merge branch 'tracking_debug' of https://github.com/gnss-sdr/gnss-sdr into move 2019-07-06 13:03:09 +02:00
Carles Fernandez
95ece1e6d4
Simplify move assignment operator 2019-07-06 12:34:27 +02:00
Javier Arribas
0d3299f29b Fix Beidou. Disabled symbol integration in tracking for Beidou and disabled experimental tracking carrier Doppler correction for all systems 2019-07-05 20:30:34 +02:00
Carles Fernandez
76a14a86f0
Fix data race condition detected by Coverity Scan 2019-07-05 16:14:33 +02:00
Carles Fernandez
755dd7901f
Add copy constructor, move constructor and move assignment operator. Fix memory leak 2019-07-05 16:13:35 +02:00
Carles Fernandez
5d679a3eef
Do not use move when it is not needed 2019-07-05 15:24:28 +02:00
Carles Fernandez
0e0991a1a5
Add move assignment operator 2019-07-05 14:44:56 +02:00
Carles Fernandez
1237a29fc9
Add copy constructor, copy assignment operator, move constructor and move assignment operator 2019-07-05 14:42:48 +02:00
Javier Arribas
38b91bec13 Fix GPS L2CM tracking and tlm decoding 2019-07-05 13:29:23 +02:00
Carles Fernandez
52c08e3ab4
Add copy constructor, copy assignment operator, move constructor and move assignment operator 2019-07-05 13:08:00 +02:00
Carles Fernandez
1ed301ac7c
Merge branch 'next' of https://github.com/gnss-sdr/gnss-sdr into next 2019-07-04 20:23:44 +02:00
Javier Arribas
29f13e5e31 Set noutput items limit in telemetry decoders and some minor changes 2019-07-04 17:19:33 +02:00
Javier Arribas
951e179bb8 Debug gnuradio buffer latency test 2 2019-07-04 12:54:45 +02:00
Javier Arribas
7877754cb2 Debug gnuradio buffer latency 2019-07-04 12:16:37 +02:00
Javier Arribas
b9ca99303c Merge branch 'next' of https://github.com/gnss-sdr/gnss-sdr into tracking_debug 2019-07-04 09:41:13 +02:00
Carles Fernandez
620191f818
Fix warning (unused variable) 2019-07-04 08:52:06 +02:00
Carles Fernandez
ad389cf267
Remove unused variable 2019-07-04 08:24:48 +02:00
Carles Fernandez
cdb05e14ca
Merge branch 'next' of https://github.com/gnss-sdr/gnss-sdr into next 2019-07-04 08:12:17 +02:00
Carles Fernandez
2d276526a8
Remove duplicate character if GROSMOSDR_PKG_VERSION contains a v (Fix) 2019-07-04 08:11:25 +02:00