osmo-msc/tests/msc_vlr
Harald Welte 467fc5728d switch sqlite3 to single-threaded mode
Looking at 'perf top' of osmo-msc under load shows that there's a
significant amount of time spent in terms of locking (mutex,...)
which is useless as osmo-msc is a single-threaded application.

Unfortunately libdbi doesn't provide a mechanism to perform
sqlite3_config(), so we have to do it directly here, introducing an
explicit build-time dependency (and linkage) to libsqlite3.

Related: OS#5559
Change-Id: I5bbea90d28b6d73b64b9e5124ff59304b90a8a75
2022-05-15 13:04:56 +02:00
..
Makefile.am switch sqlite3 to single-threaded mode 2022-05-15 13:04:56 +02:00
msc_vlr_test_authen_reuse.c Validate the choosen UTRAN encryption algorithm 2021-11-05 01:29:05 +01:00
msc_vlr_test_authen_reuse.err msc_vlr_test: remove DLMGCP log messages from unit test output 2021-09-14 12:06:45 +02:00
msc_vlr_test_authen_reuse.ok msc_vlr_tests: revert IMSI parameter and test nr output 2018-03-02 03:22:16 +01:00
msc_vlr_test_call.c Validate the choosen UTRAN encryption algorithm 2021-11-05 01:29:05 +01:00
msc_vlr_test_call.err Announce IuFP audio codec for UTRAN conns in CRCX towards MGW 2022-01-05 13:58:15 +01:00
msc_vlr_test_call.ok msc_vlr_tests: revert IMSI parameter and test nr output 2018-03-02 03:22:16 +01:00
msc_vlr_test_gsm_authen.c gsup: indicate CN-Domain in SendAuthInfo Requests 2019-12-12 02:10:06 +01:00
msc_vlr_test_gsm_authen.err msc_vlr_test: remove DLMGCP log messages from unit test output 2021-09-14 12:06:45 +02:00
msc_vlr_test_gsm_authen.ok msc_vlr_tests: revert IMSI parameter and test nr output 2018-03-02 03:22:16 +01:00
msc_vlr_test_gsm_ciph.c msc_vlr_test_gsm_ciph.c: fix IMEISV MI: even number of digits, clear odd bit 2020-06-15 03:14:03 +02:00
msc_vlr_test_gsm_ciph.err msc_vlr_test: remove DLMGCP log messages from unit test output 2021-09-14 12:06:45 +02:00
msc_vlr_test_gsm_ciph.ok msc_vlr_tests: revert IMSI parameter and test nr output 2018-03-02 03:22:16 +01:00
msc_vlr_test_hlr_reject.c gsup: indicate CN-Domain in SendAuthInfo Requests 2019-12-12 02:10:06 +01:00
msc_vlr_test_hlr_reject.err msc_vlr_test: remove DLMGCP log messages from unit test output 2021-09-14 12:06:45 +02:00
msc_vlr_test_hlr_reject.ok msc_vlr_tests: revert IMSI parameter and test nr output 2018-03-02 03:22:16 +01:00
msc_vlr_test_hlr_timeout.c gsup: indicate CN-Domain in SendAuthInfo Requests 2019-12-12 02:10:06 +01:00
msc_vlr_test_hlr_timeout.err msc_vlr_test: remove DLMGCP log messages from unit test output 2021-09-14 12:06:45 +02:00
msc_vlr_test_hlr_timeout.ok msc_vlr_tests: revert IMSI parameter and test nr output 2018-03-02 03:22:16 +01:00
msc_vlr_test_ms_timeout.c gsup: indicate CN-Domain in SendAuthInfo Requests 2019-12-12 02:10:06 +01:00
msc_vlr_test_ms_timeout.err msc_vlr_test: remove DLMGCP log messages from unit test output 2021-09-14 12:06:45 +02:00
msc_vlr_test_ms_timeout.ok msc_vlr_tests: revert IMSI parameter and test nr output 2018-03-02 03:22:16 +01:00
msc_vlr_test_no_authen.c libmsc: move subscriber expiration timer T3212 to libvlr 2020-01-25 12:49:42 +07:00
msc_vlr_test_no_authen.err msc_vlr_test: remove DLMGCP log messages from unit test output 2021-09-14 12:06:45 +02:00
msc_vlr_test_no_authen.ok msc_vlr_tests: revert IMSI parameter and test nr output 2018-03-02 03:22:16 +01:00
msc_vlr_test_reject_concurrency.c gsup: indicate CN-Domain in SendAuthInfo Requests 2019-12-12 02:10:06 +01:00
msc_vlr_test_reject_concurrency.err fix crash on CM Serv Rej: fix use count mismatch 2022-05-04 23:43:11 +02:00
msc_vlr_test_reject_concurrency.ok msc_vlr_tests: revert IMSI parameter and test nr output 2018-03-02 03:22:16 +01:00
msc_vlr_test_rest.c gsup: indicate CN-Domain in SendAuthInfo Requests 2019-12-12 02:10:06 +01:00
msc_vlr_test_rest.err msc_vlr_test: remove DLMGCP log messages from unit test output 2021-09-14 12:06:45 +02:00
msc_vlr_test_rest.ok msc_vlr_tests: revert IMSI parameter and test nr output 2018-03-02 03:22:16 +01:00
msc_vlr_test_ss.c gsup: indicate CN-Domain in SendAuthInfo Requests 2019-12-12 02:10:06 +01:00
msc_vlr_test_ss.err msc_vlr_test: remove DLMGCP log messages from unit test output 2021-09-14 12:06:45 +02:00
msc_vlr_test_ss.ok msc_vlr_tests: don't abuse USSD-request to conclude connections 2018-07-29 16:22:06 +02:00
msc_vlr_test_umts_authen.c libvlr: fix is_ciph_required(): always send SecModeCmd for UTRAN 2021-11-30 13:14:16 +00:00
msc_vlr_test_umts_authen.err libvlr: fix is_ciph_required(): always send SecModeCmd for UTRAN 2021-11-30 13:14:16 +00:00
msc_vlr_test_umts_authen.ok msc_vlr_tests: revert IMSI parameter and test nr output 2018-03-02 03:22:16 +01:00
msc_vlr_tests.c Avoid setting audio codec if not available during assignment_complete (MDCX) 2022-01-07 18:50:15 +01:00
msc_vlr_tests.h utran: use new UTRAN encryption enum 2021-11-17 20:18:52 +00:00