srsLTE/lib
Andre Puschmann f6d3467884 ringbuffer: fix timeout calculation for timed read
with ZMQ RF, we've seen the radio returning -1 and traced
the issue down to the ringbuffer.
in fact, pthread_cond_timedwait() returned 22 (EINVAL) indicating
a wrong timeout value. The issue was likely an overflow
in the timespec parameter. This patch checks for the return
value of pthread_cond_timedwait() and also calculates the
nanosecond wrap around for the timespec
2020-07-07 23:04:05 +02:00
..
examples Add per-channel TX gain (#1450) 2020-06-19 11:00:12 +02:00
include updated fsm to allow enter methods to receive event that caused them 2020-07-06 14:25:03 +01:00
src ringbuffer: fix timeout calculation for timed read 2020-07-07 23:04:05 +02:00
test updated fsm to allow enter methods to receive event that caused them 2020-07-06 14:25:03 +01:00
CMakeLists.txt Updated copyright 2020-03-16 11:26:06 +01:00