This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Software for ETSI GMR (GEO Mobile Radio)".
The branch, sylvain/gr has been updated
via 93b2ce91b037b3369edcd6e480c2271ff088418e (commit)
via 5ec66c633738d86043cc9c34347cf839710a6763 (commit)
via 6ea35456ea7b2b7e7e548a62568d679c8ed08ef0 (commit)
from ce3c94735cf8cfb832868e73bca6ccae178548be (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/osmo-gmr/commit/?id=93b2ce91b037b3369edcd6e480c2271…
commit 93b2ce91b037b3369edcd6e480c2271ff088418e
Author: Sylvain Munaut <tnt(a)246tNt.com>
Date: Fri Jan 30 10:11:02 2015 +0100
Make use of the new delimited burst feature
Signed-off-by: Sylvain Munaut <tnt(a)246tNt.com>
http://cgit.osmocom.org/osmo-gmr/commit/?id=5ec66c633738d86043cc9c34347cf83…
commit 5ec66c633738d86043cc9c34347cf839710a6763
Author: Sylvain Munaut <tnt(a)246tNt.com>
Date: Fri Jan 30 10:07:22 2015 +0100
Import new burst_to_tagged_stream logic
Note that this cheats a little since I use the output buffer as temporary
storage (i.e. writing samples to it and not telling GR until later ...)
Signed-off-by: Sylvain Munaut <tnt(a)246tNt.com>
http://cgit.osmocom.org/osmo-gmr/commit/?id=6ea35456ea7b2b7e7e548a62568d679…
commit 6ea35456ea7b2b7e7e548a62568d679c8ed08ef0
Author: Sylvain Munaut <tnt(a)246tNt.com>
Date: Thu Jan 29 10:51:09 2015 +0100
Improvement to the FFT detection to prevent false positives
-----------------------------------------------------------------------
Summary of changes:
gr-gmr1/apps/gmr_rach_scan.grc | 264 ++++++++++-----------
gr-gmr1/grc/CMakeLists.txt | 1 +
.../{rach_demod.xml => burst_to_tagged_stream.xml} | 21 +-
gr-gmr1/include/gnuradio/gmr1/CMakeLists.txt | 1 +
.../{gsmtap_sink.h => burst_to_tagged_stream.h} | 18 +-
gr-gmr1/lib/CMakeLists.txt | 1 +
gr-gmr1/lib/burst_to_tagged_stream_impl.cc | 192 +++++++++++++++
...t_core_impl.h => burst_to_tagged_stream_impl.h} | 38 +--
gr-gmr1/lib/rach_detect_fft_impl.cc | 65 ++++-
gr-gmr1/lib/rach_detect_fft_impl.h | 10 +-
gr-gmr1/swig/gmr1_swig.i | 4 +
11 files changed, 415 insertions(+), 200 deletions(-)
copy gr-gmr1/grc/{rach_demod.xml => burst_to_tagged_stream.xml} (51%)
copy gr-gmr1/include/gnuradio/gmr1/{gsmtap_sink.h => burst_to_tagged_stream.h} (67%)
create mode 100644 gr-gmr1/lib/burst_to_tagged_stream_impl.cc
copy gr-gmr1/lib/{rach_detect_core_impl.h => burst_to_tagged_stream_impl.h} (55%)
hooks/post-receive
--
Software for ETSI GMR (GEO Mobile Radio)