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, achemeris/ramp-up-test has been updated
discards 184e7680aab56afc561c891273ff5454a50843d8 (commit)
discards d7cbeba5dd17f01fa31f0915d56ea7b81e577ca0 (commit)
via 34c4eff3c57ea994d030cdaef019c426a3222c3b (commit)
via b7ba55ceaa7be48786ef06bcd924baf173d539a8 (commit)
via 8974a801927100a7657fd973c5b098289ac6f35f (commit)
This update added new revisions after undoing existing revisions. That is
to say, the old revision is not a strict subset of the new revision. This
situation occurs when you --force push a change and generate a repository
containing something like this:
* -- * -- B -- O -- O -- O (184e7680aab56afc561c891273ff5454a50843d8)
\
N -- N -- N (34c4eff3c57ea994d030cdaef019c426a3222c3b)
When this happens we assume that you've already had alert emails for all
of the O revisions, and so we here report only the revisions in the N
branch from the common base, B.
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=34c4eff3c57ea994d030cdaef019c42…
commit 34c4eff3c57ea994d030cdaef019c426a3222c3b
Author: Alexander Chemeris <Alexander.Chemeris(a)gmail.com>
Date: Thu May 7 22:03:49 2015 -0400
test: Remove wider burst hack.
http://cgit.osmocom.org/osmo-trx/commit/?id=b7ba55ceaa7be48786ef06bcd924baf…
commit b7ba55ceaa7be48786ef06bcd924baf173d539a8
Author: Alexander Chemeris <Alexander.Chemeris(a)gmail.com>
Date: Thu May 7 20:51:39 2015 -0400
hack: Burst ramp up issue fix.
* Randomized payload from filler table
* 4 sps only
* 156.25 size bursts instead of 156/157
* 1 extra tail bit appended to beginning and end of burst
* Downlink bursts from core are dropped
Enable with filler table.
$ ./osmo-trx -f
Also, TSC is hard coded to 7. You can change it here.
diff --git a/Transceiver52M/Transceiver.cpp b/Transceiver52M/Transceiver.cpp
index 7dcc512..c11c6fd 100644
--- a/Transceiver52M/Transceiver.cpp
+++ b/Transceiver52M/Transceiver.cpp
@@ -85,7 +85,7 @@ void TransceiverState::init(size_t slot, bool fill,
float scale, int sps)
fillerBurst[i] = rand() % 2;
for (size_t i = 0; i < 26; i++)
- fillerBurst[61 + i] = GSM::gTrainingSequence[7][i];
+ fillerBurst[61 + i] = GSM::gTrainingSequence[0][i];
for (size_t i = 145; i < 148; i++)
fillerBurst[i] = 0;
-----------------------------------------------------------------------
Summary of changes:
Transceiver52M/UHDDevice.cpp | 14 +++++++++++++-
1 file changed, 13 insertions(+), 1 deletion(-)
hooks/post-receive
--
OpenBTS' transceiver retro-fit