mirror of https://github.com/pvnis/srsRAN_4G.git
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.master
parent
7495986b5c
commit
43a6cd50e5
Loading…
Reference in New Issue