libosmocore.git branch master updated. 0.9.6-299-g00f4ef7

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 Jun 22 18:14:35 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  00f4ef7262519ccb48213c9b844e1e015b1c3046 (commit)
       via  ffa41ca6654178050bd3c150b9bb5e2a4375c30d (commit)
       via  4f8857e50a9df027fab39d42e70acf84be374356 (commit)
       via  648f87883aad87b6e946fa23a8d8ec4cfd0523db (commit)
       via  fc1911c0f427ad037d4dd14950c60c4f1ac8de15 (commit)
      from  4703fd215f3684a2e7cba46e423512960218ea54 (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=00f4ef7262519ccb48213c9b844e1e015b1c3046

commit 00f4ef7262519ccb48213c9b844e1e015b1c3046
Author: Pau Espin Pedrol <pespin at sysmocom.de>
Date:   Sun Jun 18 13:10:57 2017 +0200

    pseudotalloc: Add simplistic implementation of talloc_asprintf
    
    fsm.c uses this function. When compiled with --enable-embedded, it
    triggers a warning:
    
    fsm.c: In function 'osmo_fsm_inst_alloc':
    fsm.c:213:4: warning: implicit declaration of function 'talloc_asprintf' [-Wimplicit-function-declaration]
        fi->name = talloc_asprintf(fi, "%s(%s)", fsm->name, id);
    
    Change-Id: I61cd83d4c8570af1e452c945ac6f194baf7e6ac4

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

commit ffa41ca6654178050bd3c150b9bb5e2a4375c30d
Author: Pau Espin Pedrol <pespin at sysmocom.de>
Date:   Sun Jun 18 11:12:26 2017 +0200

    osmo-sim-test.c: Remove unused functions
    
    Change-Id: I3060cfee8ece86c4c89a65f93c9f5424df0c410b

http://cgit.osmocom.org/libosmocore/commit/?id=4f8857e50a9df027fab39d42e70acf84be374356

commit 4f8857e50a9df027fab39d42e70acf84be374356
Author: Pau Espin Pedrol <pespin at sysmocom.de>
Date:   Sun Jun 18 12:23:00 2017 +0200

    fsm.c: Fix compilation warning: Use PRIu32 for uint32_t
    
    Change-Id: I4c441b20b250c34656f1e8330d6bb4b1ce2b8423

http://cgit.osmocom.org/libosmocore/commit/?id=648f87883aad87b6e946fa23a8d8ec4cfd0523db

commit 648f87883aad87b6e946fa23a8d8ec4cfd0523db
Author: Pau Espin Pedrol <pespin at sysmocom.de>
Date:   Sun Jun 18 11:41:32 2017 +0200

    timer_gettimeofday.c: Fix implicit use of timeradd
    
    timer_gettimeofday.c: In function 'osmo_gettimeofday_override_add':
    timer_gettimeofday.c:54:2: error: implicit declaration of function 'timeradd' [-Werror=implicit-function-declaration]
      timeradd(&osmo_gettimeofday_override_time, &val,
      ^
    
    Change-Id: Iced451be255cfde8a6cf38380bef71ef29673994

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

commit fc1911c0f427ad037d4dd14950c60c4f1ac8de15
Author: Pau Espin Pedrol <pespin at sysmocom.de>
Date:   Sun Jun 18 11:23:33 2017 +0200

    sercomm_test.c: return correctly in main
    
    Change-Id: I57fd3e1bf74ec24dec692710359a1ce00ecde75a

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

Summary of changes:
 src/fsm.c                       |  7 ++++---
 src/pseudotalloc/pseudotalloc.c | 16 ++++++++++++++++
 src/pseudotalloc/talloc.h       |  2 +-
 src/timer_gettimeofday.c        |  1 +
 tests/sercomm/sercomm_test.c    |  1 +
 utils/osmo-sim-test.c           | 37 -------------------------------------
 6 files changed, 23 insertions(+), 41 deletions(-)


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



More information about the osmocom-commitlog mailing list