openbsc.git branch dexter/draft updated. 0.15.0-333-g08c9cda

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 Jul 13 15:44:58 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  08c9cda7ac48d2293707f0afef4acaef2a61e08a (commit)
      from  fd995eda4ed8c1f02fcf2b08f6fca4f6706db7e1 (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=08c9cda7ac48d2293707f0afef4acaef2a61e08a

commit 08c9cda7ac48d2293707f0afef4acaef2a61e08a
Author: Philipp <pmaier at sysmocom.de>
Date:   Wed Jul 13 17:42:21 2016 +0200

    Corrected SNDCP-XID callpath, added SNDCP-XID code
    
    Change-Id: Ifc0985bb89691f8a45bb0246268d5475b3788874

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

Summary of changes:
 openbsc/include/openbsc/gprs_llc.h                 |   6 +
 openbsc/{src/gprs => include/openbsc}/gprs_sndcp.h |  20 ++
 openbsc/include/openbsc/gprs_sndcp_xid.h           |  56 ++++
 openbsc/src/gprs/Makefile.am                       |   7 +-
 openbsc/src/gprs/gprs_gmm.c                        |  14 +-
 openbsc/src/gprs/gprs_llc.c                        | 238 +++++++++--------
 openbsc/src/gprs/gprs_llc_vty.c                    |   4 +-
 openbsc/src/gprs/gprs_llc_xid.c                    |  13 +-
 openbsc/src/gprs/gprs_sndcp.c                      |  12 +-
 openbsc/src/gprs/gprs_sndcp_vty.c                  |   2 +-
 openbsc/src/gprs/gprs_sndcp_xid.c                  | 282 +++++++++++++++++++++
 openbsc/src/gprs/sgsn_libgtp.c                     |  18 +-
 12 files changed, 538 insertions(+), 134 deletions(-)
 rename openbsc/{src/gprs => include/openbsc}/gprs_sndcp.h (65%)
 create mode 100644 openbsc/include/openbsc/gprs_sndcp_xid.h
 create mode 100644 openbsc/src/gprs/gprs_sndcp_xid.c


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



More information about the osmocom-commitlog mailing list