srsLTE/srsue
Andre Puschmann a09fb95c25 proc_ra: protect RA procedure from concurrent thread access
that patch addreses issue #2199 by defering RA-related calls that
are executed from within PHY workers.

The time-critical bits of more complex functions such as tb_decoded()
are still executed in the PHY worker thread but the state machine
manipulation is defered.
2021-01-20 17:12:10 +01:00
..
hdr proc_ra: protect RA procedure from concurrent thread access 2021-01-20 17:12:10 +01:00
src proc_ra: protect RA procedure from concurrent thread access 2021-01-20 17:12:10 +01:00
test proc_ra: protect RA procedure from concurrent thread access 2021-01-20 17:12:10 +01:00
CMakeLists.txt change license header to agnostic version with hint to root LICENSE file 2020-12-12 15:59:25 +01:00
ue.conf.example Fix comments in ue.conf 2020-09-14 16:54:47 +02:00