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, staging has been created
at f57eb1a6bb465427623e0c8670889e5982a9bae3 (commit)
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/osmo-trx/commit/?id=f57eb1a6bb465427623e0c8670889e5…
commit f57eb1a6bb465427623e0c8670889e5982a9bae3
Author: Alexander Chemeris <Alexander.Chemeris(a)gmail.com>
Date: Sun Mar 1 10:30:12 2015 +0100
Logger: Output ERR log messages to stderr as well.
Signed-off-by: Tom Tsou <tom(a)tsou.cc>
http://cgit.osmocom.org/osmo-trx/commit/?id=c401802eaa6d7b7c4a058fb2800644a…
commit c401802eaa6d7b7c4a058fb2800644a8c8ffbd7d
Author: Alexander Chemeris <Alexander.Chemeris(a)gmail.com>
Date: Wed Mar 25 14:22:37 2015 +0300
uhd: Use full DAC scale with UmTRX to improve signal quality.
Signed-off-by: Tom Tsou <tom(a)tsou.cc>
http://cgit.osmocom.org/osmo-trx/commit/?id=3051f34953e3ffdb148329c70234826…
commit 3051f34953e3ffdb148329c702348260c2a398d7
Author: Tom Tsou <tom(a)tsou.cc>
Date: Mon Apr 6 18:02:56 2015 -0700
build: Add 'subdir-objects' to AM_INIT_AUTOMAKE
This will shutup automake and make it stop complaining about the
following subdirectory warnings.
"warning: source file 'common/fft.c' is in a
subdirectory, but option 'subdir-objects' is disabled"
Signed-off-by: Tom Tsou <tom(a)tsou.cc>
http://cgit.osmocom.org/osmo-trx/commit/?id=7bd1e663c96d14a3445163846799120…
commit 7bd1e663c96d14a34451638467991208f18d6ebb
Author: Tom Tsou <tom(a)tsou.cc>
Date: Thu Mar 26 19:01:02 2015 -0700
mcbts: Enable multi-ARFCN option from command line
http://cgit.osmocom.org/osmo-trx/commit/?id=1a53985f088dd08d94f14153882ee2d…
commit 1a53985f088dd08d94f14153882ee2db047d8230
Author: Tom Tsou <tom(a)tsou.cc>
Date: Thu Mar 26 18:57:10 2015 -0700
mcbts: Add multi-ARFCN implementation
http://cgit.osmocom.org/osmo-trx/commit/?id=994a1a8344bce80d56773553399896c…
commit 994a1a8344bce80d56773553399896c83927707c
Author: Tom Tsou <tom(a)tsou.cc>
Date: Thu Mar 26 18:51:18 2015 -0700
uhd: Elevate fatal device error logging
Log unrecoverable device errors, whether from misconfiguration or
internal runtime, to ALERT level. This will output device and interface
status to stdout in addition to rsyslog.
Signed-off-by: Tom Tsou <tom(a)tsou.cc>
http://cgit.osmocom.org/osmo-trx/commit/?id=92c93763b2cc3ff9365f499521b8aea…
commit 92c93763b2cc3ff9365f499521b8aea42849ee9c
Author: Tom Tsou <tom(a)tsou.cc>
Date: Thu Mar 26 16:58:45 2015 -0700
control: Add OpenBTS 'HANDOVER' commands
http://cgit.osmocom.org/osmo-trx/commit/?id=4adf4724c366a9eb76bcd810d29ee87…
commit 4adf4724c366a9eb76bcd810d29ee8753413cec5
Author: Tom Tsou <tom(a)tsou.cc>
Date: Wed Mar 25 15:10:07 2015 -0700
iface: Add inner ring-buffer implementation
Two buffers, inner and outer, are used in the transceiver
implementation. The outer buffer interfaces with the device receive
interface to guarantee timestamp aligned and contiguously allocated
sample buffers. The inner buffer absorbs vector size differences between
GSM bursts (156 or 157 samples) and the resampler interface (typically
fixed multiples of 65).
Reimplement the inner buffer with a ring buffer that allows fixed size
segments on the outer (resampler) portion and variable lengths (GSM
side) on the inner side. Compared to the previous stack-like version,
this implementation removes unnecessary copying of buffer contents.
Signed-off-by: Tom Tsou <tom(a)tsou.cc>
http://cgit.osmocom.org/osmo-trx/commit/?id=c5b568d49c61bfa70e1837278b65d75…
commit c5b568d49c61bfa70e1837278b65d758668a6dff
Author: Tom Tsou <tom(a)tsou.cc>
Date: Wed Mar 25 12:55:11 2015 -0700
sigproc: Make convolution and convert input buffers immutable
For good practice, use const specifier when applicable.
Signed-off-by: Tom Tsou <tom(a)tsou.cc>
-----------------------------------------------------------------------
hooks/post-receive
--
OpenBTS' transceiver retro-fit