Osmocom HLR for GSUP protocol towards OsmoSGSN and OsmoMSC https://osmocom.org/projects/osmo-hlr
Go to file
Neels Hofmeyr a820ea1f67 implement removal of MSISDN
Add the first "official" way to remove the MSISDN from a subscriber entry, to
go back to 'MSISDN: none' like just after 'subscriber create'.

Add VTY command 'subscriber <ID> update msisdn none' to drop the MSISDN from
the subscriber. (Like 'subscriber <ID> update aud3g none')

Add DB_STMT_DELETE_MSISDN_BY_IMSI.

In db_subscr_update_msisdn_by_imsi(), allow passing a NULL msisdn, and if NULL,
call above delete SQL statement.

Change-Id: I15419105ea461137776adb92d384d8985210c90e
2018-12-02 20:16:31 +01:00
contrib Install systemd services with autotools 2018-09-10 16:09:59 +02:00
debian Install sample cfg file to /etc/osmocom 2018-09-12 18:31:09 +02:00
doc build manuals moved here from osmo-gsm-manuals.git 2018-11-27 18:02:06 +01:00
include gsup_client: rename gsup_client_* to osmo_gsup_client_* 2018-07-30 13:07:08 +00:00
sql sql/Makefile: Create empty /var/lib/osmocom directory at install time 2018-07-02 17:47:24 +02:00
src implement removal of MSISDN 2018-12-02 20:16:31 +01:00
tests implement removal of MSISDN 2018-12-02 20:16:31 +01:00
.gitignore build manuals moved here from osmo-gsm-manuals.git 2018-11-27 18:02:06 +01:00
.gitreview Add gerrit settings 2016-12-21 10:35:38 +01:00
COPYING add COPYING file with AGPLv3 license text 2016-11-11 10:17:06 +01:00
Makefile.am Install systemd services with autotools 2018-09-10 16:09:59 +02:00
configure.ac build manuals moved here from osmo-gsm-manuals.git 2018-11-27 18:02:06 +01:00
git-version-gen build with autoconf/automake, add jenkins.sh script 2016-12-11 01:07:26 +01:00
libosmo-gsup-client.pc.in pkg-config: Fix libosmo-gsup-client pkg-config file 2018-07-31 19:37:45 +02:00