[osmo-trx] 01/01: Merge branch 'upstream' into dfsg

Ruben Undheim rubund-guest at moszumanska.debian.org
Sat Apr 1 07:59:16 UTC 2017


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

rubund-guest pushed a commit to branch dfsg
in repository osmo-trx.

commit b29e2017118fcdb518945c5052f565fd0410f8ed
Merge: b138562 2af1440
Author: Ruben Undheim <ruben.undheim at gmail.com>
Date:   Sat Apr 1 07:30:22 2017 +0000

    Merge branch 'upstream' into 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/changelog                           |   11 +
 debian/compat                              |    1 +
 debian/control                             |   47 ++
 debian/copyright                           |  161 +++++
 debian/osmo-trx.install                    |    1 +
 debian/rules                               |   12 +
 debian/source/format                       |    1 +
 sqlite3/Makefile.am                        |   34 -
 73 files changed, 3592 insertions(+), 2909 deletions(-)


-- 
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