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 "OpenBTS' transceiver retro-fit".
The branch, master has been updated
via b992d0a51511598e37ed89aaf286e985f88ff5ec (commit)
via d6ae8648fff2b0fa6e20ec474a22fd7b33be7704 (commit)
from e51a8f029e1f691ee3c33d893e8b45a94e5d7bae (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/osmo-trx/commit/?id=b992d0a51511598e37ed89aaf286e98…
commit b992d0a51511598e37ed89aaf286e985f88ff5ec
Author: Max <msuraev(a)sysmocom.de>
Date: Tue Apr 25 12:47:29 2017 +0200
debian: remove obsolete dependency
This should fix package build for Ubuntu 17.04: obsolete package
hardening-wrapper was removed which cause .deb build failure.
The dependency on it is incorrect to begin with because we use
DEB_BUILD_MAINT_OPTIONS instead.
Change-Id: I3ea72b4123a280a846086d083c4f3189d611f8cf
http://cgit.osmocom.org/osmo-trx/commit/?id=d6ae8648fff2b0fa6e20ec474a22fd7…
commit d6ae8648fff2b0fa6e20ec474a22fd7b33be7704
Author: Tom Tsou <tom.tsou(a)ettus.com>
Date: Thu Mar 30 17:22:58 2017 -0700
radioInterface: Remove UmTRX 'diversity' option
The 'diversity' option was an experimental 2 antenna receiver
implementation for UmTRX. The implementation has not been
maintained and current working status is unknown.
In addition to code rot, Coverity is triggering errors in the
associated code sections.
Removal of code cleans up many cases of special handling that
were necessary to accommodate the implementation.
Change-Id: I46752ccf5dbcffbec806081dec03e69a0fbdcdb7
-----------------------------------------------------------------------
Summary of changes:
Transceiver52M/Makefile.am | 3 +-
Transceiver52M/UHDDevice.cpp | 56 +------
Transceiver52M/USRPDevice.cpp | 2 +-
Transceiver52M/osmo-trx.cpp | 32 ----
Transceiver52M/radioDevice.h | 1 -
Transceiver52M/radioInterface.cpp | 13 +-
Transceiver52M/radioInterface.h | 27 +---
Transceiver52M/radioInterfaceDiversity.cpp | 243 -----------------------------
Transceiver52M/sigProcLib.cpp | 45 ------
debian/control | 1 -
10 files changed, 16 insertions(+), 407 deletions(-)
delete mode 100644 Transceiver52M/radioInterfaceDiversity.cpp
hooks/post-receive
--
OpenBTS' transceiver retro-fit