libosmocore.git branch master updated. 0.10.2-150-g5ec91980

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
Fri Feb 9 02:26:25 UTC 2018


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 "An utility library for Open Source Mobile Communications".

The branch, master has been updated
       via  5ec91980ac2224aa1e9bf070a0e382d0d8c2b729 (commit)
      from  572177063d4cf2416b9f622d5031212204563720 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://cgit.osmocom.org/libosmocore/commit/?id=5ec91980ac2224aa1e9bf070a0e382d0d8c2b729

commit 5ec91980ac2224aa1e9bf070a0e382d0d8c2b729
Author: Philipp Maier <pmaier at sysmocom.de>
Date:   Thu Feb 8 13:15:49 2018 +0100

    fsm: do not terminate child FSMs early
    
    The function _osmo_fsm_inst_term() terminates all child FSMs befor
    it calls fi->fsm_cleanup(). This prevnts the cleanup callback to
    perform last actions on the child FSMs (e.g.
    osmo_fsm_inst_unlink_parent()).
    
    move the function call to  _osmo_fsm_inst_term_children() below the
    call to fi->fsm->cleanup().
    
    Change-Id: Ie89d435417306c6bf897274eabc3ed0a46485c26

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

Summary of changes:
 src/fsm.c | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
An utility library for Open Source Mobile Communications



More information about the osmocom-commitlog mailing list