aboutsummaryrefslogtreecommitdiffstats
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
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
2018-02-14osmo-hlr: Add talloc context introspection via VTYHarald Welte1-0/+3
2018-02-09Fix expected test output after new 'logging print file 1' vty commandHarald Welte1-0/+1
2018-01-16fix build: db_test: missing LIBOSMOABIS_CFLAGS and _LIBSNeels Hofmeyr1-0/+2
2018-01-07ctrl test: fix: adjust expectations after stricter ctrl parsingNeels Hofmeyr1-8/+8
2017-12-20fix debug log: put 'deriving 2G from 3G' in proper placeNeels Hofmeyr2-2/+30
2017-12-19fix test_subscriber_errors.ctrl after libosmocore changeNeels Hofmeyr1-2/+2
2017-11-29db_test: also test db_get_auc() return valuesNeels Hofmeyr2-5/+80
2017-11-29db_get_auth_data / db_get_auc: clarify return valuesNeels Hofmeyr2-18/+18
2017-11-21db_test: don't verify SQLite issued error messages, they might changeNeels Hofmeyr2-6/+3
2017-10-28fix default logging levels to NOTICE, not DEBUGNeels Hofmeyr4-3/+6
2017-10-28automatically create db tables on osmo-hlr invocationNeels Hofmeyr2-1/+1
2017-10-28db_test: fix *FLAGSNeels Hofmeyr1-7/+1
2017-10-28tests/Makefile: use test db var instead of repeating the pathNeels Hofmeyr1-2/+2
2017-10-27test_subscriber.ctrl: test against octal/hex interpretation of idNeels Hofmeyr2-0/+20
2017-10-27ctrl: completely replace all CTRL commandsNeels Hofmeyr4-35/+714
2017-10-17add hlr_subsrc_nam to put GSUP client notification in proper APINeels Hofmeyr1-0/+6
2017-10-17replace ctrl_test_runner.py with transcript test_subscriber.ctrlNeels Hofmeyr3-243/+46
2017-10-17add test_nodes.vtyNeels Hofmeyr2-0/+118
2017-10-17implement subscriber vty interface, testsNeels Hofmeyr2-2/+367
2017-10-15fix db_subscr_get_by_*(): clear output data; test in db_test.cNeels Hofmeyr1-3/+16
2017-10-11fix db_update_sqn(): reset stmt in all error casesNeels Hofmeyr2-0/+291
2017-10-11refactor db_get_auth_data return valNeels Hofmeyr2-59/+59
2017-10-11add db_subscr_update_aud_by_id(), complete db_subscr_delete_by_id()Neels Hofmeyr2-0/+760
2017-10-11refactor db_subscr_purgeNeels Hofmeyr2-0/+175
2017-10-11refactor db_subscr_lu()Neels Hofmeyr2-0/+174
2017-10-11refactor db_subscr_ps() to db_subscr_nam()Neels Hofmeyr2-0/+183
2017-10-11add db_subscr_get_by_msisdn() and db_subscr_get_by_id()Neels Hofmeyr2-24/+85
2017-10-11less noise: simplify db_remove_reset()Neels Hofmeyr1-5/+0
2017-10-11add initial db_test: creating and deleting subscribersNeels Hofmeyr6-0/+661
2017-10-11ctrl_test_runner.py: use proper constant as test db pathNeels Hofmeyr1-1/+1
2017-09-28add CTRL tests for enable-/disable-/status-psNeels Hofmeyr2-0/+55
2017-09-28add basic CTRL interface testsNeels Hofmeyr2-0/+209
2017-07-13Another attempt at fixing .debMax1-1/+1
2017-07-12deb: use python in shebangMax1-2/+2
2017-07-11Attempt to fix .deb packageMax2-5/+3
2017-06-07tests/auc: Don't require python3Daniel Willmann1-1/+1
2017-03-16debug log: output ind slot, previous sqn, and sqn db updateNeels Hofmeyr2-0/+26
2017-03-16UMTS AKA: implement SQN increment according to SEQ and INDNeels Hofmeyr6-0/+287
2017-03-16fix debug log: adjust to new SQN increment schemeNeels Hofmeyr2-30/+30
2017-03-15auc tests: fix after SQN scheme changes from libosmocoreNeels Hofmeyr4-107/+106
2017-03-15auc tests: adjust cosmetically to prepare for SQN changesNeels Hofmeyr5-93/+118
2017-02-22cosmetic: rename auc_3g_test.c to auc_test.cNeels Hofmeyr5-9/+9
2017-02-22cosmetic: auc_3g_test: improve test debugging toolsNeels Hofmeyr1-5/+66