You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
UEs now pick a random preamble index (0..numPreambles-1) when sending
RAC requests. The eNB buffers all RAC packets arriving during a TTI
and resolves them at the start of the next TTI: if multiple UEs chose
the same preamble, all of them fail (collision). Unique preambles
succeed as before. Failed UEs exercise the existing backoff/retry path.
New NED parameter `numPreambles` (default 64) on both LteMacUe and
LteMacEnb controls the preamble pool size.
While this is a simplified model of the multi-step exchange that actually takes
place in real LTE and NR systems, it is still represents an improvement
over the previous code that never reported collision.
0 commit comments