openbsc.git branch dexter/draft updated. 0.15.0-387-g7dd0014

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
Tue Aug 9 13:39:21 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  7dd00145b515a38df2d62cf2a57c274e9d635242 (commit)
      from  94dd361ffe63d9b61c8758de9e604d5c584251c1 (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=7dd00145b515a38df2d62cf2a57c274e9d635242

commit 7dd00145b515a38df2d62cf2a57c274e9d635242
Author: Philipp <pmaier at sysmocom.de>
Date:   Tue Aug 9 15:38:45 2016 +0200

    Updating git, works, added unit tests for sndcp-xid and xid
    
    Change-Id: I550f6271ed2326e5d23315ea17571ed0fadd52db

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

Summary of changes:
 openbsc/configure.ac                       |   2 +
 openbsc/include/openbsc/gprs_sndcp_pcomp.h |   3 -
 openbsc/src/gprs/gprs_sndcp.c              | 110 +--------
 openbsc/src/gprs/gprs_sndcp_pcomp.c        | 282 +++------------------
 openbsc/src/gprs/gprs_sndcp_xid.c          | 377 ++++++++++++++++-------------
 openbsc/tests/Makefile.am                  |   2 +-
 openbsc/tests/sgsn/Makefile.am             |   2 +-
 openbsc/tests/testsuite.at                 |  14 ++
 openbsc/tests/xid/Makefile.am              |  21 ++
 openbsc/tests/xid/xid_test.c               | 143 +++++++++++
 openbsc/tests/xid/xid_test.err             |   9 +
 openbsc/tests/xid/xid_test.ok              |   8 +
 openbsc/tests/xid_sndcp/Makefile.am        |  20 ++
 openbsc/tests/xid_sndcp/sndcp_xid_test.c   | 266 ++++++++++++++++++++
 openbsc/tests/xid_sndcp/sndcp_xid_test.err | 279 +++++++++++++++++++++
 openbsc/tests/xid_sndcp/sndcp_xid_test.ok  |   8 +
 16 files changed, 1021 insertions(+), 525 deletions(-)
 create mode 100644 openbsc/tests/xid/Makefile.am
 create mode 100644 openbsc/tests/xid/xid_test.c
 create mode 100644 openbsc/tests/xid/xid_test.err
 create mode 100644 openbsc/tests/xid/xid_test.ok
 create mode 100644 openbsc/tests/xid_sndcp/Makefile.am
 create mode 100644 openbsc/tests/xid_sndcp/sndcp_xid_test.c
 create mode 100644 openbsc/tests/xid_sndcp/sndcp_xid_test.err
 create mode 100644 openbsc/tests/xid_sndcp/sndcp_xid_test.ok


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



More information about the osmocom-commitlog mailing list