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.
Andre Puschmann 43a6cd50e5 rf_imp: fix stopping of AGC thread
hard killing of AGC thread causes issue on some RF devices,
such as the N310. The thread still seemed to access the device while
the radio was already killed (or the streamer object deleted).

It's unclear why this isn't causing similar issues on B210 or X310,
at least not visible, but it is obviously not the correct way to stop a thread.

The patch now correctly sets the stop flag for the AGC thread, wakes it
it up and waits until it has terminated.
4 years ago
..
examples update nr asn1 files, and asn1 tests 4 years ago
include Minor aesthetic changes and fix memory issue 4 years ago
src rf_imp: fix stopping of AGC thread 4 years ago
test Fix UE/ENB DL NR 4 years ago
CMakeLists.txt Updated copyright 5 years ago