libosmocore.git branch master updated. 0.9.6-359-g4a29f348

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
Wed Aug 9 20:39:28 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  4a29f348135671ba59107a1659fab6c8c9362f58 (commit)
       via  35b263240f12b7d3b1c62c26b91fa555935c5703 (commit)
      from  ff932bbc38661a327382495de1e30b521a91b548 (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=4a29f348135671ba59107a1659fab6c8c9362f58

commit 4a29f348135671ba59107a1659fab6c8c9362f58
Author: Harald Welte <laforge at gnumonks.org>
Date:   Wed Aug 9 19:00:09 2017 +0200

    tlv: add [msgb_]t16lv_put() for 16bit tag + 8 bit len TLVs
    
    In the Protocol Configuration Options IE (see 3GPP TS 24.008 10.5.6.3)
    there is yet another new TLV format (derived from PPP IPCP/LCP/...)
    which uses 16bit tag and 8bit length.  Let's add functions so we can
    generate related TLVs.  Parsing is unfortunately not possible in our
    existing structure as our tlv_parsed array only has 256 entries and
    thus cannot cope with 16bit tags.
    
    Change-Id: I9799130e2eba8fae8c4480fbb8a900c30232b694

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

commit 35b263240f12b7d3b1c62c26b91fa555935c5703
Author: Harald Welte <laforge at gnumonks.org>
Date:   Mon Jul 31 19:36:52 2017 +0200

    Add osmo_gprs_{ul,dl}_block_size_{bits,bytes} functions
    
    Those functions can be used to look up the size of (E)GPRS blocks.
    
    Change-Id: I05ff75ef7dfae639886bbd09fe35f03a8af9d988

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

Summary of changes:
 include/osmocom/gprs/gprs_rlc.h | 25 ++++++++++++
 include/osmocom/gsm/tlv.h       | 21 +++++++++-
 src/gsm/gprs_rlc.c              | 90 +++++++++++++++++++++++++++++++++++++++++
 src/gsm/libosmogsm.map          |  6 +++
 4 files changed, 141 insertions(+), 1 deletion(-)


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



More information about the osmocom-commitlog mailing list