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
..
phy sync: protect sync_state, access ue_sync object only from one thread 4 years ago
stack dl_harq: fix unlocking of unlocked mutex bug detected by TSAN 4 years ago
metrics_csv.h Fixed issues from coverity: 4 years ago
metrics_json.h Implement UE metrics in JSON format. 4 years ago
metrics_stdout.h metrics_stdout: fix race detected by TSAN 4 years ago
ue.h Implement UE metrics in JSON format. 4 years ago
ue_metrics_interface.h SRSUE: Reviewed PHY metrics getter 4 years ago