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=73d14af2789c95270a2bc3b5a3b8890…
commit 73d14af2789c95270a2bc3b5a3b8890be42ca28f
Author: Neels Hofmeyr <neels(a)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