osmo-auc.git branch master updated. 508ede80da028757ef7b2318e37e8ad9b4631790

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 May 3 16:52:21 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  508ede80da028757ef7b2318e37e8ad9b4631790 (commit)
       via  7df17ce67ee16f65dbb0430f397bef3250c989f4 (commit)
       via  0c3b7f0002f97a81d0aa9d9c057bb1ef4d8450b6 (commit)
       via  2bb6f91a56a730a0423b03906e63430a686b484b (commit)
       via  3596f92fadfe55e6262098727fffdb1edfb91a6d (commit)
       via  b565a56607e7006bf2ce843611bc3d32c8c651dc (commit)
      from  7fc5dcc49f56fedf70a04b5cf989de7cd1d367c9 (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=508ede80da028757ef7b2318e37e8ad9b4631790

commit 508ede80da028757ef7b2318e37e8ad9b4631790
Author: Harald Welte <laforge at gnumonks.org>
Date:   Tue May 3 18:51:40 2016 +0200

    populate_hlr_db.pl: Script to generate a HLR database
    
    It currently creates a database with 1 million subscribers, all of which
    are provisioned for both 2G and 3G authentication using the same key
    material.

http://cgit.osmocom.org/osmo-auc/commit/?id=7df17ce67ee16f65dbb0430f397bef3250c989f4

commit 7df17ce67ee16f65dbb0430f397bef3250c989f4
Author: Harald Welte <laforge at gnumonks.org>
Date:   Tue May 3 18:51:18 2016 +0200

    add copyright statements to all files

http://cgit.osmocom.org/osmo-auc/commit/?id=0c3b7f0002f97a81d0aa9d9c057bb1ef4d8450b6

commit 0c3b7f0002f97a81d0aa9d9c057bb1ef4d8450b6
Author: Harald Welte <laforge at gnumonks.org>
Date:   Tue May 3 18:51:04 2016 +0200

    db_auc: remove some debugging code about column types

http://cgit.osmocom.org/osmo-auc/commit/?id=2bb6f91a56a730a0423b03906e63430a686b484b

commit 2bb6f91a56a730a0423b03906e63430a686b484b
Author: Harald Welte <laforge at gnumonks.org>
Date:   Tue May 3 18:50:41 2016 +0200

    db: Use Write-Ahead Logging mode of SQLite3

http://cgit.osmocom.org/osmo-auc/commit/?id=3596f92fadfe55e6262098727fffdb1edfb91a6d

commit 3596f92fadfe55e6262098727fffdb1edfb91a6d
Author: Harald Welte <laforge at gnumonks.org>
Date:   Tue May 3 18:49:27 2016 +0200

    Major update; Code now supports SAI, LU and ISD transactions
    
    We also introduce a 'gsup_router' which enables us to route
    a transaction to a given VLR.  It works based on the SERIAL attribute
    communicated at time of the IPA multiplex setup as part of the CCM
    sub-protocol.

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

commit b565a56607e7006bf2ce843611bc3d32c8c651dc
Author: Harald Welte <laforge at gnumonks.org>
Date:   Tue May 3 18:47:08 2016 +0200

    hlr.sql: Don't use TRUE/FALSE as DEFAULT, they will be strings :(
    
    SQLite has this crappy type system where you can put a string into
    a boolean or integer column, which of course will break once you try to
    read it as bool..
    
    Also, add an index by IMSI to the SUBSCRIBER table.

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

Summary of changes:
 osmo-gsup-hlr/sql/hlr.sql            |   9 +-
 osmo-gsup-hlr/src/Makefile           |   6 +-
 osmo-gsup-hlr/src/db.c               |  11 +-
 osmo-gsup-hlr/src/db.h               |  44 +++-
 osmo-gsup-hlr/src/db_auc.c           |   4 -
 osmo-gsup-hlr/src/db_hlr.c           | 136 +++++++++++++
 osmo-gsup-hlr/src/gsup_router.c      |  85 ++++++++
 osmo-gsup-hlr/src/gsup_router.h      |   8 +
 osmo-gsup-hlr/src/gsup_server.c      |  82 +++++++-
 osmo-gsup-hlr/src/gsup_server.h      |   2 +
 osmo-gsup-hlr/src/hlr.c              | 376 ++++++++++++++++++++++++++++++++++-
 osmo-gsup-hlr/src/populate_hlr_db.pl |  75 +++++++
 12 files changed, 819 insertions(+), 19 deletions(-)
 create mode 100644 osmo-gsup-hlr/src/db_hlr.c
 create mode 100644 osmo-gsup-hlr/src/gsup_router.c
 create mode 100644 osmo-gsup-hlr/src/gsup_router.h
 create mode 100755 osmo-gsup-hlr/src/populate_hlr_db.pl


hooks/post-receive
-- 
UNNAMED PROJECT



More information about the osmocom-commitlog mailing list