libosmocore.git branch master updated. 0.10.2-149-g57217706

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
Fri Feb 9 01:25:12 UTC 2018


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  572177063d4cf2416b9f622d5031212204563720 (commit)
       via  bf383a1d83661af26ccd6521c49b655fb22531d4 (commit)
      from  6de34ee46b1d256e98d0048c5407f0eec929288b (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=572177063d4cf2416b9f622d5031212204563720

commit 572177063d4cf2416b9f622d5031212204563720
Author: Harald Welte <laforge at gnumonks.org>
Date:   Fri Feb 9 02:01:48 2018 +0100

    msgb: Add msgb_hexdump_{l2,l3}() to dump l2 or l3 part of message buffer
    
    Change-Id: I98e85397fb541ee0fd711f2e1852f63f3bb87359

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

commit bf383a1d83661af26ccd6521c49b655fb22531d4
Author: Harald Welte <laforge at gnumonks.org>
Date:   Fri Feb 2 12:11:14 2018 +0100

    tlv_parser: Report *first* occurrence of repeated IEs
    
    Most GSM related specifications require the receiver to use the
    *first* occurrence of repeated IEs.  The Osmocom TLV parser so
    far did the opposite: It reported only the *last* occurrence in
    case of repeated IEs.  Let's change our implementation to be
    more in-line with relevant specs, such as 3GPP TS 24.008 8.6.3.
    
    Change-Id: Icde09e075f68c842a7a96cf7160c8e44b77cf82d

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

Summary of changes:
 include/osmocom/core/msgb.h | 14 ++++++++++++++
 src/gsm/tlv_parser.c        |  9 +++++++--
 2 files changed, 21 insertions(+), 2 deletions(-)


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



More information about the osmocom-commitlog mailing list