libosmocore.git branch master updated. 0.9.4-165-g9795cf1

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
Mon Dec 12 11:01:26 UTC 2016


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  9795cf1b126d5567dbd0a25b56e9ba75be9513c1 (commit)
      from  fd9ec3bc7dee3037754005c9e44dfce7246a6659 (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=9795cf1b126d5567dbd0a25b56e9ba75be9513c1

commit 9795cf1b126d5567dbd0a25b56e9ba75be9513c1
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Sat Dec 10 17:01:06 2016 +0100

    fix: DLGSUP logging category "unusable"
    
    All DL* categories are typically negative, but DLGSUP isn't, and it's also not
    in libosmocore's internal_cat array.
    See: 3b6fb0880c3ab1e23a3d7d738d073b00c2a794c2
    
    This means that a program using DLGSUP has to include DLGSUP in its own logging
    cat array (typically not needed for DL* categories), which means for osmo-nitb
    that DLGSUP (11) replaces DMGCP (also 11), and DMGCP becomes unusable.
    
    Fix this: make DLGSUP -11 and include in internal_cat.
    
    In gsup_test.c, no longer add DLGSUP to the logging categories array.
    
    External follow-ups are otherwise needed only in osmo-hlr.git and some pending
    patches for openbsc (Id3938267fa062e1a997d3704cd678874306f86ee).
    
    Change-Id: Id974c7be158e4d60421a98110f5c807aefd31119

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

Summary of changes:
 include/osmocom/core/logging.h | 2 +-
 src/logging.c                  | 5 +++++
 tests/gsup/gsup_test.c         | 5 -----
 3 files changed, 6 insertions(+), 6 deletions(-)


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



More information about the osmocom-commitlog mailing list