openbsc.git branch dexter/draft updated. 0.15.0-340-g42076ce

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 Jul 22 16:38:32 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 "The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".

The branch, dexter/draft has been updated
       via  42076ce7e1ff77a8b3bf7dac222d4ed633e84021 (commit)
      from  6e047ba35f0dbd0f311ed4916e14077d4cf37522 (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/openbsc/commit/?id=42076ce7e1ff77a8b3bf7dac222d4ed633e84021

commit 42076ce7e1ff77a8b3bf7dac222d4ed633e84021
Author: Philipp <pmaier at sysmocom.de>
Date:   Fri Jul 22 18:37:47 2016 +0200

    Ported SLHC from the kernel, tests look ok
    
    Change-Id: I42ca773cf7bf4e1f96484678b7c89726e931721c

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

Summary of changes:
 openbsc/include/openbsc/gprs_sndcp_hdrcomp.h |   7 +
 openbsc/include/openbsc/slhc.h               | 187 +++++++
 openbsc/src/gprs/Makefile.am                 |   2 +-
 openbsc/src/gprs/gprs_sndcp.c                |  21 +-
 openbsc/src/gprs/gprs_sndcp_hdrcomp.c        | 283 ++++++++++
 openbsc/src/gprs/sgsn_libgtp.c               |   3 +
 openbsc/src/gprs/slhc.c                      | 796 +++++++++++++++++++++++++++
 openbsc/tests/sgsn/Makefile.am               |   2 +
 8 files changed, 1298 insertions(+), 3 deletions(-)
 create mode 100644 openbsc/include/openbsc/gprs_sndcp_hdrcomp.h
 create mode 100644 openbsc/include/openbsc/slhc.h
 create mode 100644 openbsc/src/gprs/gprs_sndcp_hdrcomp.c
 create mode 100644 openbsc/src/gprs/slhc.c


hooks/post-receive
-- 
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)



More information about the osmocom-commitlog mailing list