Skip to content
Snippets Groups Projects
Commit 5502026a authored by Cedric Roux's avatar Cedric Roux
Browse files

adjust prach detection level

just a quick fix before merge, the real solution
is to disable pusch scheduling in the prach, to be
done later
parent 8846260b
No related branches found
No related tags found
No related merge requests found
......@@ -663,7 +663,7 @@ void prach_procedures(PHY_VARS_eNB *eNB,
{
if ((eNB->prach_energy_counter == 100) &&
(max_preamble_energy[0] > eNB->measurements.prach_I0+100)) {
(max_preamble_energy[0] > eNB->measurements.prach_I0+200)) {
LOG_D(PHY,"[eNB %d/%d][RAPROC] Frame %d, subframe %d Initiating RA procedure with preamble %d, energy %d.%d dB, delay %d\n",
eNB->Mod_id,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment