osmo-gmr.git branch sylvain/gr updated. v0.2-83-g94beb6c

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/osmocom-commitlog@lists.osmocom.org/.

gitosis at osmocom.org gitosis at osmocom.org
Sun Feb 22 19:43:35 UTC 2015


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
  discards  ea62a1580b9ce35ff5b31184e5347da341128f89 (commit)
  discards  7f99c02b59283901faf83c2f29dfeb9be5eaf189 (commit)
  discards  864bc0a6fb90ba90d2a2779bd2536b9e4ffefeee (commit)
       via  94beb6c0379637379a164b0f4c8beb1c4418dff1 (commit)
       via  fca78ef3dc7713287c0d2a72ec39bd9af2cddf60 (commit)
       via  cb2c24683dd668dd9aeb0d485e981186583294fe (commit)
       via  614990c4287ec16fa992c960f93a1198d8cfb0bc (commit)
       via  6049478618ed9b90f7aef057d32e18511218c382 (commit)

This update added new revisions after undoing existing revisions.  That is
to say, the old revision is not a strict subset of the new revision.  This
situation occurs when you --force push a change and generate a repository
containing something like this:

 * -- * -- B -- O -- O -- O (ea62a1580b9ce35ff5b31184e5347da341128f89)
            \
             N -- N -- N (94beb6c0379637379a164b0f4c8beb1c4418dff1)

When this happens we assume that you've already had alert emails for all
of the O revisions, and so we here report only the revisions in the N
branch from the common base, B.

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=94beb6c0379637379a164b0f4c8beb1c4418dff1

commit 94beb6c0379637379a164b0f4c8beb1c4418dff1
Author: Sylvain Munaut <tnt at 246tNt.com>
Date:   Sun Feb 22 20:43:15 2015 +0100

    gr-gmr1: Make use of that new text sink in the default GRC app
    
    Signed-off-by: Sylvain Munaut <tnt at 246tNt.com>

http://cgit.osmocom.org/osmo-gmr/commit/?id=fca78ef3dc7713287c0d2a72ec39bd9af2cddf60

commit fca78ef3dc7713287c0d2a72ec39bd9af2cddf60
Author: Sylvain Munaut <tnt at 246tNt.com>
Date:   Sun Feb 22 20:42:49 2015 +0100

    gr-gmr1: Add special file sink to record RACH in text format
    
    Signed-off-by: Sylvain Munaut <tnt at 246tNt.com>

http://cgit.osmocom.org/osmo-gmr/commit/?id=cb2c24683dd668dd9aeb0d485e981186583294fe

commit cb2c24683dd668dd9aeb0d485e981186583294fe
Author: Sylvain Munaut <tnt at 246tNt.com>
Date:   Fri Jan 30 10:11:02 2015 +0100

    gr-gmr1: Make use of the new delimited burst feature
    
    Signed-off-by: Sylvain Munaut <tnt at 246tNt.com>

http://cgit.osmocom.org/osmo-gmr/commit/?id=614990c4287ec16fa992c960f93a1198d8cfb0bc

commit 614990c4287ec16fa992c960f93a1198d8cfb0bc
Author: Sylvain Munaut <tnt at 246tNt.com>
Date:   Fri Jan 30 10:07:22 2015 +0100

    gr-gmr1: 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 at 246tNt.com>

http://cgit.osmocom.org/osmo-gmr/commit/?id=6049478618ed9b90f7aef057d32e18511218c382

commit 6049478618ed9b90f7aef057d32e18511218c382
Author: Sylvain Munaut <tnt at 246tNt.com>
Date:   Sun Aug 31 22:10:41 2014 +0200

    gr-gmr1: First code import with working RACH detection
    
    Signed-off-by: Sylvain Munaut <tnt at 246tNt.com>

-----------------------------------------------------------------------

Summary of changes:
 gr-gmr1/apps/gmr_rach_scan.grc                     | 157 +++++++++++++--------
 gr-gmr1/grc/CMakeLists.txt                         |   3 +-
 gr-gmr1/grc/rach_detect.xml                        |  37 -----
 gr-gmr1/grc/rach_detect_core.xml                   |  45 ------
 gr-gmr1/grc/rach_file_sink.xml                     |  29 ++++
 gr-gmr1/include/gnuradio/gmr1/CMakeLists.txt       |   1 +
 .../{burst_to_tagged_stream.h => rach_file_sink.h} |  22 ++-
 gr-gmr1/lib/CMakeLists.txt                         |   1 +
 gr-gmr1/lib/rach_file_sink_impl.cc                 | 149 +++++++++++++++++++
 ..._tagged_stream_impl.h => rach_file_sink_impl.h} |  40 +++---
 gr-gmr1/swig/gmr1_swig.i                           |   6 +-
 11 files changed, 326 insertions(+), 164 deletions(-)
 delete mode 100644 gr-gmr1/grc/rach_detect.xml
 delete mode 100644 gr-gmr1/grc/rach_detect_core.xml
 create mode 100644 gr-gmr1/grc/rach_file_sink.xml
 copy gr-gmr1/include/gnuradio/gmr1/{burst_to_tagged_stream.h => rach_file_sink.h} (59%)
 create mode 100644 gr-gmr1/lib/rach_file_sink_impl.cc
 copy gr-gmr1/lib/{burst_to_tagged_stream_impl.h => rach_file_sink_impl.h} (53%)


hooks/post-receive
-- 
Software for ETSI GMR (GEO Mobile Radio)



More information about the osmocom-commitlog mailing list