gr-osmosdr.git branch master updated. v0.1.4-48-g86ad584

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
Fri Jul 17 15:12:50 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 "GNU Radio block for interfacing with various radio hardware".

The branch, master has been updated
       via  86ad584204762eeb01f07daa683673f1ec3f1df5 (commit)
       via  43a00ae785ba5e9703b28e079b2ba78f7021ebb0 (commit)
      from  ac1d8ec02def12a31168a1d06683c027cecdfe0e (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/gr-osmosdr/commit/?id=86ad584204762eeb01f07daa683673f1ec3f1df5

commit 86ad584204762eeb01f07daa683673f1ec3f1df5
Author: Jon Szymaniak <jon.szymaniak at gmail.com>
Date:   Thu Jul 16 14:03:20 2015 -0400

    bladeRF: Support opening via a (subset of a) serial number, using any backend
    
    The bladerf=X,[arguments] string now supports the following, where X is:
    
        - The "device instance" which represents the Nth bladeRF connected.
          This is 0-indexed, in the order displayed by `bladeRF-cli --probe`.
    
        - The device's serial number.
            For libbladeRF >= 1.4.1, a subset of the serial number is
            supported. The subset must be at least the first three
            characters of the serial number.
    
    The backend specifier has been changed from "libusb" to the wildcard
    ("*"), allowing any available backend to be used.

http://cgit.osmocom.org/gr-osmosdr/commit/?id=43a00ae785ba5e9703b28e079b2ba78f7021ebb0

commit 43a00ae785ba5e9703b28e079b2ba78f7021ebb0
Author: Jon Szymaniak <jon.szymaniak at gmail.com>
Date:   Mon Jun 22 17:38:03 2015 -0400

    bladeRF: Added SOB/EOB stream tag handling support to bladerf_sink
    
    When running with metadata mode enabled, the bladerf_sink supports 'tx_sob' and
    'tx_eob' stream tags. Anything not in the burst will be dropped, and a warning
    will be printed.
    
    Use of the bladeRF metadata can be enabled via a 'enable_metadata'
    device argument. If running full-duplex, this must be provided to both
    the source and the sink. This does not currently any additional features
    to the sink.

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

Summary of changes:
 lib/bladerf/bladerf_common.cc   |  87 ++++++++++++++++++-----
 lib/bladerf/bladerf_common.h    |   2 +
 lib/bladerf/bladerf_sink_c.cc   | 152 +++++++++++++++++++++++++++++++++++++++-
 lib/bladerf/bladerf_sink_c.h    |   8 +++
 lib/bladerf/bladerf_source_c.cc |  10 ++-
 5 files changed, 239 insertions(+), 20 deletions(-)


hooks/post-receive
-- 
GNU Radio block for interfacing with various radio hardware



More information about the osmocom-commitlog mailing list