libosmocore.git branch master updated. 0.10.2-203-g10959cde

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 Mar 9 12:04:24 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  10959cdea2104a6e8c592d590d5b6acf656eb630 (commit)
       via  b42330516f0aa4bdbbef03ad98555498ec16a715 (commit)
       via  68b1e8e99c9f5acea52ecf3c8c5aa562ef9ccaa6 (commit)
       via  8c8e6d7e53bcda6c0c569b157aedbf7c820cd21a (commit)
      from  bf86d71f58f83f53e740d64e649884c91ee77c26 (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=10959cdea2104a6e8c592d590d5b6acf656eb630

commit 10959cdea2104a6e8c592d590d5b6acf656eb630
Author: Vadim Yanitskiy <axilirator at gmail.com>
Date:   Thu Mar 8 21:57:42 2018 +0700

    src/msgb.c: avoid using internal talloc API
    
    An internal symbol '_talloc_zero' of talloc library was used
    during a msgb allocation. This is not actually good because:
    
      - it may be removed or modified by talloc developers;
      - the behaviour may be changed by talloc developers;
      - it's marked as internal using 'underscore';
      - there is public API to do the same.
    
    So, let's use the public API.
    
    Change-Id: I1080c9071e997944cc0f9fc3716129e9395437ad

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

commit b42330516f0aa4bdbbef03ad98555498ec16a715
Author: Vadim Yanitskiy <axilirator at gmail.com>
Date:   Thu Mar 8 21:35:48 2018 +0700

    src/msgb.c: print an error if msgb allocation failed
    
    Printing an error message when msgb allocation failed was initially
    intended, but have been commented out for years. This would
    facilitate the bug hunting process, especially on embedded
    platforms with limited resources (e.g. amount of RAM).
    
    The GLOBAL logging subsystem with FATAL level is used
    for printing such messages.
    
    Change-Id: I3e2d1beabd6936fc28a1ad664c083ff1698bb644

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

commit 68b1e8e99c9f5acea52ecf3c8c5aa562ef9ccaa6
Author: Vadim Yanitskiy <axilirator at gmail.com>
Date:   Thu Mar 8 21:12:07 2018 +0700

    src/msgb.c: remove dead includes from OpenBSC
    
    The MSGB API is not a part of OpenBSC anymore, so let's remove
    dead includes, which were probably left here during the
    migration process.
    
    Change-Id: Ief562a6e5b220a84902f95862d67279f953ee726

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

commit 8c8e6d7e53bcda6c0c569b157aedbf7c820cd21a
Author: Vadim Yanitskiy <axilirator at gmail.com>
Date:   Thu Mar 8 21:10:23 2018 +0700

    src/msgb.c: cosmetic: fix spelling mistakes
    
    Change-Id: I6b473aadaa22d95f2a8cc87580c638ccd7e531a4

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

Summary of changes:
 src/msgb.c | 19 ++++++++++---------
 1 file changed, 10 insertions(+), 9 deletions(-)


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



More information about the osmocom-commitlog mailing list