openbsc.git branch dexter/draft updated. 0.15.0-385-g3a81fdf

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 Aug 8 16:11:48 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  3a81fdf13d71fc83d1e85eae3018efd06c6946ae (commit)
       via  2a3e461436870454eee04fe268c021169192c029 (commit)
       via  8d0a5fa3620f7f4ccb2baa24c462a0dd25bcfd10 (commit)
      from  0b643a9a1ff9dfc36f7eaec8b4fa990c21057360 (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=3a81fdf13d71fc83d1e85eae3018efd06c6946ae

commit 3a81fdf13d71fc83d1e85eae3018efd06c6946ae
Author: Philipp <pmaier at sysmocom.de>
Date:   Mon Aug 8 17:40:21 2016 +0200

    Updateing, non working. Problem with talloc_zero()
    
    Change-Id: If92478c868e77e77e61be5234e22379c7d28c60d

http://cgit.osmocom.org/openbsc/commit/?id=2a3e461436870454eee04fe268c021169192c029

commit 2a3e461436870454eee04fe268c021169192c029
Author: Philipp <pmaier at sysmocom.de>
Date:   Mon Aug 8 09:59:13 2016 +0200

    Currently working, will fix talloc next
    
    Change-Id: I644a48c34756a97109528b4aba44f40f0d85a01c

http://cgit.osmocom.org/openbsc/commit/?id=8d0a5fa3620f7f4ccb2baa24c462a0dd25bcfd10

commit 8d0a5fa3620f7f4ccb2baa24c462a0dd25bcfd10
Author: Philipp <pmaier at sysmocom.de>
Date:   Thu Aug 4 18:54:44 2016 +0200

    Ipdate
    
    Change-Id: I471ed415e9a643dfa69b57fb7ce2ccf5b146af2b

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

Summary of changes:
 openbsc/include/openbsc/gprs_llc.h                 |   38 +-
 openbsc/include/openbsc/gprs_llc_xid.h             |   21 +-
 ...{gprs_sndcp_comp_entity.h => gprs_sndcp_comp.h} |   48 +-
 .../{gprs_sndcp_hdrcomp.h => gprs_sndcp_pcomp.h}   |   34 +-
 openbsc/include/openbsc/gprs_sndcp_xid.h           |  152 +--
 openbsc/include/openbsc/slhc.h                     |    2 +-
 openbsc/src/gprs/Makefile.am                       |    4 +-
 openbsc/src/gprs/gprs_llc.c                        |  397 ++++----
 openbsc/src/gprs/gprs_llc_xid.c                    |  128 +--
 openbsc/src/gprs/gprs_sndcp.c                      |  463 ++++++---
 openbsc/src/gprs/gprs_sndcp_comp.c                 |  324 ++++++
 openbsc/src/gprs/gprs_sndcp_comp_entity.c          |  334 -------
 .../{gprs_sndcp_hdrcomp.c => gprs_sndcp_pcomp.c}   |  161 ++-
 openbsc/src/gprs/gprs_sndcp_xid.c                  | 1054 ++++++++------------
 openbsc/src/gprs/slhc.c                            |    8 +-
 openbsc/tests/sgsn/Makefile.am                     |    2 +-
 16 files changed, 1581 insertions(+), 1589 deletions(-)
 rename openbsc/include/openbsc/{gprs_sndcp_comp_entity.h => gprs_sndcp_comp.h} (64%)
 rename openbsc/include/openbsc/{gprs_sndcp_hdrcomp.h => gprs_sndcp_pcomp.h} (54%)
 create mode 100644 openbsc/src/gprs/gprs_sndcp_comp.c
 delete mode 100644 openbsc/src/gprs/gprs_sndcp_comp_entity.c
 rename openbsc/src/gprs/{gprs_sndcp_hdrcomp.c => gprs_sndcp_pcomp.c} (69%)


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



More information about the osmocom-commitlog mailing list