commit-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commit-gnuradio] [gnuradio] branch next updated (66b4718 -> 90e8341)


From: git
Subject: [Commit-gnuradio] [gnuradio] branch next updated (66b4718 -> 90e8341)
Date: Mon, 29 Dec 2014 18:30:20 +0000 (UTC)

This is an automated email from the git hooks/post-receive script.

trondeau pushed a change to branch next
in repository gnuradio.

      from  66b4718   Merge branch 'master' into next
      adds  ccebbe0   blocks: added endianness toggle to repack bits.
      adds  9a689e6   digital: fixed byte-in, byte-out version of the TSB 
correlate access code. Matches behavior of the float-in, float-out for bit 
streams.
      adds  1a301cb   fec: fixed bug in dummy decoder that shifted the samples 
by +1.
      adds  b508945   fec: cleanup
      adds  8c86d94   Merge branch 'maint'
       new  90e8341   Merge branch 'master' into next

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 gr-blocks/grc/blocks_repack_bits_bb.xml            |  27 +++-
 gr-blocks/include/gnuradio/blocks/repack_bits_bb.h |   6 +-
 gr-blocks/lib/repack_bits_bb_impl.cc               | 115 +++++++++++-----
 gr-blocks/lib/repack_bits_bb_impl.h                |   5 +-
 gr-blocks/python/blocks/qa_repack_bits_bb.py       |  53 +++++++-
 .../gnuradio/digital/correlate_access_code_bb_ts.h |  18 ++-
 .../gnuradio/digital/correlate_access_code_ff_ts.h |   8 +-
 gr-digital/lib/correlate_access_code_bb_ts_impl.cc | 151 ++++++++++++++-------
 gr-digital/lib/correlate_access_code_bb_ts_impl.h  |  19 ++-
 gr-fec/include/gnuradio/fec/dummy_decoder.h        |   1 +
 gr-fec/lib/decoder_impl.cc                         |   6 -
 gr-fec/lib/dummy_decoder_impl.cc                   |  10 +-
 gr-fec/lib/dummy_decoder_impl.h                    |   1 -
 gr-fec/lib/encoder_impl.cc                         |   9 --
 14 files changed, 307 insertions(+), 122 deletions(-)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]