libosmocore.git branch master updated. 0.10.2-192-g8d827803

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 Mar 1 12:33:20 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  8d827803585fd2491ec7d16a07abef999c2d42df (commit)
       via  87fade88bd8471d0459a306255403e854122120e (commit)
      from  721aa6ded9c736e3cc5b20824dd58b1af4f4a907 (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=8d827803585fd2491ec7d16a07abef999c2d42df

commit 8d827803585fd2491ec7d16a07abef999c2d42df
Author: Pau Espin Pedrol <pespin at sysmocom.de>
Date:   Wed Feb 28 18:28:53 2018 +0100

    timer: Document osmo_gettimeofday API
    
    Change-Id: I1f9e13645033c61ffaed97e457deb5e78a6bec58

http://cgit.osmocom.org/libosmocore/commit/?id=87fade88bd8471d0459a306255403e854122120e

commit 87fade88bd8471d0459a306255403e854122120e
Author: Pau Espin Pedrol <pespin at sysmocom.de>
Date:   Mon Feb 26 19:42:22 2018 +0100

    timer: Introduce osmo_clock_gettime to override clock_gettime
    
    Change-Id: I5bebc6e01fc9d238065bc2517058f0ba85620349

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

Summary of changes:
 include/osmocom/core/timer.h     |   6 ++
 src/Makefile.am                  |   3 +-
 src/timer_clockgettime.c         | 138 +++++++++++++++++++++++++++++++++++++++
 src/timer_gettimeofday.c         |  20 +++++-
 tests/Makefile.am                |   7 +-
 tests/testsuite.at               |   6 ++
 tests/timer/clk_override_test.c  |  89 +++++++++++++++++++++++++
 tests/timer/clk_override_test.ok |   8 +++
 8 files changed, 272 insertions(+), 5 deletions(-)
 create mode 100644 src/timer_clockgettime.c
 create mode 100644 tests/timer/clk_override_test.c
 create mode 100644 tests/timer/clk_override_test.ok


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



More information about the osmocom-commitlog mailing list