From: gitosis@osmocom.org
Precedence: list
To: osmocom-commitlog@lists.osmocom.org
Date: Thu, 16 Oct 2014 07:02:02 GMT
Message-ID: <201410160702.s9G722rM086162@git.osmocom.org>
Subject: libosmocore.git branch jerlbeck/wip/gprs updated. 0.7.0-32-g3839355
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 "An utility library for Open Source Mobile Communications".

The branch, jerlbeck/wip/gprs has been updated
  discards  b5b6409cef9e8f5fb8cbe58f109e81216ff0b612 (commit)
  discards  f09ee6bec99da309220584298c26761f19c7ee38 (commit)
       via  38393557276f57e13b6c1f60ed765f220aa9184a (commit)
       via  a1cc5c9f585e0c7a5a269b57d21e114b6197164e (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 (b5b6409cef9e8f5fb8cbe58f109e81216ff0b612)
            \
             N -- N -- N (38393557276f57e13b6c1f60ed765f220aa9184a)

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/libosmocore/commit/?id=38393557276f57e13b6c1f60ed765f220aa9184a

commit 38393557276f57e13b6c1f60ed765f220aa9184a
Author: Jacob Erlbeck <jerlbeck@sysmocom.de>
Date:   Wed Sep 10 12:43:28 2014 +0200

    gprs: Don't discard SUSPEND/RESUME in bssgp_rcvmsg
    
    Currently sending SUSPEND/RESUME messages to this function (like it
    is done in the osmo-sgsn) results in STATUS messages complaining
    about an unknown BVCI. The reason is, that these messages rely on a
    TLLI/RAI pair to identify the context and do not contain an explicit
    BVCI.
    
    This patch modifies bssgp_rcvmsg() to only complain about and unknown
    BVCI if one is given but a matching context is not found (except for
    RESET messages). The ctx argument is removed from the functions
    handling SUSPEND and RESUME since it will always be NULL then.
    
    Sponsored-by: On-Waves ehf

http://cgit.osmocom.org/libosmocore/commit/?id=a1cc5c9f585e0c7a5a269b57d21e114b6197164e

commit a1cc5c9f585e0c7a5a269b57d21e114b6197164e
Author: Jacob Erlbeck <jerlbeck@sysmocom.de>
Date:   Tue Oct 14 14:49:37 2014 +0200

    gprs/test: Add BSSGP tests
    
    This patch adds a test suite for the BSSGP protocol.
    The first (and only) test checks the handling of BSSGP
    SUSPEND/RESUME.
    
    Sponsored-by: On-Waves ehf

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

Summary of changes:
 tests/gb/gprs_bssgp_test.c | 148 +++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 148 insertions(+)
 create mode 100644 tests/gb/gprs_bssgp_test.c


hooks/post-receive
-- 
An utility library for Open Source Mobile Communications


