mirror of https://github.com/pvnis/srsRAN_4G.git
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.
98a91a2057
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 | 4 years ago | |
src | 4 years ago | |
test | 4 years ago | |
CMakeLists.txt | 4 years ago | |
ue.conf.example | 4 years ago |