Skip to content

UE data race fix

Sakthivel Velumani requested to merge nr-ue-avoid-dl-race into develop

When a new sync request is sent to PHY, we clear harq buffer and start synchronization process. This could lead to unexpected behavior or segv because DL actors might be using the buffer we just cleared. To avoid this, the DL actors are shutdown and re initiated before clearing harq info.

Merge request reports

Loading