From: gitosis@osmocom.org
Precedence: list
To: osmocom-commitlog@lists.osmocom.org
Date: Thu, 16 Oct 2014 07:11:19 GMT
Message-ID: <201410160711.s9G7BJOe086911@git.osmocom.org>
Subject: libosmocore.git branch jerlbeck/wip/gprs updated. 0.7.0-32-gc6cbeae
Message: 3

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  38393557276f57e13b6c1f60ed765f220aa9184a (commit)
  discards  a1cc5c9f585e0c7a5a269b57d21e114b6197164e (commit)
       via  c6cbeae6a65fa652e245706488583ce7ff393863 (commit)
       via  e60b54dd1d1cad3a61f3b610d796df40057230bf (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 (38393557276f57e13b6c1f60ed765f220aa9184a)
            \
             N -- N -- N (c6cbeae6a65fa652e245706488583ce7ff393863)

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=c6cbeae6a65fa652e245706488583ce7ff393863

commit c6cbeae6a65fa652e245706488583ce7ff393863
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=e60b54dd1d1cad3a61f3b610d796df40057230bf

commit e60b54dd1d1cad3a61f3b610d796df40057230bf
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 | 29 ++++++++++++++++-------------
 1 file changed, 16 insertions(+), 13 deletions(-)


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


