libosmocore.git branch master updated. 0.9.6-203-g44f423f

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
Wed May 10 09:11:44 UTC 2017


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  44f423f11717367639a12e6b533e293cccf6f6ba (commit)
      from  c65c5b4ea075ef6cef11fff9442ae0b15c1d6af7 (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=44f423f11717367639a12e6b533e293cccf6f6ba

commit 44f423f11717367639a12e6b533e293cccf6f6ba
Author: Pablo Neira Ayuso <pablo at gnumonks.org>
Date:   Mon May 8 18:00:28 2017 +0200

    timer: add osmo_timer_setup()
    
    Add a new function timer function to set up the timer, similar to what
    we have in the Linux kernel. This patch also converts existing opencoded
    timer setup in the libosmocore tree as initial client of this new
    function.
    
    This patch implicitly removes function callback passed by reference that
    defeat compile time type validation.
    
    Compile-tested only, but I ran make check that reports success when
    testing timer infrastructure.
    
    Change-Id: I2fa49972ecaab3748b25168b26d92034e9145666

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

Summary of changes:
 include/osmocom/core/timer.h |  2 ++
 src/fsm.c                    |  3 +--
 src/gb/gprs_bssgp.c          |  3 +--
 src/gb/gprs_ns.c             |  3 +--
 src/gsm/gsm0411_smc.c        |  3 +--
 src/gsm/gsm0411_smr.c        |  3 +--
 src/gsm/lapd_core.c          |  6 ++----
 src/rate_ctr.c               |  2 +-
 src/stats.c                  |  2 +-
 src/timer.c                  | 12 ++++++++++++
 tests/timer/timer_test.c     |  9 +++------
 11 files changed, 26 insertions(+), 22 deletions(-)


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



More information about the osmocom-commitlog mailing list