openbsc.git branch jerlbeck/wip/gprs-patching updated. 0.13.0-788-gdaaa141

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
Tue Dec 9 10:56:32 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
  discards  e0634bdcc5c44ffa05ab84c7c07e48333493d71c (commit)
  discards  714a165682349e9606261d82c7a1ce615716a538 (commit)
  discards  69f49e9a4c0427d29000f08e6ea8958b16e38420 (commit)
  discards  7f98b53262f46bcbdfc3bb16c4d527bb086c6445 (commit)
  discards  12bf9cbbc0545eeb7482bac1c0a73768c4e77640 (commit)
  discards  fcfad973a9941c346f88fb901107e6ef90a59e89 (commit)
  discards  f6a5507f6804e33ecf2bcd2dfddff34768d499ee (commit)
  discards  6ae51906333fc4756982f7f98d0f6bc882ae099b (commit)
       via  daaa141ed43c54c9413b64b5d4a63454bcfd81ac (commit)
       via  031089299543662d4c6a74ca5c046e3d20c41c5c (commit)
       via  d4500a943fe41d7434ee4906f354443cc856022d (commit)
       via  d6b5e946f2564a53f231ba5007c020a87f53bbc1 (commit)
       via  28fb6490305f5c792942d8b60d8a6e93573aa364 (commit)
       via  e61098d2440dd1538f276da16ce580834364d5bd (commit)
       via  52d7b8041e3c335780d82c399c4cfde9b419251d (commit)
       via  b5ebe22468603b01dba841dc69e231990e612966 (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 (e0634bdcc5c44ffa05ab84c7c07e48333493d71c)
            \
             N -- N -- N (daaa141ed43c54c9413b64b5d4a63454bcfd81ac)

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

commit daaa141ed43c54c9413b64b5d4a63454bcfd81ac
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=031089299543662d4c6a74ca5c046e3d20c41c5c

commit 031089299543662d4c6a74ca5c046e3d20c41c5c
Author: Jacob Erlbeck <jerlbeck at sysmocom.de>
Date:   Mon Dec 8 15:52:00 2014 +0100

    sgsn: Add support for authentication triplets (TODO)
    
    TODO:
      - commit message
      - tests
    
    Sponsored-by: On-Waves ehf

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

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

    sgsn: Support authentication (TODO)
    
    TODO:
      - title
      - commit message
      - tests
    
    Sponsored-by: On-Waves ehf

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

commit d6b5e946f2564a53f231ba5007c020a87f53bbc1
Author: Jacob Erlbeck <jerlbeck at sysmocom.de>
Date:   Tue Sep 30 13:53:26 2014 +0200

    sgsn: Added TODOs (TODO)
    
    TODO:
      - fix and remove TODOs
      - add test cases for Detach(reattach)
      - add test cases for PDP context deletion (OW#1311)
      - add test cases for Cancel pending timer in sgsn_mm_ctx_free
      - remove this commit
    
    Sponsored-by: On-Waves ehf

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

commit 28fb6490305f5c792942d8b60d8a6e93573aa364
Author: Jacob Erlbeck <jerlbeck at sysmocom.de>
Date:   Fri Oct 17 10:08:02 2014 +0200

    sgsn: Do not die in _bssgp_tx_dl_ud on TLLI mismatch (TODO)
    
    Currently an OSMO_ASSERT fails, if the message's and the mmctx's
    TLLIs do not match.
    
    This commit turns the assertion into an ERROR log message and uses
    the default values for IMSI, DRX, and RA CAP instead of the MM
    context values in this case.
    
    TODO:
      - find the real source for the problem
      - add test cases derived from what is being described in the ticket
    
    Ticket: OW#1322
    Sponsored-by: On-Waves ehf

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

commit e61098d2440dd1538f276da16ce580834364d5bd
Author: Jacob Erlbeck <jerlbeck at sysmocom.de>
Date:   Tue Dec 2 11:28:38 2014 +0100

    sgsn: Put SGSN related subscriber data into separate struct
    
    There will be an increasing number of SGSN related fields per
    subscriber. Instead of extending gsm_subscriber accordingly, a single
    struct sgsn_subscriber_data object is assigned to it. The talloc
    context used to allocated that object is the subscr object itself.
    Therefore it will be freed automatically along with the subscr
    object.
    
    Sponsored-by: On-Waves ehf

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

commit 52d7b8041e3c335780d82c399c4cfde9b419251d
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=b5ebe22468603b01dba841dc69e231990e612966

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

    sgsn: Add VTY commands to manage subscriber cache
    
    This adds the following commands to the ENABLE node:
      - show subscriber cache
      - update-subscriber imsi IMSI insert authorized (0|1)
      - update-subscriber imsi IMSI cancel
      - update-subscriber imsi IMSI commit
    
    These commands are mainly testing tools and maintenance helpers. The
    update commands work asynchronously and can be used to complete a
    pending update request or to terminate an existing connection. The
    'insert' command just update the subscriber records but does not
    notify the GMM layer. Invoke the 'commit' command to continue with
    pending procedures.
    
    Note that the subscriber cache is not stored persistently and will
    always be empty after an SGSN restart.
    
    Sponsored-by: On-Waves ehf

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

Summary of changes:
 openbsc/src/gprs/sgsn_vty.c | 2 --
 1 file changed, 2 deletions(-)


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



More information about the osmocom-commitlog mailing list