openbsc.git branch jerlbeck/wip/gprs-patching updated. 0.13.0-790-gf9d5e44

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 09:06:52 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  2d1e099f74e43106fd41197133408613f5cc991f (commit)
  discards  77af7f21c5531b53c223000857242ff9b60634de (commit)
  discards  ae28ffd167fd136121c655145e682e9f3503c06f (commit)
  discards  c43a8c20bc62a03bf6ea6336069f827c53c2d213 (commit)
  discards  21e9d9c53ddda7e83277fa9db7868ff5f1126696 (commit)
  discards  e61098d2440dd1538f276da16ce580834364d5bd (commit)
  discards  52d7b8041e3c335780d82c399c4cfde9b419251d (commit)
  discards  b5ebe22468603b01dba841dc69e231990e612966 (commit)
  discards  e2a2753a602f8fcfce71b26cb9df570d604b4ecc (commit)
  discards  34d1ee49ee6d2c8633c0b08a75d19923d18437e9 (commit)
  discards  e5974b50c72823ac091d8424d87c7211692aaa2a (commit)
  discards  ecb22579dd53ad59d217e0f5c2fddfd7fa6f1136 (commit)
  discards  6f881b9ff232f766f2e8ac8f10c763f45418f960 (commit)
  discards  81bc955a9e9b2313306ad0121f37e37c2fbb1b11 (commit)
       via  f9d5e4489fbea776f1919b8601cd40d2089b1852 (commit)
       via  eb1fc4bc4a71431f2b7b5f775837ed1e4159b80b (commit)
       via  76f9967ae97a142c09136f6e355077ad7ab39765 (commit)
       via  f0bb0ca612bb10ff85530e523f18b01dcb0d8fe9 (commit)
       via  f9392971b5130fc06de50acf2daa2e0e836507aa (commit)
       via  00858678c71b5c90aae966bb245aed7aeaa9e3d1 (commit)
       via  c9ac77e6345dd90589f58bddb1cd6cbfaa83e900 (commit)
       via  416c08f9ed340aae21a1d947bcf3a8ab41bb89ce (commit)
       via  a1e0373224e02784f85eb47306a689fce45fb9e3 (commit)
       via  207f4a5deba610b34d5e140f512e538e34a7115f (commit)
       via  98647ca0ef59430f3cd7ddb7530d85db7fa2688f (commit)
       via  be2c8d9358084092281e7d02dc7ae0b7e4c0b4f8 (commit)
       via  33b6dadc884ec1060e401ba097523086ac34b552 (commit)
       via  70d8e31a748026a92e5739147411dcf512df7205 (commit)
       via  901c40f55041d72220403c653646a2e8f82f1924 (commit)
       via  af792d6bb272e14585d26c6c488d592b20fcf9c4 (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 (2d1e099f74e43106fd41197133408613f5cc991f)
            \
             N -- N -- N (f9d5e4489fbea776f1919b8601cd40d2089b1852)

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

commit f9d5e4489fbea776f1919b8601cd40d2089b1852
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=eb1fc4bc4a71431f2b7b5f775837ed1e4159b80b

commit eb1fc4bc4a71431f2b7b5f775837ed1e4159b80b
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=76f9967ae97a142c09136f6e355077ad7ab39765

commit 76f9967ae97a142c09136f6e355077ad7ab39765
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=f0bb0ca612bb10ff85530e523f18b01dcb0d8fe9

commit f0bb0ca612bb10ff85530e523f18b01dcb0d8fe9
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=f9392971b5130fc06de50acf2daa2e0e836507aa

commit f9392971b5130fc06de50acf2daa2e0e836507aa
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=00858678c71b5c90aae966bb245aed7aeaa9e3d1

commit 00858678c71b5c90aae966bb245aed7aeaa9e3d1
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=c9ac77e6345dd90589f58bddb1cd6cbfaa83e900

commit c9ac77e6345dd90589f58bddb1cd6cbfaa83e900
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/tests/ctrl_test_runner.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


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



More information about the osmocom-commitlog mailing list