From: gitosis@osmocom.org
Precedence: list
To: osmocom-commitlog@lists.osmocom.org
Date: Thu, 11 Sep 2014 12:45:15 GMT
Message-ID: <201409111245.s8BCjFOP021382@git.osmocom.org>
Subject: openbsc.git branch jerlbeck/wip/gprs-patching updated.
	0.13.0-640-g5c8c86d
Message: 1

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, jerlbeck/wip/gprs-patching has been updated
  discards  5affa04060782b540b55f041c7ee83c769d691c5 (commit)
       via  5c8c86dd780e459b5fbc0eb6e844cc5c107ba1ba (commit)
       via  251e2931893c1cdf2790929b10b23a1446dcdeaa (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 (5affa04060782b540b55f041c7ee83c769d691c5)
            \
             N -- N -- N (5c8c86dd780e459b5fbc0eb6e844cc5c107ba1ba)

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=5c8c86dd780e459b5fbc0eb6e844cc5c107ba1ba

commit 5c8c86dd780e459b5fbc0eb6e844cc5c107ba1ba
Author: Jacob Erlbeck <jerlbeck@sysmocom.de>
Date:   Thu Sep 11 11:35:17 2014 +0200

    gbproxy: Rework gbproxy_imsi_acquisition
    
    This commit changes gbproxy_imsi_acquisition follows:
    
    tlli_info->mi_data_len is used instead of parse_ctx->imsi to check,
    whether the IMSI is known already. Since the function is always
    called after gbproxy_update_tlli_ul(), the two values are already
    synchronized.
    
    Messages are always flushed when the IMSI gets known, if the current
    message is IDENT RESP discard it, otherwise continue processing as
    usual.
    
    The 'if' clauses are simplified for better readability.
    
    Sponsored-by: On-Waves ehf

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

commit 251e2931893c1cdf2790929b10b23a1446dcdeaa
Author: Jacob Erlbeck <jerlbeck@sysmocom.de>
Date:   Thu Sep 11 10:30:21 2014 +0200

    gbproxy: Refactor gbprox_process_bssgp_ul into smaller functions
    
    gbprox_process_bssgp_ul has grown quite large mainly by the addition
    of IMSI acquisition.
    
    This patch moves that code into several smaller functions. In
    addition, the peer resolution which is similar to that in
    gbprox_process_bssgp_dl is moved into a separate function, too.
    
    Sponsored-by: On-Waves ehf

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

Summary of changes:
 openbsc/include/openbsc/gprs_gmm.h       |   2 -
 openbsc/include/openbsc/gsm_04_08_gprs.h |   1 -
 openbsc/src/gprs/gb_proxy.c              | 327 ++++++++++++++++++-------------
 openbsc/src/gprs/gprs_gmm.c              |  89 +--------
 openbsc/src/gprs/gprs_llc.c              |  12 +-
 5 files changed, 199 insertions(+), 232 deletions(-)


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


