[osmo-trx] 01/02: Merge tag 'upstream/0_20170323git2af1440+dfsg'
Ruben Undheim
rubund-guest at moszumanska.debian.org
Sat Apr 1 08:07:00 UTC 2017
This is an automated email from the git hooks/post-receive script.
rubund-guest pushed a commit to branch master
in repository osmo-trx.
commit c2e11a51d3ea7eb45a65ce73dc693ae8bbba2864
Merge: 0501e3f b29e201
Author: Ruben Undheim <ruben.undheim at gmail.com>
Date: Sat Apr 1 07:36:04 2017 +0000
Merge tag 'upstream/0_20170323git2af1440+dfsg'
.gitignore | 45 ++
.gitreview | 3 +
CommonLibs/BitVector.cpp | 257 +------
CommonLibs/BitVector.h | 149 +---
CommonLibs/BitVectorTest.cpp | 28 -
CommonLibs/Configuration.cpp | 23 +-
CommonLibs/F16.h | 210 ------
CommonLibs/F16Test.cpp | 55 --
CommonLibs/Logger.cpp | 65 +-
CommonLibs/Logger.h | 3 +-
CommonLibs/Makefile.am | 31 +-
CommonLibs/MemoryLeak.h | 111 ---
CommonLibs/Regexp.h | 64 --
CommonLibs/RegexpTest.cpp | 48 --
CommonLibs/Reporting.cpp | 145 ----
CommonLibs/Reporting.h | 86 ---
CommonLibs/ScalarTypes.h | 136 ----
CommonLibs/Sockets.cpp | 24 +-
CommonLibs/Sockets.h | 4 +-
CommonLibs/SocketsTest.cpp | 4 +-
CommonLibs/URLEncode.cpp | 28 -
CommonLibs/URLEncode.h | 30 -
CommonLibs/URLEncodeTest.cpp | 17 -
CommonLibs/Utils.cpp | 211 ------
CommonLibs/Utils.h | 148 ----
CommonLibs/Vector.h | 22 +
CommonLibs/sqlite3util.cpp | 2 +-
GSM/GSMCommon.cpp | 14 +
GSM/GSMCommon.h | 3 +
INSTALL | 0
Makefile.am | 3 +-
Makefile.common | 5 +-
Transceiver52M/Channelizer.cpp | 108 +++
Transceiver52M/Channelizer.h | 34 +
Transceiver52M/ChannelizerBase.cpp | 251 +++++++
Transceiver52M/ChannelizerBase.h | 39 ++
Transceiver52M/Makefile.am | 21 +-
Transceiver52M/Resampler.cpp | 25 +-
Transceiver52M/Resampler.h | 3 +-
Transceiver52M/Synthesis.cpp | 121 ++++
Transceiver52M/Synthesis.h | 35 +
Transceiver52M/Transceiver.cpp | 319 ++++-----
Transceiver52M/Transceiver.h | 39 +-
Transceiver52M/UHDDevice.cpp | 406 +++++++----
Transceiver52M/USRPDevice.cpp | 9 +-
Transceiver52M/USRPDevice.h | 4 +-
Transceiver52M/arm/convert.c | 22 +-
Transceiver52M/common/fft.c | 112 +++
Transceiver52M/common/fft.h | 13 +
Transceiver52M/osmo-trx.cpp | 200 ++++--
Transceiver52M/radioBuffer.cpp | 228 +++++++
Transceiver52M/radioBuffer.h | 45 ++
Transceiver52M/radioDevice.h | 25 +-
Transceiver52M/radioInterface.cpp | 218 +++---
Transceiver52M/radioInterface.h | 65 +-
Transceiver52M/radioInterfaceDiversity.cpp | 51 +-
Transceiver52M/radioInterfaceMulti.cpp | 391 +++++++++++
Transceiver52M/radioInterfaceResamp.cpp | 98 +--
Transceiver52M/sigProcLib.cpp | 1026 ++++++++++++++++++++--------
Transceiver52M/sigProcLib.h | 307 +++++----
Transceiver52M/signalVector.cpp | 14 +
Transceiver52M/signalVector.h | 4 +
Transceiver52M/x86/Makefile.am | 2 +-
configure.ac | 17 +-
contrib/jenkins.sh | 7 +
debian/control | 3 -
debian/copyright | 3 +-
sqlite3/Makefile.am | 34 -
68 files changed, 3359 insertions(+), 2914 deletions(-)
diff --cc debian/control
index efcfa1c,151aa92..71c7a1c
--- a/debian/control
+++ b/debian/control
@@@ -34,6 -37,11 +34,3 @@@ Description: SDR transceiver that imple
3GPP is the "3rd Generation Partnership Project" which is the collaboration
between different telecommunication associations for developing new
generations of mobile phone networks. (post-2G/GSM)
-
--
-
-Package: osmo-trx-dbg
-Architecture: any
-Section: debug
-Priority: extra
-Depends: osmo-trx (= ${binary:Version}), ${misc:Depends}
-Description: Debug symbols for the osmo-trx
- Make debugging possible
--
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