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 37c52c79cf915fcbbf5cc932429d8a5c3a15a8d1 (commit)
via 58e9591f9e491335f2be7099b38b4c4b828c2ad4 (commit)
via 19174f581bcfe09e84cbfe60d7b3240b9c56989c (commit)
via 1ba69e7762327b565b222b9920728de7d3910d40 (commit)
via f931cf226b3ce7a4133f3a49599d4c85a152466f (commit)
via e476231deb9212c58e3effa656c69d136f19070b (commit)
from e90c24c8d52349094e7f6dc11b9ea86a1f611b00 (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=37c52c79cf915fcbbf5cc932429d8a5…
commit 37c52c79cf915fcbbf5cc932429d8a5c3a15a8d1
Author: Alexander Chemeris <Alexander.Chemeris(a)gmail.com>
Date: Fri Mar 25 18:28:34 2016 +0300
transceiver: Add an option to emulate a RACH delay in random filler mode.
Signed-off-by: Tom Tsou <tom.tsou(a)ettus.com>
http://cgit.osmocom.org/osmo-trx/commit/?id=58e9591f9e491335f2be7099b38b4c4…
commit 58e9591f9e491335f2be7099b38b4c4b828c2ad4
Author: Alexander Chemeris <Alexander.Chemeris(a)gmail.com>
Date: Fri Mar 25 18:20:28 2016 +0300
transceiver: Log channel number in DEBUG output of demoded bursts.
Signed-off-by: Tom Tsou <tom.tsou(a)ettus.com>
http://cgit.osmocom.org/osmo-trx/commit/?id=19174f581bcfe09e84cbfe60d7b3240…
commit 19174f581bcfe09e84cbfe60d7b3240b9c56989c
Author: Alexander Chemeris <Alexander.Chemeris(a)gmail.com>
Date: Sat Jun 18 11:16:54 2016 +0300
radioInterface: Initialize power scale with a meaningful default.
Right now if you forget to send "POWER" control command, osmo-trx
will transmitt zeros. This is counter-intuitive and I've spent several
hours debugging this "issue". The issue may happen easily, because
osmo-bts doesn't send "POWER" command if there is no "power"
setting
in the configuration file. Given that "POWER" command actually sets
attenuation, it's percieved as optional and in absence of it should
default to "POWER 0" (no attenuation), which translates to power
scale being 1.0.
Signed-off-by: Tom Tsou <tom.tsou(a)ettus.com>
http://cgit.osmocom.org/osmo-trx/commit/?id=1ba69e7762327b565b222b9920728de…
commit 1ba69e7762327b565b222b9920728de7d3910d40
Author: Alexander Chemeris <Alexander.Chemeris(a)gmail.com>
Date: Sat Jun 18 10:50:11 2016 +0300
uhd: Fix comment.
It's osmo-trx, not OpenBTS anymore.
Signed-off-by: Tom Tsou <tom.tsou(a)ettus.com>
http://cgit.osmocom.org/osmo-trx/commit/?id=f931cf226b3ce7a4133f3a49599d4c8…
commit f931cf226b3ce7a4133f3a49599d4c85a152466f
Author: Alexander Chemeris <Alexander.Chemeris(a)gmail.com>
Date: Sat Jun 18 10:42:33 2016 +0300
radioDevice: GSMRATE macro must have parentheses around its definition.
So we had the following define:
#define GSMRATE 1625e3/6
Now, I wanted to use it in the following expression:
3.0/GSMRATE
which turns into:
3.0/1625e3/6
while what I really wanted is:
3.0/(1625e3/6) = 3.0/1625e3*6
To avoid this, all macros with calculations must be enclosed in parentheses.
Signed-off-by: Tom Tsou <tom.tsou(a)ettus.com>
http://cgit.osmocom.org/osmo-trx/commit/?id=e476231deb9212c58e3effa656c69d1…
commit e476231deb9212c58e3effa656c69d136f19070b
Author: Alexander Chemeris <Alexander.Chemeris(a)gmail.com>
Date: Fri Apr 29 14:05:59 2016 +0300
makefile: Fix build from an external path.
When you build from an external path, compiler can't find convert.h
include, because it was specified relative to the current directory.
Change this to specify the include dit relative to the Makefile
location.
Signed-off-by: Tom Tsou <tom.tsou(a)ettus.com>
-----------------------------------------------------------------------
Summary of changes:
Transceiver52M/Makefile.am | 2 +-
Transceiver52M/Transceiver.cpp | 13 +++++++------
Transceiver52M/Transceiver.h | 6 +++---
Transceiver52M/UHDDevice.cpp | 2 +-
Transceiver52M/osmo-trx.cpp | 17 +++++++++++++----
Transceiver52M/radioDevice.h | 2 +-
Transceiver52M/radioInterface.cpp | 2 ++
Transceiver52M/sigProcLib.cpp | 18 ++++++++++++------
Transceiver52M/sigProcLib.h | 2 +-
Transceiver52M/x86/Makefile.am | 2 +-
10 files changed, 42 insertions(+), 24 deletions(-)
hooks/post-receive
--
OpenBTS' transceiver retro-fit