openbsc.git branch dexter/draft updated. 0.15.0-374-g640fa0d

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 Jul 28 16:53:29 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  640fa0dccf2b60a5b54e45742b632352a3093b22 (commit)
      from  502284786243f695b3ac87896a277d691150baec (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=640fa0dccf2b60a5b54e45742b632352a3093b22

commit 640fa0dccf2b60a5b54e45742b632352a3093b22
Author: Philipp <pmaier at sysmocom.de>
Date:   Thu Jul 28 18:52:55 2016 +0200

    started implementing compression entity handling
    
    Change-Id: Ide81d5bf09f9b0f6565ad2841ef5e4b13231a8c4

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

Summary of changes:
 openbsc/include/openbsc/gprs_llc.h               |   4 +
 openbsc/include/openbsc/gprs_llc_xid.h           |   2 +-
 openbsc/include/openbsc/gprs_sndcp_comp_entity.h |  75 +++++++
 openbsc/include/openbsc/gprs_sndcp_hdrcomp.h     |  55 ++++-
 openbsc/include/openbsc/gprs_sndcp_xid.h         |   9 +-
 openbsc/src/gprs/Makefile.am                     |   2 +-
 openbsc/src/gprs/gprs_llc.c                      |   6 +
 openbsc/src/gprs/gprs_sndcp.c                    |  25 ++-
 openbsc/src/gprs/gprs_sndcp_comp_entity.c        | 259 +++++++++++++++++++++++
 openbsc/src/gprs/gprs_sndcp_hdrcomp.c            |  50 +++--
 openbsc/src/gprs/gprs_sndcp_xid.c                |   2 -
 openbsc/src/gprs/sgsn_libgtp.c                   |   3 -
 openbsc/tests/sgsn/Makefile.am                   |   1 +
 13 files changed, 446 insertions(+), 47 deletions(-)
 create mode 100644 openbsc/include/openbsc/gprs_sndcp_comp_entity.h
 create mode 100644 openbsc/src/gprs/gprs_sndcp_comp_entity.c


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



More information about the osmocom-commitlog mailing list