libosmocore.git branch master updated. 0.9.6-147-g00ab9ed

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 16 12:54:34 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  00ab9ed6e26edcc0a6d2088903c626217574c82b (commit)
       via  dbd994c05ba1f9881f884a7aa1e7d88054b7492e (commit)
      from  d80a217f7f20c8af38f938a85dd62f1809c09709 (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=00ab9ed6e26edcc0a6d2088903c626217574c82b

commit 00ab9ed6e26edcc0a6d2088903c626217574c82b
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Thu Mar 9 23:27:56 2017 +0100

    add gsm48_pdisc_msgtype_name()
    
    Composing the message type string requires knowing the protocol discriminator.
    To ease printing the message type, add this function to switch between the
    defined value_string[]s depending on pdisc.
    
    Also publish the message type value_string[]s -- without inline functions to
    access them because it is anyway more convenient to use
    gsm48_pdisc_msgtype_name() instead.
    
    Since gsm48_pdisc_msgtype_name() is nontrivial, do not add as inline function
    -- in case the message type is not known, it needs a static string buffer.
    
    Change-Id: I0fca8e95ed5c2148b1a7440eff3fc9c7583898df

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

commit dbd994c05ba1f9881f884a7aa1e7d88054b7492e
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Thu Mar 9 23:07:02 2017 +0100

    add gsm48_pdisc_names and gsm48_pdisc_name()
    
    I often want to log the protocol discriminator in the openbsc debug log. It's
    more useful to get the name directly instead of looking it up every time.
    
    Change-Id: I0f053e2a4360b27ffccda7cf82469fb1b1cbb3ae

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

Summary of changes:
 include/osmocom/gsm/protocol/gsm_04_08.h |   9 ++
 src/gsm/gsm48.c                          | 217 +++++++++++++++++++++++++++++++
 src/gsm/libosmogsm.map                   |   5 +
 3 files changed, 231 insertions(+)


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



More information about the osmocom-commitlog mailing list