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 cc2d71183e ue,phy,nr: fix race condition when setting UL grant for Msg3
the Msg3 UL grant requires the TTI in which the RAR has been received
to calcualte the correct timing. There was a race between PHY and Stack
thread.

This patch circumvents the issue by removing a PHY state member that only holds
the RAR Rx timing. In the new interface the RA proc passes the Rx TTI
to the PHY again when setting the UL grant so the PHY can calculate the
correct timing without any state.
3 years ago
..
lte Refactored worker_end mechanism for concurrent workers 3 years ago
nr ue,phy,nr: fix race condition when setting UL grant for Msg3 3 years ago
scell Fix TSAN warnings in UE (#3021) 3 years ago
phy.h ue,phy,nr: fix race condition when setting UL grant for Msg3 3 years ago
phy_common.h Refactored worker_end mechanism for concurrent workers 3 years ago
phy_metrics.h Implemented UE open loop CFO compensation for NR 3 years ago
prach.h prach: protect configuration and state getters with mutex 3 years ago
search.h fixing support for extended Cyclic Prefix 4 years ago
sfn_sync.h rename srsLTE to srsRAN 4 years ago
sync.h Fix TSAN warnings in UE (#3021) 3 years ago
sync_state.h Fix TSAN warnings in UE (#3021) 3 years ago
ta_control.h rename srsLTE to srsRAN 4 years ago
ue_lte_phy_base.h SRSUE: review metrics interfaces 4 years ago
ue_nr_phy_base.h SRSUE: review metrics interfaces 4 years ago
ue_phy_base.h SRSUE: review metrics interfaces 4 years ago