Carles Fernandez
eb8539a725
fix TOW formatting in RTCM messages
2016-05-03 11:01:10 +02:00
Carles Fernandez
b1740460fd
print ephemeris of all tracked satellites in RTCM messages
2016-05-03 00:56:08 +02:00
Carles Fernandez
831cc75153
Remove tabs from the source code
2016-05-02 23:46:30 +02:00
Carles Fernandez
fbfc4a28ba
Improve memory management
...
The blocks are now always managed by smart pointers instead of raw pointers
2016-05-02 17:26:32 +02:00
Carles Fernandez
d24ea0e916
add a 0 before the PRN number if smaller than 10
2016-05-02 15:11:43 +02:00
Carles Fernandez
d4793470a9
add the identifier E to Galileo PRN numbers
2016-05-02 14:36:26 +02:00
Carles Fernandez
d0ddc6e923
Updating the list of available satellites
...
and keeping the list in a single place
2016-05-02 12:06:23 +02:00
Carles Fernandez
ae8eaee724
minor cleaning
2016-05-02 01:28:37 +02:00
Carles Fernandez
ed8d647935
fixing binary format in RTCM messages
2016-05-02 01:24:23 +02:00
Carles Fernandez
ad16c5ab35
some test fixes
2016-05-01 12:39:40 +02:00
Carles Fernandez
c14fed8b64
Samll fixes in tests. Dump flags set to false
2016-05-01 09:19:30 +02:00
Carles Fernandez
313892c1c4
fixing test
2016-04-30 18:16:31 +02:00
Carles Fernandez
4fd4c24747
Print RTCM messages in binary format
2016-04-30 15:20:56 +02:00
Carles Fernandez
db30910cf5
Re-enabling OpelCL acquisition test
2016-04-30 11:33:52 +02:00
Carles Fernandez
ef095aee66
Re-enabling acquisition tests
...
Examples of usage of the new message passing system
2016-04-29 18:45:30 +02:00
Carles Fernandez
c6eec90849
adding zlib license text
2016-04-29 08:03:20 +02:00
Carles Fernandez
25e5c744d7
More consistent naming
...
now volk_gnsssdr_16ic_xn_resampler_16ic implements the same resampler
than volk_gnsssdr_32fc_xn_resampler_32fc. The old one, which is faster
in SSE implementations at the expense of some constraints on the inputs
(to be documented), is now named
volk_gnsssdr_16ic_xn_resampler_fast_16ic
2016-04-28 20:12:27 +02:00
Carles Fernandez
4c4f6c1def
Commenting out messages on standard output
...
which interferes with programs trying to use it for legitimate purposes.
2016-04-27 21:00:59 +02:00
Carles Fernandez
e102de53fc
fixing lintian warning spelling-error-in-binary
2016-04-26 20:06:49 +02:00
Carles Fernandez
4882398c56
fixing wrong commit
2016-04-26 19:00:41 +02:00
Carles Fernandez
59e2e61cae
Merge branch 'next' of git+ssh://github.com/gnss-sdr/gnss-sdr into next
2016-04-26 18:54:32 +02:00
Carles Fernandez
5492c6af6b
Fix required by lintian
2016-04-26 18:47:36 +02:00
Javier
ec4dd37271
Migrating front-end calibration utility to the new gnuradio message system
2016-04-26 16:11:42 +02:00
Javier Arribas
d2fdc16e2a
Merge branch 'next' of https://github.com/gnss-sdr/gnss-sdr into next
2016-04-25 20:43:52 +02:00
Javier Arribas
dcbe96f783
migrating galileo e1 pcps gsoc2013 test to new message system
2016-04-25 20:42:43 +02:00
Carles Fernandez
ad9dd71359
code cleaning
2016-04-25 20:34:56 +02:00
Carles Fernandez
59b6bf18c5
code cleaning
2016-04-25 20:34:27 +02:00
Javier Arribas
273cc945c2
simplifiying unit test gnuradio message rx class
2016-04-25 20:20:41 +02:00
Carles Fernandez
36ab6a0e67
merging text fixes
2016-04-25 16:48:01 +02:00
Javier Arribas
e99bae8ad4
Unit test BlockFactory migrated to the new configuration scheme
2016-04-25 16:20:14 +02:00
Javier Arribas
481d368eb1
Unit test flowgrap migrated to the new configuration scheme
2016-04-25 16:16:31 +02:00
Javier Arribas
b8aa202348
Fix controthread test to use new configuration scheme
2016-04-25 16:03:57 +02:00
Javier Arribas
76f9ea0e07
Re-enabling more tests and bug fixes
2016-04-25 15:53:01 +02:00
Carles Fernandez
5b30b3f8c6
adding missing include
2016-04-25 15:38:31 +02:00
Carles Fernandez
28a0fd429b
Merge branch 'next' of https://github.com/gnss-sdr/gnss-sdr into next
2016-04-25 15:32:26 +02:00
Javier Arribas
7d62ef367a
Acquisition unit test migrated to new message system
2016-04-25 15:31:30 +02:00
Carles Fernandez
b7db8c7615
Merge branch 'next' of https://github.com/gnss-sdr/gnss-sdr into next
2016-04-25 15:31:10 +02:00
Javier Arribas
86658c2391
Migration of acquisition test to new message system
2016-04-25 15:20:42 +02:00
Carles Fernandez
f0a42d9f3d
Merge branch 'next' of https://github.com/gnss-sdr/gnss-sdr into next
2016-04-25 11:15:05 +02:00
Carles Fernandez
d63a5cdabd
adding newline at the end of the file (packaging requirement)
2016-04-24 14:08:45 +02:00
Carles Fernandez
b2cc18bfa5
Adding AVX protokernel
2016-04-23 16:31:41 +02:00
Carles Fernandez
c6359c3313
fix in documentation
2016-04-23 16:30:36 +02:00
Carles Fernandez
c3b409e0a2
Merge branch 'next' of git+ssh://git.code.sf.net/p/gnss-sdr/cttc into
...
next
# Please enter a commit message to explain why this merge is necessary,
# especially if it merges an updated upstream into a topic branch.
#
# Lines starting with '#' will be ignored, and an empty message aborts
# the commit.
2016-04-22 18:44:15 +02:00
Carles Fernandez
0f2a08f49d
Merge branch 'next' of git+ssh://github.com/gnss-sdr/gnss-sdr into next
...
# Please enter a commit message to explain why this merge is necessary,
# especially if it merges an updated upstream into a topic branch.
#
# Lines starting with '#' will be ignored, and an empty message aborts
# the commit.
2016-04-22 18:41:24 +02:00
Carles Fernandez
cb8dd1c00d
merging
2016-04-22 18:39:41 +02:00
Javier Arribas
60b6b98c52
Bug fix in L2CM CNAV message decoder. The decoder is still experimental.
2016-04-22 16:49:12 +02:00
Carles Fernandez
fbe9fef573
Merge branch 'next' of https://github.com/gnss-sdr/gnss-sdr into next
2016-04-22 12:09:30 +02:00
Javier Arribas
4cee7965c4
Code cleaning and config simplifications
2016-04-22 12:04:08 +02:00
Javier Arribas
0a5573f666
several receiver configuration mechanism simplifications and several bug fixes. Work in progress
2016-04-21 18:54:08 +02:00
Carles Fernandez
c5051225e4
Merge branch 'next' of https://git.code.sf.net/p/gnss-sdr/cttc into next
2016-04-21 15:19:41 +02:00