commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] git://gnuradio.org/gnuradio branch, distcheck, updated


From: git repository hosting
Subject: [Commit-gnuradio] git://gnuradio.org/gnuradio branch, distcheck, updated. 3.3git-697-g290fc23
Date: Sun, 11 Apr 2010 21:35:51 +0100 (BST)

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 "git://gnuradio.org/gnuradio".

The branch, distcheck has been updated
       via  290fc2315a6b7f2d2bc6b98318783e3278a97453 (commit)
       via  1ae689ff9238dcffbf65881b8ca03aa8df3844aa (commit)
      from  769b8bbe0aed088b6d1582d2d81d0966cee4c604 (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 -----------------------------------------------------------------
commit 290fc2315a6b7f2d2bc6b98318783e3278a97453
Author: Johnathan Corgan <address@hidden>
Date:   Sun Apr 11 13:30:45 2010 -0700

    Removed omnithreads dependency from libusrp2

commit 1ae689ff9238dcffbf65881b8ca03aa8df3844aa
Author: Johnathan Corgan <address@hidden>
Date:   Sun Mar 21 16:17:15 2010 -0700

    Add new block gr.additive_scrambler_bb()
    
    This block performs scrambling by XORing the input sequence with
    the output of an LFSR.  Repeating this operation restores the original
    sequence.
    
    (This differs from gr.scrambler_bb(), which convolves the input sequence
    with the LFSR output.)
    
    The additive scrambler allows an optional bit count after which the LFSR
    is reset to its initial seed.  This allows use with, e.g., packetized
    fixed length payloads.

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

Summary of changes:
 config/grc_usrp2.m4                                |    5 +-
 gnuradio-core/src/lib/general/Makefile.am          |    3 +
 gnuradio-core/src/lib/general/general.i            |    2 +
 ...scrambler_bb.cc => gr_additive_scrambler_bb.cc} |   35 +++++++----
 ...r_scrambler_bb.h => gr_additive_scrambler_bb.h} |   28 ++++++---
 .../{gr_cpfsk_bc.i => gr_additive_scrambler_bb.i}  |   13 ++---
 gnuradio-core/src/lib/general/gri_lfsr.h           |   12 +++-
 .../src/python/gnuradio/gr/qa_scrambler.py         |   20 ++++++
 grc/blocks/Makefile.am                             |    1 +
 grc/blocks/block_tree.xml                          |    1 +
 ...rambler_bb.xml => gr_additive_scrambler_bb.xml} |   14 +++-
 gruel/src/include/gruel/thread.h                   |    9 +++-
 gruel/src/lib/Makefile.am                          |    3 +-
 .../rx_nop_handler.cc => gruel/src/lib/thread.cc   |   14 ++--
 usrp2/host/apps/Makefile.am                        |    5 +-
 usrp2/host/lib/Makefile.am                         |    9 +--
 usrp2/host/lib/control.cc                          |   23 ++++----
 usrp2/host/lib/control.h                           |    8 +-
 usrp2/host/lib/ring.cc                             |   14 ++--
 usrp2/host/lib/ring.h                              |    8 +-
 usrp2/host/lib/usrp2_impl.cc                       |   41 +++++++------
 usrp2/host/lib/usrp2_impl.h                        |   24 ++++---
 usrp2/host/lib/usrp2_thread.cc                     |   64 --------------------
 usrp2/host/lib/usrp2_thread.h                      |   47 --------------
 24 files changed, 180 insertions(+), 223 deletions(-)
 copy gnuradio-core/src/lib/general/{gr_scrambler_bb.cc => 
gr_additive_scrambler_bb.cc} (58%)
 copy gnuradio-core/src/lib/general/{gr_scrambler_bb.h => 
gr_additive_scrambler_bb.h} (57%)
 copy gnuradio-core/src/lib/general/{gr_cpfsk_bc.i => 
gr_additive_scrambler_bb.i} (70%)
 copy grc/blocks/{gr_descrambler_bb.xml => gr_additive_scrambler_bb.xml} (70%)
 copy usrp2/host/lib/rx_nop_handler.cc => gruel/src/lib/thread.cc (77%)
 delete mode 100644 usrp2/host/lib/usrp2_thread.cc
 delete mode 100644 usrp2/host/lib/usrp2_thread.h


hooks/post-receive
-- 
git://gnuradio.org/gnuradio




reply via email to

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