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

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 08:35:31 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  9b0ac55bf618809a1c1b7a4657dc8040da7cd9d5 (commit)
  discards  0cabe676b15a82d2eaf6b298ee2c38b5ea0533f6 (commit)
  discards  1ba89ae5029fb0f3778d4cdc10bc2743502ac13f (commit)
  discards  b7084e3c4e33335d2309fd273c1727138b721dcc (commit)
  discards  66b8c3d14fb21dd1540e37f58d5db160460ad333 (commit)
  discards  aad7de8f3b00dec210021c11cf968da2147d9aaa (commit)
  discards  43aa366a08d67654ac17452d8c2b5078d4294c24 (commit)
  discards  82eda228b23569374eedc304dd2178e3fb04084b (commit)
  discards  626357bc3c086735d2742266b6b3d637fc045a6c (commit)
       via  e0634bdcc5c44ffa05ab84c7c07e48333493d71c (commit)
       via  714a165682349e9606261d82c7a1ce615716a538 (commit)
       via  69f49e9a4c0427d29000f08e6ea8958b16e38420 (commit)
       via  7f98b53262f46bcbdfc3bb16c4d527bb086c6445 (commit)
       via  12bf9cbbc0545eeb7482bac1c0a73768c4e77640 (commit)
       via  fcfad973a9941c346f88fb901107e6ef90a59e89 (commit)
       via  f6a5507f6804e33ecf2bcd2dfddff34768d499ee (commit)
       via  6ae51906333fc4756982f7f98d0f6bc882ae099b (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 (9b0ac55bf618809a1c1b7a4657dc8040da7cd9d5)
            \
             N -- N -- N (e0634bdcc5c44ffa05ab84c7c07e48333493d71c)

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

commit e0634bdcc5c44ffa05ab84c7c07e48333493d71c
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=714a165682349e9606261d82c7a1ce615716a538

commit 714a165682349e9606261d82c7a1ce615716a538
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=69f49e9a4c0427d29000f08e6ea8958b16e38420

commit 69f49e9a4c0427d29000f08e6ea8958b16e38420
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=7f98b53262f46bcbdfc3bb16c4d527bb086c6445

commit 7f98b53262f46bcbdfc3bb16c4d527bb086c6445
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=12bf9cbbc0545eeb7482bac1c0a73768c4e77640

commit 12bf9cbbc0545eeb7482bac1c0a73768c4e77640
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=fcfad973a9941c346f88fb901107e6ef90a59e89

commit fcfad973a9941c346f88fb901107e6ef90a59e89
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=f6a5507f6804e33ecf2bcd2dfddff34768d499ee

commit f6a5507f6804e33ecf2bcd2dfddff34768d499ee
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=6ae51906333fc4756982f7f98d0f6bc882ae099b

commit 6ae51906333fc4756982f7f98d0f6bc882ae099b
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/tests/vty_test_runner.py | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)


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



More information about the osmocom-commitlog mailing list