mirror of https://github.com/pvnis/srsRAN_4G.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
f6d3467884
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 |
5 years ago | |
---|---|---|
.. | ||
examples | 5 years ago | |
include | 5 years ago | |
src | 5 years ago | |
test | 5 years ago | |
CMakeLists.txt | 5 years ago |