libosmocore.git branch master updated. 0.9.0-44-g8db1134

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 21 15:33:07 UTC 2015


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  8db1134c72d629d16368eb493a231d9ec742cf17 (commit)
       via  86ec311896dd5d481eba7f361ab8dd2f0b043578 (commit)
       via  cdd05f0ed439787d79ff7a0e04c3fc6e2516a64c (commit)
      from  9e57a5a6974e92a2df73f9009f793c1a1f6206d9 (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=8db1134c72d629d16368eb493a231d9ec742cf17

commit 8db1134c72d629d16368eb493a231d9ec742cf17
Author: Jacob Erlbeck <jerlbeck at sysmocom.de>
Date:   Fri Nov 27 13:26:15 2015 +0100

    msgb: Add msgb_test_invariant function
    
    This adds a function that verifies whether a mgsb is consistent.
    
    Sponsored-by: On-Waves ehf

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

commit 86ec311896dd5d481eba7f361ab8dd2f0b043578
Author: Jacob Erlbeck <jerlbeck at sysmocom.de>
Date:   Fri Nov 27 13:26:14 2015 +0100

    msgb: Let msgb_hexdump be more tolerant
    
    This patch makes msgb_hexdump accept out of range lXh pointers and
    shows info about them instead of aborting the dump entirely.
    
    Sponsored-by: On-Waves ehf

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

commit cdd05f0ed439787d79ff7a0e04c3fc6e2516a64c
Author: Jacob Erlbeck <jerlbeck at sysmocom.de>
Date:   Fri Nov 27 13:26:13 2015 +0100

    msgb: Add msgb_resize_area and msgb_copy
    
    These functions originate from openbsc/src/gprs but are generic
    msgb helper functions.
    
      msgb_copy:  This function allocates a new msgb, copies the data
                  buffer of msg, and adjusts the pointers (incl. l1h-l4h)
                  accordingly.
    
      msgb_resize_area:
                  This resizes a sub area of the msgb data and adjusts the
                  pointers (incl. l1h-l4h) accordingly.
    
    Sponsored-by: On-Waves ehf

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

Summary of changes:
 include/osmocom/core/msgb.h |  43 ++++++++++++++
 src/msgb.c                  | 137 +++++++++++++++++++++++++++++++++++++++++---
 2 files changed, 173 insertions(+), 7 deletions(-)


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



More information about the osmocom-commitlog mailing list