osmo-hlr/src
Harald Welte b85f60477f disable blind subscriber insertion into every VLR/SGSN
During the attempt to fix OS#2785 in Change-Id
I6a92ca34cdaadca9eacc774bb1ca386c325ba865, we introduced logic that
would blindly insert a subscriber *concurrently* in all VLRs/SGSNs of
the network on any update of the subscriber.

Before that patch, we didn't update the current serving SGSN/VLR,
and after the change we created subscribers in all SGSNs/VLRs, of which
all-1 are not serving the subscriber at that time.

We'll have to go back to the original behavior until a proper fix can
be introduced.

Change-Id: Ibf6f1b21b08560d4d8f41bbe7782d40abf4585f8
Related: OS#3091
Related: OS#2785
2018-06-15 18:01:14 +02:00
..
Makefile.am add gsup_test to catch OS#3231 2018-05-04 16:12:19 +02:00
auc.c fix debug log: put 'deriving 2G from 3G' in proper place 2017-12-20 00:10:34 +01:00
auc.h initial import of osmo-gsup-hlr code so far 2016-04-28 07:18:49 +02:00
ctrl.c db_get_auth_data / db_get_auc: clarify return values 2017-11-29 16:22:29 +00:00
ctrl.h ctrl: completely replace all CTRL commands 2017-10-27 02:35:49 +02:00
db.c db_test: don't verify SQLite issued error messages, they might change 2017-11-21 12:33:45 +01:00
db.h db_test: don't verify SQLite issued error messages, they might change 2017-11-21 12:33:45 +01:00
db_auc.c db_get_auth_data / db_get_auc: clarify return values 2017-11-29 16:22:29 +00:00
db_bootstrap.sed automatically create db tables on osmo-hlr invocation 2017-10-28 16:49:33 +00:00
db_hlr.c add osmo-hlr-db-tool, program to migrate from osmo-nitb db 2017-10-28 20:34:01 +02:00
dbd_decode_binary.c add osmo-hlr-db-tool, program to migrate from osmo-nitb db 2017-10-28 20:34:01 +02:00
gsup_router.c Major update; Code now supports SAI, LU and ISD transactions 2016-05-03 18:49:27 +02:00
gsup_router.h Major update; Code now supports SAI, LU and ISD transactions 2016-05-03 18:49:27 +02:00
gsup_send.c add gsup_test to catch OS#3231 2018-05-04 16:12:19 +02:00
gsup_server.c move creation of insert subscriber data messages to a common function 2018-05-18 12:18:32 +02:00
gsup_server.h move creation of insert subscriber data messages to a common function 2018-05-18 12:18:32 +02:00
hlr.c disable blind subscriber insertion into every VLR/SGSN 2018-06-15 18:01:14 +02:00
hlr.h notify GSUP clients when HLR subscriber information changes 2018-04-10 07:57:49 +02:00
hlr_db_tool.c use osmo_init_logging2 2018-04-17 15:07:06 +02:00
hlr_vty.c osmo-hlr: Add talloc context introspection via VTY 2018-02-14 08:25:52 +01:00
hlr_vty.h VTY: Add hlr node and bind ip field 2017-06-01 11:31:39 +02:00
hlr_vty_subscr.c notify GSUP clients when HLR subscriber information changes 2018-04-10 07:57:49 +02:00
hlr_vty_subscr.h implement subscriber vty interface, tests 2017-10-17 00:59:00 +02:00
logging.c fix default logging levels to NOTICE, not DEBUG 2017-10-28 16:49:46 +00:00
logging.h initial import of osmo-gsup-hlr code so far 2016-04-28 07:18:49 +02:00
luop.c move creation of insert subscriber data messages to a common function 2018-05-18 12:18:32 +02:00
luop.h add gsup_test to catch OS#3231 2018-05-04 16:12:19 +02:00
populate_hlr_db.pl populate_hlr_db.pl: Script to generate a HLR database 2016-05-03 18:51:40 +02:00
rand.h initial import of osmo-gsup-hlr code so far 2016-04-28 07:18:49 +02:00
rand_fake.c initial import of osmo-gsup-hlr code so far 2016-04-28 07:18:49 +02:00
rand_urandom.c initial import of osmo-gsup-hlr code so far 2016-04-28 07:18:49 +02:00