mirror of https://github.com/pvnis/srsRAN_4G.git
ue_stack: only push sync event to event queue is stack is still running
stopping the UE in ZMQ mode caused a dead-lock because the Stack was stopped before the PHY causing the sync queue to overflow. Since we use a queue-length of 1 in ZMQ, mode, the PHY sync thread was blocking to push a new sync event while the stack thread was already stopped. this patch makes sure no new sync events are queued after the stack has been terminated.master
parent
aec18a93d1
commit
c16ac6c890
Loading…
Reference in New Issue