mirror of https://github.com/pvnis/srsRAN_4G.git
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.master
parent
ed92f2bd34
commit
cc2d71183e
Loading…
Reference in New Issue