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.
Ismael Gomez 4e39982a19
Fix TSAN warnings in UE (#3021)
* Protect PHY SR signal management in a class

* Protect intra_freq_meas vector

* Protect cell and srate shared variables in thread-safe classes

* srsue,srsenb: include TSAN options header

* Protect ue_rnti_t and rnti scheduling windows behind thread-safe classes

* Protect access to state variable in sync_state

* Protect access to metrics configuration

* Protect access to is_pending_sr

* Protect access to UE prach worker

* Protect UE mux

* Avoid unlocking mutex twice

* Fix data races in RF/ZMQ

* Fix data races in intra_measure and PHY

* Fix minor data races in MAC

* Make TSAN default behaviour to not halt on error

* Fix blocking in intra cell measurement

* Address comments

Co-authored-by: Andre Puschmann <andre@softwareradiosystems.com>
4 years ago
..
agc rename srsLTE to srsRAN 4 years ago
ch_estimation Added SSB search measure/decode file test 4 years ago
channel Improvements in NR cell search 4 years ago
common Initial UE synchronization for NR 4 years ago
dft rename srsLTE to srsRAN 4 years ago
enb Refactored gNb PHY 4 years ago
fec Added CRC match function and simplify CRC check 4 years ago
io Filesource filename to constant 4 years ago
mimo rename srsLTE to srsRAN 4 years ago
modem demod_soft: removed unused NEON code 4 years ago
phch Added NR type1 RIV function helper 4 years ago
resampling Fix resampler stack overflow 4 years ago
rf Fix TSAN warnings in UE (#3021) 4 years ago
scrambling rename srsLTE to srsRAN 4 years ago
sync Initial UE synchronization for NR 4 years ago
ue Make ACK M constant i UEDLNR 4 years ago
utils Optimised random bit (unpacked) and byte (packed) generator 4 years ago
CMakeLists.txt rename srsLTE to srsRAN 4 years ago