aboutsummaryrefslogtreecommitdiffstats
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
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
2018-09-18make: always allow running python tests manuallyNeels Hofmeyr1-5/+4
2018-09-18tweak example configNeels Hofmeyr1-0/+1
2018-09-13fix build: adjust test_nodes.vty to logging changeNeels Hofmeyr1-12/+1
2018-07-30tests/Makefile.am: also remove temporary sqlite filesVadim Yanitskiy1-0/+2
2018-07-30USSD: Add support for internal USSD handlersHarald Welte1-0/+6
2018-07-30USSD: Add new "DSS" logging category and use it appropriatelyHarald Welte1-0/+1
2018-07-30osmo-hlr.cfg: Don't enable DEBUG logging by defaultHarald Welte1-1/+1
2018-07-30USSD: Add Core USSD handling + VTY routing config to HLRHarald Welte1-0/+2
2018-06-24Add "show gsup-connections" VTY commandHarald Welte1-0/+1
2018-05-18move creation of insert subscriber data messages to a common functionStefan Sperling1-1/+1
2018-05-04add gsup_test to catch OS#3231Neels Hofmeyr6-0/+143
2018-04-17use osmo_init_logging2Pau Espin Pedrol3-3/+8