libosmocore.git branch master updated. 0.9.0-301-gbc1d758

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 Dec 1 15:54:50 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  bc1d758299a1c9ac3f5902f6417cdbcc1d5c1db4 (commit)
       via  25774b9839a9842affc6fef925166b3b9481b466 (commit)
      from  c3c28528de78fd5d50c3a141c2176c0da5dd7075 (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=bc1d758299a1c9ac3f5902f6417cdbcc1d5c1db4

commit bc1d758299a1c9ac3f5902f6417cdbcc1d5c1db4
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Sat Nov 26 15:21:15 2016 +0100

    gsm0480: add gsm0480_create_ussd_notify() and *_release_complete()
    
    Add two functions to create USSD messages. Moves and generalizes code from
    openbsc. Pending: use the new functions in openbsc.
    
    It looks like _release_complete() should also set trans_id and direction flag;
    but since this is moving code from openbsc that is apparently working, just
    place a fixme comment and don't change the functionality.
    
    Change-Id: Ia80e32c7105359915bfad3cc5621a1c09caf20f0

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

commit 25774b9839a9842affc6fef925166b3b9481b466
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Sat Nov 26 15:21:05 2016 +0100

    gsm0480: code dup: introduce and use gsm0480_l3hdr_push()
    
    Add function gsm0480_l3hdr_push() to push a struct gsm48_hdr to the start of a
    msgb. Use in gsm0480.c and gsm0411_utils.c. Further callers of the new function
    will follow in openbsc as well as another libosmocore patch for ussd.
    
    Change-Id: I54fce6053ab8362015686fe22dbcd38bf1366700

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

Summary of changes:
 include/osmocom/gsm/gsm0480.h |  5 +++++
 src/gsm/gsm0411_utils.c       |  9 ++-------
 src/gsm/gsm0480.c             | 45 +++++++++++++++++++++++++++++++++++++++----
 src/gsm/libosmogsm.map        |  2 ++
 4 files changed, 50 insertions(+), 11 deletions(-)


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



More information about the osmocom-commitlog mailing list