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 8089d51f7483926cc253b19550e5fed4171d9b9f (commit)
via d71dbec7b6df3535ee05471fa1986a8eb26463c2 (commit)
via 862f1dc4fd9256f7cd01a32ac70d1ec6737fa816 (commit)
via 24537b95bd4f8bfddeaaa23d75d5ab8a94aa4497 (commit)
via 7685a7875743f6ccc72f814d7c620214703ddeba (commit)
via 7f9491fe5fa8b4e6dba1bf4087c5aede2fd1daf9 (commit)
via ca43e30be3a27d573e24f85452415b0b6bcefa67 (commit)
from 5b581ac6eba4adba0733cf4c20f41f4c7bcc2a3b (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=8089d51f7483926cc253b19550e5fed…
commit 8089d51f7483926cc253b19550e5fed4171d9b9f
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon Jan 30 13:49:49 2017 +0100
comment: sql: describe auc_2g and auc_3g columns
Change-Id: Ie4edc69ff11a83a4c0f79097f43a2cb206dfe405
http://cgit.osmocom.org/osmo-hlr/commit/?id=d71dbec7b6df3535ee05471fa1986a8…
commit d71dbec7b6df3535ee05471fa1986a8eb26463c2
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed Feb 1 04:42:27 2017 +0100
sql: auc_3g: set sqn NOT NULL DEFAULT 0
Change-Id: Ibb765f30295b441e563bb0e06ed39987f79a60d6
http://cgit.osmocom.org/osmo-hlr/commit/?id=862f1dc4fd9256f7cd01a32ac70d1ec…
commit 862f1dc4fd9256f7cd01a32ac70d1ec6737fa816
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed Feb 1 04:40:13 2017 +0100
cosmetic: sql: indicate VARCHAR size of key columns as 32
Notably this has no functional effect (according to
https://sqlite.org/faq.html#q9 ), but it can't hurt to indicate intent.
Change-Id: I2b0f9369318085c1482c6d2d8db56699466bfbf3
http://cgit.osmocom.org/osmo-hlr/commit/?id=24537b95bd4f8bfddeaaa23d75d5ab8…
commit 24537b95bd4f8bfddeaaa23d75d5ab8a94aa4497
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon Jan 30 13:47:22 2017 +0100
sql: fix 3g_auc's column K data type
K is the SIM card's 128bit secret key, so the type should be VARCHAR like the
other key columns. The db code already reads the column as text and parses as
hex, so a VARCHAR column matches that.
Change-Id: Iaa8d33e303760bd15dcb7dc8bb8b9b24bf6c8f14
http://cgit.osmocom.org/osmo-hlr/commit/?id=7685a7875743f6ccc72f814d7c62021…
commit 7685a7875743f6ccc72f814d7c620214703ddeba
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon Jan 30 23:30:26 2017 +0100
main: add VTY and '-c config-file' option
Add config file, mainly for logging control.
Open VTY on the OMSO_VTY_PORT_HLR added to libosmocore in
commit 92fa18e6b800a27aa064a5fb8321cddd7383ae20
aka change-id I08cb52d9399a27e6876e45da36f434708c4fddef.
Add hlr_vty.h/c for standard VTY setup.
Add -c option to pass config file.
Add --version option.
Change-Id: Iedb884345a597371a337b0c67eb6013b7d5d1ce1
http://cgit.osmocom.org/osmo-hlr/commit/?id=7f9491fe5fa8b4e6dba1bf4087c5aed…
commit 7f9491fe5fa8b4e6dba1bf4087c5aede2fd1daf9
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon Jan 30 13:30:47 2017 +0100
main: add option parsing with db file and default options
Parse commandline options, supporting general Osmocom options as copied from
osmo-nitb (bsc_hack.c): version, logging and daemonize options.
Set the HLR database file from cmdline option, log the filename in db_open().
(VTY config file in next patch.)
Change-Id: I279d517e1310e398b0a2382349e62be8e65364c1
-----------------------------------------------------------------------
Summary of changes:
sql/hlr.sql | 14 ++--
src/Makefile.am | 2 +
src/db.c | 1 +
src/hlr.c | 140 ++++++++++++++++++++++++++++++++++++--
src/{rand_urandom.c => hlr_vty.c} | 32 +++++----
src/{rand_urandom.c => hlr_vty.h} | 29 +++-----
6 files changed, 174 insertions(+), 44 deletions(-)
copy src/{rand_urandom.c => hlr_vty.c} (59%)
copy src/{rand_urandom.c => hlr_vty.h} (67%)
hooks/post-receive
--
UNNAMED PROJECT