mirror of
https://gitlab.eurecom.fr/oai/openairinterface5g.git
synced 2026-07-20 08:00:31 +00:00
Revert RA preamble shift at gNB
This commit is contained in:
@@ -681,7 +681,7 @@ void rx_nr_prach(PHY_VARS_gNB *gNB,
|
||||
preamble_shift -= NCS;
|
||||
|
||||
if (preamble_shift < 0)
|
||||
preamble_shift+=((N_ZC/NCS)*NCS);
|
||||
preamble_shift+=N_ZC;
|
||||
}
|
||||
} else { // This is the high-speed case
|
||||
new_dft = 0;
|
||||
|
||||
Reference in New Issue
Block a user