File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -27,9 +27,9 @@ simple LteMacUe extends LteMacBase
2727 @class ("LteMacUe" );
2828 string collectorModule = default ("" );
2929
30- int maxRacAttempts = default (0); // preambleTransMax; max RAC attempts (0 = give up after first failure)
30+ int maxRacAttempts = default (10); // preambleTransMax; max RAC attempts (0 = give up after first failure)
3131 int racBackoffMin = default (0); // min random backoff (TTIs) after failed RAC
32- int racBackoffMax = default (0); // max random backoff (TTIs) after failed RAC (0 = no backoff, instant retry)
32+ int racBackoffMax = default (20); // max random backoff (TTIs) after failed RAC (0 = no backoff, instant retry)
3333 int raResponseWindow = default (3); // ra-ResponseWindow: TTIs to wait before retrying RAC
3434 int retxBsrTimer = default (40); // retxBSR-Timer: BSR retransmission timer (TTIs; 0 = disabled)
3535}
You can’t perform that action at this time.
0 commit comments