osmo-trx.git branch stop created. 53a1e2445b5dbcf6b8f400b39a72380f87363b1f

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 2 18:34:49 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, stop has been created
        at  53a1e2445b5dbcf6b8f400b39a72380f87363b1f (commit)

- Log -----------------------------------------------------------------
http://cgit.osmocom.org/osmo-trx/commit/?id=53a1e2445b5dbcf6b8f400b39a72380f87363b1f

commit 53a1e2445b5dbcf6b8f400b39a72380f87363b1f
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=9f5b452bd74a51dfad133bde4c3d6f24a253ea49

commit 9f5b452bd74a51dfad133bde4c3d6f24a253ea49
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=cc31807661f531366d4b42ea52039d6b03bf26d5

commit cc31807661f531366d4b42ea52039d6b03bf26d5
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