osmo-hlr.git branch master updated. 0.0.1-120-g73d14af

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
Sat Oct 28 18:37:11 UTC 2017


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  73d14af2789c95270a2bc3b5a3b8890be42ca28f (commit)
      from  6eb231eccc38c0d90ab09e9456212d28d6c5d5e6 (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-hlr/commit/?id=73d14af2789c95270a2bc3b5a3b8890be42ca28f

commit 73d14af2789c95270a2bc3b5a3b8890be42ca28f
Author: Neels Hofmeyr <neels at hofmeyr.de>
Date:   Tue Oct 24 23:26:53 2017 +0200

    add osmo-hlr-db-tool, program to migrate from osmo-nitb db
    
    Move macro copy_sqlite3_text_to_buf() to db.h, so it can be used in
    hlr_db_tool.c.
    
    Add _dbd_decode_binary() from libdbi to avoid depending on the entire libdbi
    just for KI BLOB decoding. Add it in a separate file, copying its own license,
    the lGPL.
    
    Offer commandline option "import-nitb-db" to read in an old osmo-nitb database
    and copy subscriber IMSIs and 2G auth data to OsmoHLR db format.
    
    Anticipate future command line options like "import-csv", so keep the code
    generalized.
    
    Change-Id: I0dfa6ec033dd93161c1adc2ce1637195fe5b7a63

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

Summary of changes:
 src/Makefile.am         |  16 ++
 src/db.h                |  11 ++
 src/db_hlr.c            |  11 --
 src/dbd_decode_binary.c |  42 +++++
 src/hlr_db_tool.c       | 426 ++++++++++++++++++++++++++++++++++++++++++++++++
 5 files changed, 495 insertions(+), 11 deletions(-)
 create mode 100644 src/dbd_decode_binary.c
 create mode 100644 src/hlr_db_tool.c


hooks/post-receive
-- 
UNNAMED PROJECT



More information about the osmocom-commitlog mailing list