osmo-trx/tests
Eric Wild 5561f1129d clean up mutex, scopedlock, and signal classes
This also uncovers very interesting design decisions like the copying of
mutexes and condition vars depending on recursive locks that were
previously hidden by shady c function calls..
We have perfectly good c++11 versions for all of that.

While we're at it, also use the initialization list for the other (still
copy constructable) vectors, which cleans up the radio interfaces.

Change-Id: Idc9e3b1144c5b93f5dad2f8e0e30f1058477aa52
2022-12-23 13:41:30 +00:00
..
CommonLibs clean up mutex, scopedlock, and signal classes 2022-12-23 13:41:30 +00:00
Transceiver52M tests: use 'check_PROGRAMS' instead of 'noinst_PROGRAMS' 2022-04-13 19:55:36 +03:00
Makefile.am tests: Migrate convtest util to autotest infrastructure 2018-01-11 18:45:12 +01:00
testsuite.at Transceiver: replace UDPSocket with libosmocore socket API 2019-07-02 15:07:25 +02:00