osmo-msc/tests
Harald Welte d43c22ef65 switch from libdbi to lbsqlite3
The choice of libdbi was one of the biggest early mistakes in (back
then) OpenBSC development.  A database abstraction library that
prevents you from using proper prepared statements.  Let's finally
abandon it and use sqlite3 directly, just like we do in osmo-hlr.

I decided to remove the database migration code as it would be relatively
cumbersome to port all of it to direct sqlite3 with prepared statements,
and it is prone to introduction of all kinds of errors.  Since we don't
have a body of older database files and comprehensive migration tests,
it is safer to not offer migration code of uncertain quality.  The last
schema revision (5) was introduced 5 years ago in 2017 (osmo-msc
v1.1.0), so it is considered an exceptionally rare case.  People can
install osmo-msc 1.1.0 through 1.8.0 to upgrade to v5 before using
this new 'direct sqlite3' version of osmo-msc.

Change-Id: Ia334904289f92d014e7bd16b02b3b5817c12c790
Related: OS#5559, OS#5563, OS#5564
2022-05-17 14:04:44 +02:00
..
db_sms switch from libdbi to lbsqlite3 2022-05-17 14:04:44 +02:00
mncc tests: use 'check_PROGRAMS' instead of 'noinst_PROGRAMS' 2022-04-13 19:55:35 +03:00
msc_vlr switch sqlite3 to single-threaded mode 2022-05-15 13:04:56 +02:00
sdp_msg tests: use 'check_PROGRAMS' instead of 'noinst_PROGRAMS' 2022-04-13 19:55:35 +03:00
smpp tests: use 'check_PROGRAMS' instead of 'noinst_PROGRAMS' 2022-04-13 19:55:35 +03:00
sms_queue switch from libdbi to lbsqlite3 2022-05-17 14:04:44 +02:00
Makefile.am tests: Remove sms.db{-wal,-shm} files, not just sms.db 2022-05-16 17:44:01 +02:00
atlocal.in remove further files and autotest/autoconf bits irrelevant to osmo-msc 2017-10-03 09:44:23 +08:00
ctrl_test_runner.py osmoappdesc.py, tests: switch to python 3 2019-12-12 09:29:19 +00:00
smpp_test_runner.py osmoappdesc.py, tests: switch to python 3 2019-12-12 09:29:19 +00:00
stubs.c tests: share stubs.h from msc_vlr_test as stubs.c 2019-06-03 17:17:58 +07:00
test_neighbor_ident.vty vty/cfg: add missing write-back of inter-BSC and inter-MSC HO config 2019-05-09 02:06:42 +02:00
test_nodes.vty Make UTRAN encryption algorithms configurable 2021-11-05 01:29:05 +01:00
testsuite.at MNCC v6: add optional SDP to the socket protocol 2019-11-28 02:52:55 +01:00
vty_test_runner.py libmsc: move subscriber expiration timer T3212 to libvlr 2020-01-25 12:49:42 +07:00