osmo-trx.git branch staging created. 0fcfb5ea0ab84e73f99496ef5ba8a2a2c8c059ca

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
Tue Dec 16 02:25:55 UTC 2014


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  0fcfb5ea0ab84e73f99496ef5ba8a2a2c8c059ca (commit)

- Log -----------------------------------------------------------------
http://cgit.osmocom.org/osmo-trx/commit/?id=0fcfb5ea0ab84e73f99496ef5ba8a2a2c8c059ca

commit 0fcfb5ea0ab84e73f99496ef5ba8a2a2c8c059ca
Author: Tom Tsou <tom at tsou.cc>
Date:   Wed Dec 3 18:47:20 2014 -0800

    Transceiver52M: Add X300/X310 and E310 USRP support
    
    Add device detection and timing values.
    
    Signed-off-by: Tom Tsou <tom at tsou.cc>

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

commit eb54bddf47e087cf340c8a65b36a03cebd4f174b
Author: Tom Tsou <tom at tsou.cc>
Date:   Tue Nov 25 16:06:32 2014 -0800

    Transceiver52M: Implement POWEROFF command
    
    Add stop and restart capability through the POWEROFF and POWERON
    commands. Calling stop causes receive streaming to cease, and I/O
    threads to shutdown leaving only the control handling thread running.
    Upon receiving a POWERON command, I/O threads and device streaming are
    restarted.
    
    Proper shutdown of the transceiver is now initiated by the destructor,
    which calls the stop command internally to wind down and deallocate
    threads.
    
    Signed-off-by: Tom Tsou <tom at tsou.cc>

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

commit a4d1a4124421473f5f92255e2f3bc44bfa3937ea
Author: Tom Tsou <tom at tsou.cc>
Date:   Tue Nov 25 15:46:56 2014 -0800

    Transceiver52M: Allow setting gain before POWERON
    
    There is no reason gain settings should not be modifiable when the radio
    is running or not.
    
    Signed-off-by: Tom Tsou <tom at tsou.cc>

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

commit b99975917585dc8973cc806a5da0aa3fc791b198
Author: Tom Tsou <tom at tsou.cc>
Date:   Fri Nov 21 12:25:22 2014 -0800

    CommonLibs: Add thread cancellation capability
    
    For clean shutdown in the transceiver we need to cancel and join
    running threads for orderly unwinding. Thread cancellation points
    already exist, so we just need to be able to call on the threads to
    exit out when stopping or shutting down.
    
    Don't error when joining a NULL thread, which would be the case if a
    thread was stopped before ever being started to begin with.
    
    Signed-off-by: Tom Tsou <tom at tsou.cc>

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


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



More information about the osmocom-commitlog mailing list