srsLTE/lib
faluco e20934583e Remove an unsafe assert in the log backend that could be triggered under very certain circumstances.
RFCI has detected this assert failing in the log_backend_test. I have not been able to reproduce this locally but my theory is the following one:
one of the unit tests does the following:

backend.start();
backend.stop();

the internal running_flag member could be set to true and then to false by the main thread before the worker thread calls do_work(). If this happens
the assert will be triggered, which is wrong and too conservative, so remove the assert.
2021-06-28 10:02:22 +02:00
..
examples Added 5G NAS PCAP support 2021-06-22 09:02:07 +02:00
include Suggested modifications on gNb MAC/PHY interface 2021-06-28 00:27:36 +02:00
src Remove an unsafe assert in the log backend that could be triggered under very certain circumstances. 2021-06-28 10:02:22 +02:00
test Refactored gNb PHY 2021-06-28 00:27:36 +02:00
CMakeLists.txt rename srsLTE to srsRAN 2021-03-21 21:47:01 +01:00