openbsc.git branch jerlbeck/master-fixes updated. 0.15.0-147-gbf23692

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
Wed Dec 30 15:06:17 UTC 2015


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/master-fixes has been updated
       via  bf23692c0b74f56a5d561c9178add21727122a99 (commit)
       via  a42ebde22ebedb19ad925862d69ee61bac5b61f4 (commit)
       via  05153f5b96dff3a53435d1eabe12ee98d135f14e (commit)
       via  4cc50a523cd0eb133b968b167befa9430473bd81 (commit)
       via  f515975cf9959798e53685b498bddbb96d546d78 (commit)
       via  0b5c78232b819136b2513b5bf17021ae505458a3 (commit)
       via  f2e9e0d64e14528ac8f7597a88e19d41e5b44add (commit)
      from  eaf8beda440f957258458e3f39c65a89ed415746 (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/openbsc/commit/?id=bf23692c0b74f56a5d561c9178add21727122a99

commit bf23692c0b74f56a5d561c9178add21727122a99
Author: Jacob Erlbeck <jerlbeck at sysmocom.de>
Date:   Wed Dec 30 16:01:52 2015 +0100

    gprs/test: Add test case test_gmm_routing_areas
    
    This test add different cases of routing area changes.
    
    Sponsored-by: On-Waves ehf

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

commit a42ebde22ebedb19ad925862d69ee61bac5b61f4
Author: Jacob Erlbeck <jerlbeck at sysmocom.de>
Date:   Wed Dec 30 16:01:21 2015 +0100

    FIXUP not foreign

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

commit 05153f5b96dff3a53435d1eabe12ee98d135f14e
Author: Jacob Erlbeck <jerlbeck at sysmocom.de>
Date:   Wed Dec 30 16:00:49 2015 +0100

    FIXUP equals
    
    Sponsored-by: On-Waves ehf

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

commit 4cc50a523cd0eb133b968b167befa9430473bd81
Author: Jacob Erlbeck <jerlbeck at sysmocom.de>
Date:   Wed Dec 30 15:49:06 2015 +0100

    sgsn: Change handling of missing mmctx in gsm48_rx_gmm_ra_upd_req (TODO)
    
    Currently the MM context is just overwritten by a call to
    sgsn_mm_ctx_by_tlli(msgb_tlli(msg), &old_ra_id) even if it
    has already been found by using the BSSGP info. With the changes
    made to sgsn_mm_ctx_by_tlli this will never find a MM context if
    the routing area has changed. If the routing area has not changed,
    the mmctx has already been found if it exists.
    
    This commit splits searching for an MM context (if it hasn't been
    found already) from checking, whether a found one can really be
    used. The actual search is removed, so that the MS will be forced to
    restart the attach procedure, which is less efficient but safe.
    
    Sponsored-by: On-Waves ehf

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

commit f515975cf9959798e53685b498bddbb96d546d78
Author: Jacob Erlbeck <jerlbeck at sysmocom.de>
Date:   Wed Dec 30 15:45:51 2015 +0100

    gprs: Make ra_id_equals available as gprs_ra_id_equals
    
    The function is moved to gprs_utils.c, renamed, and made non-static
    to be usable in other modules, too.
    
    Sponsored-by: On-Waves ehf

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

commit 0b5c78232b819136b2513b5bf17021ae505458a3
Author: Jacob Erlbeck <jerlbeck at sysmocom.de>
Date:   Wed Dec 30 15:40:40 2015 +0100

    sgsn: Only look at TLLIs in sgsn_mm_ctx_by_tlli
    
    Currently the code also matches the TLLI against LOCAL and FOREIGN
    mappings of the P-TMSI, thus eventually finding MM contexts not
    consistent with the TLLI (both tlli and tlli_new differ). On
    the other hand, tlli_new is not checked at all.
    
    This commit changes the function to only look at mmctx->tlli,
    mmctx->tlli_new, and the routing area.
    
    Sponsored-by: On-Waves ehf

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

commit f2e9e0d64e14528ac8f7597a88e19d41e5b44add
Author: Jacob Erlbeck <jerlbeck at sysmocom.de>
Date:   Wed Dec 30 12:27:11 2015 +0100

    sgsn/test: Add bssgp_raid parameter to send_0408_message (TODO)
    
    Sponsored-by: On-Waves ehf

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

Summary of changes:
 openbsc/include/openbsc/gprs_utils.h |   2 +
 openbsc/src/gprs/gprs_gmm.c          |  18 +-
 openbsc/src/gprs/gprs_sgsn.c         |  40 +---
 openbsc/src/gprs/gprs_utils.c        |   7 +
 openbsc/tests/sgsn/sgsn_test.c       | 371 ++++++++++++++++++++++++++++++++---
 openbsc/tests/sgsn/sgsn_test.ok      |   7 +
 6 files changed, 378 insertions(+), 67 deletions(-)


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



More information about the osmocom-commitlog mailing list