From: git repository hosting <gitosis@osmocom.org>
Precedence: list
To: osmocom-commitlog@lists.osmocom.org
Date: Sat, 07 Jan 2012 08:59:05 +0100
Message-ID: <E1RjRBB-00005B-6t@calypso.gnumonks.org>
Subject: branch master updated. 0.10.0-49-gfaf1f64
Message: 2

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, master has been updated
       via  faf1f64a2d0a54d37616a8bec8691346ab792cde (commit)
       via  26d0fe3c89042ed4008903dbe12c5110d8f9fc48 (commit)
       via  6c88217c1935fcbf864f0cbcddae105eda7e6bb4 (commit)
       via  d5b3ca621b26a70c16cc61fcf9cd4ef0a15fce15 (commit)
       via  300457b7d2406e0c400b51a77609ce1ab01b564c (commit)
       via  45222a79e29e4e2149d5db141ab47d5525113c8c (commit)
       via  08e324fda7d742400b1a5d83363139b71365fd77 (commit)
       via  f5ede52a22626ab06f7fb89db356ca9796345071 (commit)
      from  40aac3f7f6d30f90f192b9e88c71f81b09c27840 (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/cgit/openbsc/commit/?id=faf1f64a2d0a54d37616a8bec8691346ab792cde

commit faf1f64a2d0a54d37616a8bec8691346ab792cde
Author: Holger Hans Peter Freyther <zecke@selfish.org>
Date:   Thu Jun 23 17:53:27 2011 -0400

    gprs: Honor GSM 04.64 8.4.2 Receipt of unacknowledged information
    
    GSM 04.64 8.4.2 asks to ignore UI frames if the DLCI is not known,
    or if the "(V(UR)- 32) <= N(U) < V(UR)". E.g. if we want to have
    V(UR) == 511 and this frame is dropped, we would ignore N(U)'s
    0 to 510. Calculate the delta.
    
    The code is based on Jonathan Santos's "LLC UI window" fix but the
    issue was discovered independly.

http://cgit.osmocom.org/cgit/openbsc/commit/?id=26d0fe3c89042ed4008903dbe12c5110d8f9fc48

commit 26d0fe3c89042ed4008903dbe12c5110d8f9fc48
Author: Holger Hans Peter Freyther <zecke@selfish.org>
Date:   Fri Jan 6 17:29:06 2012 +0100

    gprs_sgsn.h: Include timer.h for the timer struct

http://cgit.osmocom.org/cgit/openbsc/commit/?id=6c88217c1935fcbf864f0cbcddae105eda7e6bb4

commit 6c88217c1935fcbf864f0cbcddae105eda7e6bb4
Author: Holger Hans Peter Freyther <zecke@selfish.org>
Date:   Fri Jan 6 15:16:12 2012 +0100

    tests: Introduce running tests with GNU autotest in OpenBSC
    
    The quality of the tests is of different value but it is good to
    get started and improve from here.

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

commit d5b3ca621b26a70c16cc61fcf9cd4ef0a15fce15
Author: Holger Hans Peter Freyther <zecke@selfish.org>
Date:   Fri Jan 6 15:04:43 2012 +0100

    mgcp: Print message when the test is finished

http://cgit.osmocom.org/cgit/openbsc/commit/?id=300457b7d2406e0c400b51a77609ce1ab01b564c

commit 300457b7d2406e0c400b51a77609ce1ab01b564c
Author: Holger Hans Peter Freyther <zecke@selfish.org>
Date:   Fri Jan 6 15:03:28 2012 +0100

    gsm0408: Print message when the test is done

http://cgit.osmocom.org/cgit/openbsc/commit/?id=45222a79e29e4e2149d5db141ab47d5525113c8c

commit 45222a79e29e4e2149d5db141ab47d5525113c8c
Author: Holger Hans Peter Freyther <zecke@selfish.org>
Date:   Fri Jan 6 14:27:08 2012 +0100

    db: Fix the test code
    
    * Initialize logging
    * use a dummy net before calling subcr_put as the keep in ram
      option is going to be set.

http://cgit.osmocom.org/cgit/openbsc/commit/?id=08e324fda7d742400b1a5d83363139b71365fd77

commit 08e324fda7d742400b1a5d83363139b71365fd77
Author: Holger Hans Peter Freyther <zecke@selfish.org>
Date:   Fri Jan 6 14:06:56 2012 +0100

    channel: Make the test not crash again.
    
    * Initialize logging
    * The callback expects NULL or a subscriber connection

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

commit f5ede52a22626ab06f7fb89db356ca9796345071
Author: Holger Hans Peter Freyther <zecke@selfish.org>
Date:   Fri Jan 6 13:56:12 2012 +0100

    nat: Log test output stdout using printf in prep for GNU autotest

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

Summary of changes:
 openbsc/.gitignore                    |    7 ++
 openbsc/configure.ac                  |    2 +
 openbsc/include/openbsc/gprs_llc.h    |   16 +++
 openbsc/include/openbsc/gprs_sgsn.h   |    2 +
 openbsc/src/gprs/gprs_llc.c           |    5 +-
 openbsc/tests/Makefile.am             |   46 +++++++++-
 openbsc/tests/bsc-nat/Makefile.am     |    2 +-
 openbsc/tests/bsc-nat/bsc_nat_test.c  |  175 ++++++++++++++++++---------------
 openbsc/tests/bsc-nat/bsc_nat_test.ok |   21 ++++
 openbsc/tests/channel/Makefile.am     |    2 +
 openbsc/tests/channel/channel_test.c  |   19 +++-
 openbsc/tests/channel/channel_test.ok |    2 +
 openbsc/tests/db/Makefile.am          |    2 +
 openbsc/tests/db/db_test.c            |   41 +++++---
 openbsc/tests/db/db_test.ok           |    4 +
 openbsc/tests/gprs/Makefile.am        |    8 ++
 openbsc/tests/gprs/gprs_test.c        |   51 ++++++++++
 openbsc/tests/gprs/gprs_test.ok       |   16 +++
 openbsc/tests/gsm0408/Makefile.am     |    2 +
 openbsc/tests/gsm0408/gsm0408_test.c  |    3 +-
 openbsc/tests/gsm0408/gsm0408_test.ok |    5 +
 openbsc/tests/mgcp/Makefile.am        |    2 +
 openbsc/tests/mgcp/mgcp_test.c        |   10 ++-
 openbsc/tests/mgcp/mgcp_test.ok       |    2 +
 openbsc/tests/testsuite.at            |   39 +++++++
 25 files changed, 381 insertions(+), 103 deletions(-)
 create mode 100644 openbsc/tests/bsc-nat/bsc_nat_test.ok
 create mode 100644 openbsc/tests/channel/channel_test.ok
 create mode 100644 openbsc/tests/db/db_test.ok
 create mode 100644 openbsc/tests/gprs/Makefile.am
 create mode 100644 openbsc/tests/gprs/gprs_test.c
 create mode 100644 openbsc/tests/gprs/gprs_test.ok
 create mode 100644 openbsc/tests/gsm0408/gsm0408_test.ok
 create mode 100644 openbsc/tests/mgcp/mgcp_test.ok
 create mode 100644 openbsc/tests/testsuite.at


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


