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, test-glich has been created
at 5ce815dd275a7e1550adc86f80f750746a0145b3 (commit)
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/osmo-trx/commit/?id=5ce815dd275a7e1550adc86f80f7507…
commit 5ce815dd275a7e1550adc86f80f750746a0145b3
Author: Tom Tsou <tom.tsou(a)ettus.com>
Date: Wed Jun 22 19:54:37 2016 -0700
xxx: test
http://cgit.osmocom.org/osmo-trx/commit/?id=b8dabf55cd0e06b76574211004982a2…
commit b8dabf55cd0e06b76574211004982a231ad334b2
Author: Tom Tsou <tom.tsou(a)ettus.com>
Date: Fri Aug 21 19:32:58 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.tsou(a)ettus.com>
-----------------------------------------------------------------------
hooks/post-receive
--
OpenBTS' transceiver retro-fit