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.orgThis 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  21b269f81454919a379d22b9c2be74bb680be500 (commit)
       via  c17cdb40b545a5006e9b97e76559d7a4b46e030d (commit)
       via  fac9758820d6b792a15da0aea002e1c29cb96916 (commit)
       via  5b2363ebb281f0e3428ed1949d7ab1ee533d7e19 (commit)
       via  af241727a9f03f9259529e1e374329adf4ca0626 (commit)
       via  1dee2b6e96dfce363a31097da97ef4ac14470245 (commit)
       via  3ecfbbba6f9df1fa57032fcdcba0a83d702be6f5 (commit)
       via  770f3e32e00f70c668e9981e1b17c1f6c4d4ac06 (commit)
      from  7bc6986f6babdaf5f2436dae2f603ae5823aa7b4 (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=21b269f81454919a379d22b9c2be74bb680be500
commit 21b269f81454919a379d22b9c2be74bb680be500
Author: Daniel Willmann <dwillmann at sysmocom.de>
Date:   Wed May 11 12:43:47 2016 +0200
    IuPS: Change GTP-U endpoint to SGSN in PMM_IDLE and page UE when data arrives
    
    Change-Id: I47b73a40cbdda6b7c31fb2767f74f9f93d84056b
http://cgit.osmocom.org/openbsc/commit/?id=c17cdb40b545a5006e9b97e76559d7a4b46e030d
commit c17cdb40b545a5006e9b97e76559d7a4b46e030d
Author: Daniel Willmann <dwillmann at sysmocom.de>
Date:   Wed May 11 12:42:54 2016 +0200
    IuPS: Introduce function to change PMM state
    
    This is where IuPS will redirect GTP-U endpoints in a subsequent commit.
    
    Also add comprehensive logging of pmm_state transitions.
    
    Change-Id: I7c2cd1abc1805659b01dffffff31c49fe5161086
http://cgit.osmocom.org/openbsc/commit/?id=fac9758820d6b792a15da0aea002e1c29cb96916
commit fac9758820d6b792a15da0aea002e1c29cb96916
Author: Daniel Willmann <dwillmann at sysmocom.de>
Date:   Sat May 21 00:21:15 2016 +0200
    IuPS: GMM Attach: reset MM ctx pending_req
    
    Change-Id: I0df0f3d88085939eb617405e2013ad164eed477b
http://cgit.osmocom.org/openbsc/commit/?id=5b2363ebb281f0e3428ed1949d7ab1ee533d7e19
commit 5b2363ebb281f0e3428ed1949d7ab1ee533d7e19
Author: Daniel Willmann <dwillmann at sysmocom.de>
Date:   Sat May 21 00:01:21 2016 +0200
    IuPS: sgsn_mm_ctx: add enum gprs_pmm_state field, track PMM state
    
    Iu needs to page to transfer data in PMM-IDLE state.
    
    Change-Id: Id37778cb9a0328a21c8e8246998ecdb43dd687d8
http://cgit.osmocom.org/openbsc/commit/?id=af241727a9f03f9259529e1e374329adf4ca0626
commit af241727a9f03f9259529e1e374329adf4ca0626
Author: Daniel Willmann <dwillmann at sysmocom.de>
Date:   Sat May 21 00:35:41 2016 +0200
    IuPS: RA UPD: make sure to authorize, for Iu Integrity Protection
    
    Change-Id: I2ea2089895f8a8e125ef39d9bef70dafb2b1ce69
http://cgit.osmocom.org/openbsc/commit/?id=1dee2b6e96dfce363a31097da97ef4ac14470245
commit 1dee2b6e96dfce363a31097da97ef4ac14470245
Author: Daniel Willmann <dwillmann at sysmocom.de>
Date:   Sat May 21 00:15:29 2016 +0200
    IuPS: add GMM Service Request rx and tx
    
    Change-Id: Ib935de22d23a15f449927840d4d59497ce22abbd
http://cgit.osmocom.org/openbsc/commit/?id=3ecfbbba6f9df1fa57032fcdcba0a83d702be6f5
commit 3ecfbbba6f9df1fa57032fcdcba0a83d702be6f5
Author: Daniel Willmann <dwillmann at sysmocom.de>
Date:   Sat May 21 00:16:55 2016 +0200
    IuPS: send Security Mode Command, track the new_key flag.
    
    Change-Id: I0b2593c2df13b79eb36975b0d302e31cfdf8bb09
http://cgit.osmocom.org/openbsc/commit/?id=770f3e32e00f70c668e9981e1b17c1f6c4d4ac06
commit 770f3e32e00f70c668e9981e1b17c1f6c4d4ac06
Author: Daniel Willmann <dwillmann at sysmocom.de>
Date:   Sat May 21 00:31:12 2016 +0200
    IuPS: dev hack: init hardcoded Ki on ATT REQ
    
    DEVELOPMENT HACK: Our current HLR does not support 3G authentication tokens.  A
    new HLR/VLR implementation is being developed. Until it is ready and actual
    milenage authentication is properly supported, we are hardcoding a fixed Ki and
    use 2G auth.
    
    Change-Id: Ieca45960fa941a3a706c6e479b04b9f2ef89d860
-----------------------------------------------------------------------
Summary of changes:
 openbsc/include/openbsc/gprs_sgsn.h |  11 ++
 openbsc/include/openbsc/sgsn.h      |   1 +
 openbsc/src/gprs/gprs_gmm.c         | 289 +++++++++++++++++++++++++++++++++++-
 openbsc/src/gprs/gprs_sgsn.c        |   2 +
 openbsc/src/gprs/sgsn_libgtp.c      |  19 +++
 5 files changed, 320 insertions(+), 2 deletions(-)
hooks/post-receive
-- 
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)