gr-osmosdr.git branch master updated. v0.1.4-1-g9fd5b36

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
Tue Nov 4 23:11:19 UTC 2014


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 "GNURadio hardware abstraction block".

The branch, master has been updated
       via  9fd5b367c115c19402d35e3408daf45888918b43 (commit)
       via  a45968f3381f33b86ca344bb76bd62c131d98d93 (commit)
       via  6e75abf1986ff4c3a3b71d0c32537956adce8118 (commit)
       via  7f82d289a6f196a6f7b72bc0cff1807870ee8837 (commit)
       via  23b1b9cdb1349bb61b9fa2acae6482c654d2a8f6 (commit)
      from  42c66fdd70a70115f6cbc390f801ca4ca42e581d (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=9fd5b367c115c19402d35e3408daf45888918b43

commit 9fd5b367c115c19402d35e3408daf45888918b43
Author: Dimitri Stolnikov <horiz0n at gmx.net>
Date:   Wed Nov 5 00:07:26 2014 +0100

    update version to 0.1.5git

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

commit a45968f3381f33b86ca344bb76bd62c131d98d93
Author: Dimitri Stolnikov <horiz0n at gmx.net>
Date:   Wed Nov 5 00:07:07 2014 +0100

    update version to 0.1.4

http://cgit.osmocom.org/gr-osmosdr/commit/?id=6e75abf1986ff4c3a3b71d0c32537956adce8118

commit 6e75abf1986ff4c3a3b71d0c32537956adce8118
Author: Jon Szymaniak <jon.szymaniak at gmail.com>
Date:   Sun Oct 26 16:08:42 2014 -0400

    bladeRF: Don't fail out until 3 consecutive errors have occurred
    
    This change is intended to make the bladeRF source/sink implementations
    slightly more resilient to any transient issues in a flow graph.
    
    For poor choices of buffers/transfers or under high CPU load, an RX or
    TX operation might time out. Instead of immediately reporting WORK_DONE
    and bailing out, an error message is now printed and the device will
    attempt to continue transmitting/receiving samples.
    
    After 3 consecutive errors have occurred on an RX/TX operation, the
    device will report WORK_DONE; in this situation, something is likely
    very wrong.

http://cgit.osmocom.org/gr-osmosdr/commit/?id=7f82d289a6f196a6f7b72bc0cff1807870ee8837

commit 7f82d289a6f196a6f7b72bc0cff1807870ee8837
Author: Jon Szymaniak <jon.szymaniak at gmail.com>
Date:   Sat Oct 25 16:23:58 2014 -0400

    bladeRF: Default num_transfers to min(32, num_buffers/2)
    
    This avoids inadvertently attempting to use a larger number of transfers
    than the underlying USB library/interface allows by specifying a large
    value for num_buffers.
    
    Users can specify up to (num_buffers - 1) transfers. However, it is
    generally recommended to use half as many transfers as buffers.

http://cgit.osmocom.org/gr-osmosdr/commit/?id=23b1b9cdb1349bb61b9fa2acae6482c654d2a8f6

commit 23b1b9cdb1349bb61b9fa2acae6482c654d2a8f6
Author: Jon Szymaniak <jon.szymaniak at gmail.com>
Date:   Sat Oct 25 15:11:57 2014 -0400

    bladeRF: Removed unused bladerf_metadata parameter from rx/tx calls
    
    It is safe (and preferred) to pass NULL for the metadata paremeter when
    using a format that does utilize the metadata structure.

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

Summary of changes:
 CMakeLists.txt                  |  2 +-
 lib/bladerf/bladerf_common.cc   | 17 +++++++++++++----
 lib/bladerf/bladerf_common.h    |  3 +++
 lib/bladerf/bladerf_sink_c.cc   | 15 ++++++++++++---
 lib/bladerf/bladerf_source_c.cc | 15 ++++++++++++---
 5 files changed, 41 insertions(+), 11 deletions(-)


hooks/post-receive
-- 
GNURadio hardware abstraction block



More information about the osmocom-commitlog mailing list