aboutsummaryrefslogtreecommitdiffstats
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2020-01-30db v6: determine 3G AUC IND from VLR nameNeels Hofmeyr3-1/+134
2020-01-30drop error log for when a subscriber does not existNeels Hofmeyr1-26/+0
2020-01-30D-GSM 3/n: implement roaming by mslookup in osmo-hlrNeels Hofmeyr2-1/+340
2020-01-30D-GSM 2/n: implement mDNS method of mslookup serverNeels Hofmeyr2-0/+4
2020-01-29test_nodes.vty: remove cruftNeels Hofmeyr1-64/+1
2020-01-29db v5: prep for D-GSM: add vlr_via_proxy and sgsn_via_proxyNeels Hofmeyr1-8/+11
2020-01-292/2: fixup: add osmo_gsup_peer_id with type enum and unionNeels Hofmeyr3-3/+3
2020-01-291/2: refactor: add and use lu_fsm, osmo_gsup_req, osmo_ipa_nameNeels Hofmeyr11-28/+233
2020-01-13add mDNS lookup method to libosmo-mslookup (#2)Oliver Smith6-0/+1239
2020-01-12Revert "add mDNS lookup method to libosmo-mslookup"Harald Welte6-1204/+0
2020-01-10add mDNS lookup method to libosmo-mslookupOliver Smith6-0/+1204
2020-01-10add libosmo-mslookup abstract clientOliver Smith7-0/+464
2019-12-10tests/auc: change back to python3osmith/fix-python3Oliver Smith1-2/+1
2019-12-01AUC: Add support for setting the AMF separation bit to '1' for EUTRANHarald Welte2-13/+13
2019-11-27db v4: add column last_lu_seen_psNeels Hofmeyr1-8/+10
2019-11-25test_nodes.vty: tweak: add some '?' checksNeels Hofmeyr1-3/+47
2019-11-25remove gsup_testNeels Hofmeyr6-144/+0
2019-11-25Makefile convenience: add VTY_TEST var to run only one testNeels Hofmeyr1-3/+3
2019-11-25db upgrade: remove some code dupNeels Hofmeyr1-0/+2
2019-11-25fix upgrade test in presence of ~/.sqlitercNeels Hofmeyr1-6/+6
2019-11-20move headers to include/osmocom/hlrNeels Hofmeyr9-14/+14
2019-11-12hlr db schema 3: hlr_number -> msc_numberNeels Hofmeyr1-10/+10
2019-11-12tests/db_upgrade: disable for old sqlite versionsOliver Smith1-0/+3
2019-10-31add db_upgrade testNeels Hofmeyr10-0/+416
2019-10-08tests/test_nodes.vty: check less libosmocore cmdsOliver Smith1-24/+4
2019-08-13tests: Fix db_test err file to expect error code name instead of valuePau Espin Pedrol1-1/+1
2019-08-12Fix test for return codes on mipsel and alpha archsRuben Undheim2-17/+27
2019-07-30src/db.c: integrate SQLite3 with talloc allocatorVadim Yanitskiy1-0/+4
2019-07-30tests/db_test: close the database when test is finishedVadim Yanitskiy1-0/+1
2019-07-30build: fix mess with 'db_test_SOURCES' and 'db_test_LDADD'Vadim Yanitskiy1-4/+4
2019-07-25db_auc.c: verify hex key sizes read from DBOliver Smith2-0/+161
2019-07-15VTY: add subscriber update network-access-modeOliver Smith1-4/+38
2019-06-04db_hlr: zero-initialize "struct tm"Oliver Smith1-3/+1
2019-06-03db_test: set timezone to work around mktime bugOliver Smith1-1/+3
2019-05-19Create subscribers on demandOliver Smith2-0/+45
2019-05-13db_hlr.c: add db_subscr_exists_by_msisdn()Vadim Yanitskiy2-0/+12
2019-05-13db_hlr.c: add db_subscr_exists_by_imsi()Oliver Smith2-0/+11
2019-05-13db_hlr.c: db_subscr_create(): add flags argumentOliver Smith2-32/+86
2019-05-08osmo-hlr: allow configuring db path from cfg fileNeels Hofmeyr1-0/+2
2019-03-19tests: use -no-install libtool flag to avoid ./lt-* scriptsOliver Smith4-0/+7
2019-02-18Enable statsd supportMax1-0/+4
2019-01-24VTY: integrate IMEIOliver Smith3-13/+79
2019-01-24VTY tests: fill DB before running testOliver Smith3-60/+65
2019-01-24Optionally store IMEI in subscriber tableOliver Smith1-0/+4
2019-01-24Add IMEI column to subscriber tableOliver Smith2-0/+66
2018-12-05SS/USSD: make NCSS session timeout configurableVadim Yanitskiy1-0/+1
2018-12-04add database schema versioning to the HLR databaseStefan Sperling1-1/+1
2018-12-02implement removal of MSISDNNeels Hofmeyr1-1/+20
2018-12-02add 'show subscriber' command, alias for 'subscriber ... show'Neels Hofmeyr2-0/+9
2018-09-26fix VTY tests to expect well-formed output of logging configurationHarald Welte1-4/+4