openbsc.git branch master updated. 0.13.0-786-g2e5e94c

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 10 11:45:57 UTC 2014


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  2e5e94c3283fa4f5160962f42e7cd5d4e39b7d1e (commit)
       via  4adb136da63a1d3ed523ad85e12fd99fc62f5701 (commit)
       via  665acd1dbdec2c1e52599f6129ae00c5b5442e72 (commit)
      from  416c08f9ed340aae21a1d947bcf3a8ab41bb89ce (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=2e5e94c3283fa4f5160962f42e7cd5d4e39b7d1e

commit 2e5e94c3283fa4f5160962f42e7cd5d4e39b7d1e
Author: Jacob Erlbeck <jerlbeck at sysmocom.de>
Date:   Mon Dec 8 15:26:47 2014 +0100

    sgsn: Support subscriber based authentication
    
    This commit mainly extends sgsn_auth.c to use and support the
    auth_state SGSN_AUTH_AUTHENTICATE. It will be activated when IMSI and
    IMEI are available, authentication is required
    (subscr->sgsn_data->authenticate is set), but the MM context is not
    marked as authenticated. If the state has been set to
    SGSN_AUTH_AUTHENTICATE and sgsn_auth_update() is called, the GMM
    layer will be informed by invoking gsm0408_gprs_authenticate().
    
    Sponsored-by: On-Waves ehf

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

commit 4adb136da63a1d3ed523ad85e12fd99fc62f5701
Author: Jacob Erlbeck <jerlbeck at sysmocom.de>
Date:   Tue Dec 2 09:47:26 2014 +0100

    sgsn: Integrate Auth & Ciph into gsm48_gmm_authorize
    
    Currently the Authentication and Ciphering procedure is not yet
    invoked by the GMM layer.
    
    This patch starts this procedure from within gsm48_gmm_authorize when
    the mm->auth_state has been set to SGSN_AUTH_AUTHENTICATE and a call
    to gsm0408_gprs_authenticate has been issued directly or indirectly
    by the call to sgsn_auth_request.
    
    Sponsored-by: On-Waves ehf

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

commit 665acd1dbdec2c1e52599f6129ae00c5b5442e72
Author: Jacob Erlbeck <jerlbeck at sysmocom.de>
Date:   Tue Nov 11 14:01:48 2014 +0100

    sgsn: Do not 'commit' implicitely when executing 'insert'
    
    Currently the gprs_subscr_update function is called when the
    'update-subscriber ... insert ...' command is executed. This will
    eventually notify the GMM layer which is rather the purpose of the
    'commit' command.
    
    This patch removes the call from update_subscr_insert.
    
    Sponsored-by: On-Waves ehf

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

Summary of changes:
 openbsc/include/openbsc/gprs_gmm.h  |  1 +
 openbsc/include/openbsc/gprs_sgsn.h |  5 ++--
 openbsc/src/gprs/gprs_gmm.c         | 28 ++++++++++++++++++-
 openbsc/src/gprs/sgsn_auth.c        |  7 +++++
 openbsc/src/gprs/sgsn_vty.c         | 10 +++----
 openbsc/tests/sgsn/sgsn_test.c      | 55 +++++++++++++++++++++++++++++++++++++
 openbsc/tests/sgsn/sgsn_test.ok     |  1 +
 7 files changed, 99 insertions(+), 8 deletions(-)


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



More information about the osmocom-commitlog mailing list