osmo-auc.git branch master updated. 09ccb6308ed60893e0f7ab22d2731b76c8cf938b

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 May 11 07:20:36 UTC 2016


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 "UNNAMED PROJECT".

The branch, master has been updated
       via  09ccb6308ed60893e0f7ab22d2731b76c8cf938b (commit)
       via  590eb20620107cd04677c10e9d4bc1aebe20a467 (commit)
       via  82a583b6ba3f7d02d9c65eb735b8e57c22426fec (commit)
       via  17cbcb733be91335692277de0f6b323927ae89d7 (commit)
       via  6294b3a19eaa04ac0a7a5793ecf90d3654f36768 (commit)
       via  9239c1a61584e40a58f869a5c97dc3ab3465a339 (commit)
      from  06db912aaa4aac0665ad2180c608d4b216dfd9e1 (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/osmo-auc/commit/?id=09ccb6308ed60893e0f7ab22d2731b76c8cf938b

commit 09ccb6308ed60893e0f7ab22d2731b76c8cf938b
Author: Harald Welte <laforge at gnumonks.org>
Date:   Thu May 5 21:05:17 2016 +0200

    LU: remote oudated FIXME comments

http://cgit.osmocom.org/osmo-auc/commit/?id=590eb20620107cd04677c10e9d4bc1aebe20a467

commit 590eb20620107cd04677c10e9d4bc1aebe20a467
Author: Harald Welte <laforge at gnumonks.org>
Date:   Thu May 5 21:04:11 2016 +0200

    LU: correctly determine and use is_ps
    
    Don't use a local uninitialized variable but the luop->is_ps instead.

http://cgit.osmocom.org/osmo-auc/commit/?id=82a583b6ba3f7d02d9c65eb735b8e57c22426fec

commit 82a583b6ba3f7d02d9c65eb735b8e57c22426fec
Author: Harald Welte <laforge at gnumonks.org>
Date:   Thu May 5 21:03:03 2016 +0200

    implement PURGE-MS from VLR/SGSN to HLR
    
    Using this procedure, the VLR/SGSN can set the cs/ps purged
    flag for the subscriber.  We might not even need to store this
    persistent in the database according to spec, but let's do it anyway, at
    least until it turns out to be a performance issue.

http://cgit.osmocom.org/osmo-auc/commit/?id=17cbcb733be91335692277de0f6b323927ae89d7

commit 17cbcb733be91335692277de0f6b323927ae89d7
Author: Harald Welte <laforge at gnumonks.org>
Date:   Thu May 5 18:24:15 2016 +0200

    some more comment / todo updates

http://cgit.osmocom.org/osmo-auc/commit/?id=6294b3a19eaa04ac0a7a5793ecf90d3654f36768

commit 6294b3a19eaa04ac0a7a5793ecf90d3654f36768
Author: Harald Welte <laforge at gnumonks.org>
Date:   Thu May 5 17:07:17 2016 +0200

    AUC: use osmo_hexparse() when reading key material from db
    
    The database stores the key material as hex-ascii, we thus need to go
    through osmo_hexparse() when reading.  We could also store the material
    as BLOB in the database.  That would however complicate matters, as it
    would basically mean using the sqlite3 command to manually
    inspect/modify data from the console would no longer be easily possible.
    
    Using this commit I have 2G authentication working against osmo-sgsn
    with GSUP and 'auth policy remote'.

http://cgit.osmocom.org/osmo-auc/commit/?id=9239c1a61584e40a58f869a5c97dc3ab3465a339

commit 9239c1a61584e40a58f869a5c97dc3ab3465a339
Author: Harald Welte <laforge at gnumonks.org>
Date:   Thu May 5 16:50:39 2016 +0200

    State number of auth vectors in SAI response

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

Summary of changes:
 osmo-gsup-hlr/sql/hlr.sql  |  2 ++
 osmo-gsup-hlr/src/db.h     |  5 +++++
 osmo-gsup-hlr/src/db_auc.c | 10 +++++----
 osmo-gsup-hlr/src/db_hlr.c | 46 +++++++++++++++++++++++++++++++++++++
 osmo-gsup-hlr/src/hlr.c    | 56 +++++++++++++++++++++++++++++++++++++++++-----
 5 files changed, 109 insertions(+), 10 deletions(-)


hooks/post-receive
-- 
UNNAMED PROJECT



More information about the osmocom-commitlog mailing list