osmo-hlr/tests/db
Vadim Yanitskiy c13599dc69 db_hlr.c: add db_subscr_exists_by_msisdn()
Check if a subscriber exists without generating an error log entry if
it does not. This is cheaper than db_subscr_get_by_msisdn(), as it
does not fetch the subscriber entry.

subscriber-create-on-demand will use this function to generate
a random unique MSISDN for new subscribers.

Related: OS#2542
Change-Id: Ibfbc408c966197682ba2b12d166ade4bfeb7abc2
2019-05-13 08:55:24 +02:00
..
Makefile.am tests: use -no-install libtool flag to avoid ./lt-* scripts 2019-03-19 13:04:49 +00:00
db_test.c db_hlr.c: add db_subscr_exists_by_msisdn() 2019-05-13 08:55:24 +02:00
db_test.err db_hlr.c: add db_subscr_exists_by_msisdn() 2019-05-13 08:55:24 +02:00
db_test.ok add initial db_test: creating and deleting subscribers 2017-10-11 22:32:19 +02:00