libosmocore.git branch master updated. 0.9.6-110-g8b86cd7

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 Feb 23 17:30:10 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  8b86cd76cf6e5254f888276d73f94bb0bfcee03b (commit)
       via  492e1808b0adede71be81cf0ad9d112dc39255a5 (commit)
       via  0d6420b302d6638501b88460e77d33e4b1631286 (commit)
      from  d1c2fc6de19cf66a91139951bb386659eb1a9502 (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=8b86cd76cf6e5254f888276d73f94bb0bfcee03b

commit 8b86cd76cf6e5254f888276d73f94bb0bfcee03b
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Thu Feb 23 18:03:28 2017 +0100

    logging.h: fixup: shorter names for LOGGING_FILTER_* and LOGGING_CTX_*
    
    My recent logging patch was merged to master a bit too soon. Accomodate the
    request for naming that matches the general "LOG" prefix instead of "LOGGING".
    
    libosmocore will not be backwards-compatible with the few commits from
    change-id I5c343630020f4b108099696fd96c2111614c8067 up to this one. This and
    following commits are backwards compatible with those before that short window.
    
    See also:
    * openbsc change-id Ib2ec5e4884aa90f48051ee2f832af557aa525991
    * osmo-pcu change-id I4db4a668f2be07f3d55f848d38d1b490d8a7a685
    
    Change-Id: I424fe3f12ea620338902b2bb8230544bde3f1a93

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

commit 492e1808b0adede71be81cf0ad9d112dc39255a5
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Thu Feb 23 17:45:26 2017 +0100

    logging.h: fixup: add API doc for logging enums recently added
    
    Change-Id: Ic459b04219abe70171c8f80ed09df53d412dcfb2

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

commit 0d6420b302d6638501b88460e77d33e4b1631286
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Thu Feb 23 17:34:35 2017 +0100

    logging.h: fix backwards compat broken by recent commit
    
    Commit 812ba6dc63a75c39678dd3fe652768e76bf63183
    "logging: centrally define ctx and filter indexes"
    Removed definitions, which causes older e.g. openbsc and osmo-pcu code trees to
    fail to build against a newer libosmocore. Re-introduce the legacy definitions
    to redirect to the new ones and re-establish backwards compatibility.
    
    The GPRS_* constants used to be defined in gprs_msgb.h, but since that header
    also includes logging.h, rather place the legacy shims in logging.h next to the
    other ones.
    
    Change-Id: I455bb1bb474d758af0fd5b6397f7e57260ad739d

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

Summary of changes:
 include/osmocom/core/logging.h | 40 +++++++++++++++++++++++++++-------------
 src/gb/common_vty.c            | 12 ++++++------
 src/gb/gprs_bssgp.c            |  2 +-
 src/gb/gprs_bssgp_vty.c        | 10 +++++-----
 src/gb/gprs_ns.c               | 32 ++++++++++++++++----------------
 src/gb/gprs_ns_vty.c           | 10 +++++-----
 src/logging.c                  | 16 ++++++++--------
 src/vty/logging_vty.c          |  4 ++--
 8 files changed, 70 insertions(+), 56 deletions(-)


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



More information about the osmocom-commitlog mailing list