osmo-trx.git branch test-glich created. 5ce815dd275a7e1550adc86f80f750746a0145b3

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/osmocom-commitlog@lists.osmocom.org/.

gitosis at osmocom.org gitosis at osmocom.org
Thu Jun 23 02:54:51 UTC 2016


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=5ce815dd275a7e1550adc86f80f750746a0145b3

commit 5ce815dd275a7e1550adc86f80f750746a0145b3
Author: Tom Tsou <tom.tsou at ettus.com>
Date:   Wed Jun 22 19:54:37 2016 -0700

    xxx: test

http://cgit.osmocom.org/osmo-trx/commit/?id=b8dabf55cd0e06b76574211004982a231ad334b2

commit b8dabf55cd0e06b76574211004982a231ad334b2
Author: Tom Tsou <tom.tsou at 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 at ettus.com>

-----------------------------------------------------------------------


hooks/post-receive
-- 
OpenBTS' transceiver retro-fit



More information about the osmocom-commitlog mailing list