Commit 5502026a authored by Cedric Roux's avatar Cedric Roux

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
...@@ -663,7 +663,7 @@ void prach_procedures(PHY_VARS_eNB *eNB, ...@@ -663,7 +663,7 @@ void prach_procedures(PHY_VARS_eNB *eNB,
{ {
if ((eNB->prach_energy_counter == 100) && 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", 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, eNB->Mod_id,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment