[osmo-trx] branch master updated (bcc0047 -> 6fd98c6)

Ruben Undheim rubund-guest at moszumanska.debian.org
Tue Oct 13 16:00:10 UTC 2015


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

rubund-guest pushed a change to branch master
in repository osmo-trx.

      from  bcc0047   Tweaked d/rules so that rebuild works fine
      adds  d7610cf   radioInterface: Reset sample buffer cursors on each start
      adds  2cc2ddd   build: Add 'subdir-objects' to AM_INIT_AUTOMAKE
      adds  88bbf1a   uhd: Use full DAC scale with UmTRX to improve signal quality.
      adds  577cd02   sigproc: Add clipping detection on RACH and TSC input
      adds  6613331   build: Provide option for disabling SSE autodetection
      adds  4d029d8   UmTRX: Manually set Tx gain stages for the best signal quality.
      adds  e171425   uhd: Set RF frontend bandwidth for UmTRX to improve signal quality.
      adds  90f7a01   umtrx: Don't use DSP tuning, because LMS6002D PLL steps are small enough.
      adds  5c7c178   uhd: Pass UHD command line arguments to constructor
      adds  64ad712   test: Add command line random normal burst option
      adds  4438a9f   Transceiver: Make error response to an unknown command on UDP command interface more understandable.
      adds  1fe5282   Transceiver: Check TSC values to be in [0..7] range.
      adds  194a9b1   Transceiver52M: Change POWERON behavior to return success if the transceiver is already running, and only return fail on device failure
      adds  5721920   Common: Introduce a global variable to disable syslog logging.
      adds  57ef87d   Common: Log to console instead of loging to syslog by default.
      adds  f5fd578   osmo-trx: Fix random filler command line option.
      adds  2966048   transceiver: Fix out-of-bounds acces in genRandNormalBurst().
      adds  6a2bf0d   transceiver: Drive clock indication form the receive thread.
      adds  351fd76   sigProcLib: Fix burst start phase.
      adds  909ffbf   Common: Use a scoped lock in the Logger to avoid deadlock on thread cancel.
      adds  e8905a0   osmo-trx: Add a command line option for the dBFS to dBm offset.
      adds  dbe26ab   Transceiver: Print noise level for each burst in debug mode.
      adds  954b118   Transceiver: Fix clipping detection.
      adds  1e9b4d5   sigProcLib: Check for bogus TOA before using it.
      adds  50747dc   osmo-trx: Add an option to swap channels on UmTRX.
      adds  2268c85   transceiver: Remove noise/RSSI gating.
      adds  2b54210   Transceiver: Update noise level only when the timeslot is marked as IDLE.
      adds  2beb1ad   Checking in a more relevant README.
      adds  72e8619   Checking in clockdump.sh utility.
      adds  130a800   sigProcLib: Abstract out common part of Normal/RACH burst detection.
      adds  c052aa1   uhd: Fix rounding error in timestamp conversion functions.
      adds  81c6873   Transceiver: Do not update state->SNRestimate if equalization is disabled.
      adds  e692ce9   transceiver: Add a debug option to dump selected timeslots to disk.
      adds  f3b9af6   uhd: Fix UmTRX tuning broken in commit 90f7a01d.
      adds  3722920   Transceiver: Fix whitespace.
      adds  5a06806   Transceiver: Add support for OsmoBTS style handover.
      adds  cc6f79b   Logger: Output ERR log messages to stderr as well.
      adds  c4eab87   uhd: Output Rx/Tx gain limits to log to make it more transparent.
      adds  c312905   uhd: Add version 3.9.0 support
      adds  d4d3daa   uhd: Use internal UHD tick conversions
      adds  f147b17   sigproc: Make convolution and convert input buffers immutable
      adds  284c107   Merge branch 'upstream' into dfsg
       new  c2f97c2   Merge tag 'upstream/0_20150325gitf147b17+dfsg'
       new  6fd98c6   New version number in changelog entry

The 2 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:
 CommonLibs/Logger.cpp                 |  21 +--
 CommonLibs/Logger.h                   |   3 +-
 README                                | 218 +++++++++--------------
 Transceiver52M/Transceiver.cpp        | 314 +++++++++++++++++++++++++---------
 Transceiver52M/Transceiver.h          | 156 +++++++++--------
 Transceiver52M/UHDDevice.cpp          | 188 +++++++++++++++-----
 Transceiver52M/USRPDevice.cpp         |   2 +-
 Transceiver52M/USRPDevice.h           |   2 +-
 Transceiver52M/common/convert.h       |   4 +-
 Transceiver52M/common/convolve.h      |  16 +-
 Transceiver52M/common/convolve_base.c |  24 +--
 Transceiver52M/osmo-trx.cpp           |  76 +++++---
 Transceiver52M/radioDevice.h          |   2 +-
 Transceiver52M/radioInterface.cpp     |   3 +
 Transceiver52M/sigProcLib.cpp         | 152 +++++++++-------
 Transceiver52M/sigProcLib.h           |  26 ++-
 Transceiver52M/x86/convert.c          |  19 +-
 Transceiver52M/x86/convolve.c         |  60 ++++---
 configure.ac                          |  18 +-
 debian/changelog                      |   4 +-
 utils/clockdump.sh                    |   3 +
 21 files changed, 804 insertions(+), 507 deletions(-)
 create mode 100755 utils/clockdump.sh

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/osmo-trx.git



More information about the debian-science-commits mailing list