osmo-trx/Transceiver52M/device/common
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
..
Makefile.am device: drop unreasonable LIBOSMO{CTRL,VTY}_{CFLAGS,LIBS} 2020-10-24 23:41:57 +00:00
radioDevice.h clean up mutex, scopedlock, and signal classes 2022-12-23 13:41:30 +00:00
smpl_buf.cpp devices: reset internal smart sample buffers upon stop 2020-08-25 01:00:19 +02:00
smpl_buf.h devices: reset internal smart sample buffers upon stop 2020-08-25 01:00:19 +02:00