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 c16ac6c890 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.
4 years ago
..
hdr mux,bsr: refactor UL buffer status reporting 4 years ago
src ue_stack: only push sync event to event queue is stack is still running 4 years ago
test mac_test: update tests involving BSR handling 4 years ago
CMakeLists.txt Updated copyright 5 years ago
ue.conf.example correct default value of PHY threads in eNB and UE examples 4 years ago