openbsc.git branch dexter/draft updated. 0.15.0-396-g6471ed4

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 16 20:31:43 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
  discards  97679684d3057a24acec3bddfd20f7e39f060165 (commit)
       via  6471ed42cb3d46e7013292ac469a7a69040010f3 (commit)
       via  d9ebc3684c2fbef1978e15a165971f610ef1d27c (commit)
       via  f1f1212d80149b922f1a366a9b61cf71908a12a8 (commit)
       via  19cc245fbfafd88ccf96636f4c92a7848c702529 (commit)

This update added new revisions after undoing existing revisions.  That is
to say, the old revision is not a strict subset of the new revision.  This
situation occurs when you --force push a change and generate a repository
containing something like this:

 * -- * -- B -- O -- O -- O (97679684d3057a24acec3bddfd20f7e39f060165)
            \
             N -- N -- N (6471ed42cb3d46e7013292ac469a7a69040010f3)

When this happens we assume that you've already had alert emails for all
of the O revisions, and so we here report only the revisions in the N
branch from the common base, B.

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=6471ed42cb3d46e7013292ac469a7a69040010f3

commit 6471ed42cb3d46e7013292ac469a7a69040010f3
Author: Philipp <pmaier at sysmocom.de>
Date:   Tue Aug 16 22:31:08 2016 +0200

    Updating git, test for slhc does not work
    
    Change-Id: I5bf44cb636bea8aeb291a2c7606727351927824d

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

Summary of changes:
 openbsc/.gitignore                                 |   3 +
 openbsc/configure.ac                               |   3 +-
 openbsc/include/openbsc/gprs_sndcp_pcomp.h         |   2 +-
 openbsc/include/openbsc/sgsn.h                     |   3 +-
 openbsc/src/gprs/gprs_sndcp.c                      |  28 +-
 openbsc/src/gprs/gprs_sndcp_xid.c                  |   2 +-
 openbsc/src/gprs/sgsn_vty.c                        |  50 +---
 openbsc/src/gprs/slhc.c                            | 111 +++++---
 openbsc/tests/Makefile.am                          |   2 +-
 openbsc/tests/{xid => slhc}/Makefile.am            |  10 +-
 openbsc/tests/slhc/packets.txt                     |   6 +
 openbsc/tests/slhc/slhc_test.c                     | 311 +++++++++++++++++++++
 openbsc/tests/slhc/slhc_test.ok                    |  63 +++++
 openbsc/tests/{xid_sndcp => sndcp_xid}/Makefile.am |   0
 .../{xid_sndcp => sndcp_xid}/sndcp_xid_test.c      |   0
 .../{xid_sndcp => sndcp_xid}/sndcp_xid_test.ok     |   0
 openbsc/tests/testsuite.at                         |  13 +-
 openbsc/tests/xid/xid_test                         | Bin 146220 -> 0 bytes
 openbsc/tests/xid/xid_test.c                       |   6 +
 openbsc/tests/xid_sndcp/sndcp_xid_test             | Bin 160494 -> 0 bytes
 20 files changed, 502 insertions(+), 111 deletions(-)
 copy openbsc/tests/{xid => slhc}/Makefile.am (70%)
 create mode 100644 openbsc/tests/slhc/packets.txt
 create mode 100644 openbsc/tests/slhc/slhc_test.c
 create mode 100644 openbsc/tests/slhc/slhc_test.ok
 rename openbsc/tests/{xid_sndcp => sndcp_xid}/Makefile.am (100%)
 rename openbsc/tests/{xid_sndcp => sndcp_xid}/sndcp_xid_test.c (100%)
 rename openbsc/tests/{xid_sndcp => sndcp_xid}/sndcp_xid_test.ok (100%)
 delete mode 100755 openbsc/tests/xid/xid_test
 delete mode 100755 openbsc/tests/xid_sndcp/sndcp_xid_test


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



More information about the osmocom-commitlog mailing list