mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-hlr.git
synced 2025-10-23 00:12:14 +00:00
mslookup is a key concept in Distributed GSM, which allows querying the current location of a subscriber in a number of cooperating but independent core network sites, by arbitrary service names and by MSISDN/IMSI. Add the abstract mslookup client library. An actual lookup method (besides mslookup_client_fake.c) is added in a subsequent patch. For a detailed overview of this and upcoming patches, please see the elaborate comment at the top of mslookup.c. Add as separate library, libosmo-mslookup, to allow adding D-GSM capability to arbitrary client programs. osmo-hlr will be the only mslookup server implementation, added in a subsequent patch. osmo-hlr itself will also use this library and act as an mslookup client, when requesting the home HLR for locally unknown IMSIs. Related: OS#4237 Patch-by: osmith, nhofmeyr Change-Id: I83487ab8aad1611eb02e997dafbcb8344da13df1
67 lines
949 B
Plaintext
67 lines
949 B
Plaintext
*.o
|
|
*.lo
|
|
*.la
|
|
*.db
|
|
*.db-shm
|
|
*.db-wal
|
|
*.pyc
|
|
.*.sw?
|
|
.version
|
|
.tarball-version
|
|
Makefile
|
|
Makefile.in
|
|
aclocal.m4
|
|
autom4te.cache
|
|
compile
|
|
config.guess
|
|
config.log
|
|
config.status
|
|
config.sub
|
|
configure
|
|
depcomp
|
|
install-sh
|
|
libtool
|
|
ltmain.sh
|
|
m4
|
|
*.m4
|
|
missing
|
|
.deps
|
|
|
|
*.pc
|
|
.libs
|
|
|
|
src/db_test
|
|
src/db_bootstrap.h
|
|
src/osmo-hlr
|
|
src/osmo-hlr-db-tool
|
|
src/osmo-euse-demo
|
|
src/gsupclient/gsup-test-client
|
|
|
|
tests/atconfig
|
|
tests/testsuite
|
|
tests/testsuite.log
|
|
tests/testsuite.dir
|
|
|
|
tests/auc/auc_3g_test
|
|
tests/auc/auc_ts_55_205_test_sets.c
|
|
tests/auc/auc_ts_55_205_test_sets
|
|
tests/auc/auc_test
|
|
tests/gsup_server/gsup_server_test
|
|
tests/gsup/gsup_test
|
|
tests/db/db_test
|
|
tests/hlr_vty_test.db*
|
|
tests/db_upgrade/*.dump
|
|
tests/mslookup/mslookup_client_test
|
|
tests/mslookup/mslookup_test
|
|
|
|
# manuals
|
|
doc/manuals/*.html
|
|
doc/manuals/*.svg
|
|
doc/manuals/*.pdf
|
|
doc/manuals/*__*.png
|
|
doc/manuals/*.check
|
|
doc/manuals/generated/
|
|
doc/manuals/osmomsc-usermanual.xml
|
|
doc/manuals/common
|
|
doc/manuals/build
|