openbsc.git branch jerlbeck/wip/gprs-patching updated. 0.13.0-775-ge016917

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
Fri Nov 28 14:02:15 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, jerlbeck/wip/gprs-patching has been updated
       via  e0169171146427b06d6c20759a6f3046cfb11f70 (commit)
       via  a3e82404e23458222d2ef9209a2e0dfcd645bc99 (commit)
       via  266b34c4f1fe97c9547c5290f0351b18ed476e2a (commit)
      from  dc30dedcb857c9cfa9efb451a725ed83c0774def (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=e0169171146427b06d6c20759a6f3046cfb11f70

commit e0169171146427b06d6c20759a6f3046cfb11f70
Author: Jacob Erlbeck <jerlbeck at sysmocom.de>
Date:   Fri Nov 28 14:55:25 2014 +0100

    sgsn: Work on 2 phase authorization (WIP)
    
    This implements the MAP way of subscriber validation when the MS
    tries an Attach Request:
      1. perform authentication (optionally invoke the sendAuthInfo
      procedure), starts the AuthAndCiph procedure
      2. perform update location
      3. insert subscriber data
      4. finish the update location
      5. Attach Accept / Attach Reject
    
    This is currently accessible via the VTY interface.
    
    TODO:
      - Apply this to (periodic) RA Update Req
      - Delete Subscriber Data
      - Improve on procedure collisions (repeated Attach Req is sometimes
        not handled properly)
      - PDP info
      - Commit cleanup
    
    Sponsored-by: On-Waves ehf

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

commit a3e82404e23458222d2ef9209a2e0dfcd645bc99
Author: Jacob Erlbeck <jerlbeck at sysmocom.de>
Date:   Thu Nov 27 14:27:10 2014 +0100

    sgsn: Refactored and fixed authentication (TODO)
    
    TODO:
      - Merge with previous patch
    
    Sponsored-by: On-Waves ehf

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

commit 266b34c4f1fe97c9547c5290f0351b18ed476e2a
Author: Jacob Erlbeck <jerlbeck at sysmocom.de>
Date:   Thu Nov 27 11:00:19 2014 +0100

    sgsn: Auth and Ciph (WIP)
    
    TODO:
      - split this commit into several smaller ones (fixes, integration,
        triplet management, ...)
      - tests
    
    Sponsored-by: On-Waves ehf

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

Summary of changes:
 openbsc/include/openbsc/gprs_gmm.h       |   1 +
 openbsc/include/openbsc/gprs_sgsn.h      |  45 +++++++-
 openbsc/include/openbsc/gsm_subscriber.h |   2 +
 openbsc/src/gprs/gprs_gmm.c              |  83 ++++++++++++--
 openbsc/src/gprs/gprs_sgsn.c             |   3 +-
 openbsc/src/gprs/gprs_subscriber.c       | 130 +++++++++++++++++-----
 openbsc/src/gprs/sgsn_auth.c             | 118 +++++++++++++++++++-
 openbsc/src/gprs/sgsn_vty.c              | 178 +++++++++++++++++++++++++++++--
 8 files changed, 504 insertions(+), 56 deletions(-)


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



More information about the osmocom-commitlog mailing list