aboutsummaryrefslogtreecommitdiffstats
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
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
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