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 98a91a2057 sync: protect sync_state, access ue_sync object only from one thread
races detected with TSAN, primarily the ue_sync object which isn't
thread-safe is accessed by all workers to set the CFO and by the
sync thread to receive samples (which read the CFO).

The patch introduces shadow variables that are updates from the
main thread before/after the sync is executed. The atomic shadow
variables can then be read from otherthreads without holding a
mutex, i.e. blocking the sync.
4 years ago
..
hdr sync: protect sync_state, access ue_sync object only from one thread 4 years ago
src sync: protect sync_state, access ue_sync object only from one thread 4 years ago
test nas_test: fix TSAN warnings 4 years ago
CMakeLists.txt rename srsLTE to srsRAN 4 years ago
ue.conf.example fixing support for extended Cyclic Prefix 4 years ago