top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

How the back off indicator indicates the time delay between PRACH and next PRACH ?

+2 votes
706 views
How the back off indicator indicates the time delay between PRACH and next PRACH ?
posted Mar 19, 2014 by Mridul

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

+1 vote

Backoff Indicator is a special MAC subheader that carries the parameter indicating the time delay between a PRACH and the next PRACH.

There are cases where a UE has to send another PRACH after it already sent a PRACH. The most common cases would be as follows.
i) UE sent a PRACH but didn't get a RAR for some reason.
ii) UE sent a PRACH and got RAR, but the RAPID in the RAR is not for the UE.

In this case, UE is supposed to send another PRACH. In this case, UE would have a question, saying "When/How soon do I have to send the next PRACH ?".
Backoff Indicator provide the answer to this question.

At the beginning I said 'Backoff Indicator' is a special form of MAC header/subheader. As you know, each form of MAC header/subheader has it's own data structure. The structure of 'Backoff Indicator' is as follows.

E/T/R/BI MAC subheader
enter image description here

If you see the bit field shown above, you would notice that BI (Backoff Indicator) field is made up of 4 bits, implying that it can carry the value from 0~15. Each of these value maps to a specific time value as shown in the following table. (36.321). For example, if the BI field value is 10, Backoff Parameter value is 320 ms. This means UE can send PRACH any time in between 0 and 320 ms from now.

Backoff Parameter value

enter image description here

When this BI is transmitted by MAC, it is transmitted as in the following structure (36.321). You see BI subheader should always be at the beginning of the whole MAC header. If you see more carefully, you would notice that BI subheader is shown with 'dotted' rectangle. It means that this is optional, implying that the network send or does not send BI depending on the situation.
If you see even more carefully, you would notice that BI subheader does not have any corresponding payload part. It means "Backoff Indicator" information is carried directly by the MAC header/subheader and it doesn't use any payload field.

Example of MAC PDU consisting of a MAC header and MAC RAR's

enter image description here

answer Mar 19, 2014 by Hiteshwar Thakur
Similar Questions
0 votes

say e.g what is the delay between DL-Config to next DL-Config , DL-Config to current Ul-config

+1 vote

I don't know the complete use of CQI at eNodeB. Does it impact only downlink scheduling parameters or also considered while granting uplink resources ?

0 votes

As i know two type of CQI in lte, sub band CQI and wide band CQI. I wide band CQI it sends channel quality for whole bandwidth but in case of sub band CQI how UE calculates CQI?

+1 vote

Why HARQ ACK delay is 3ms? As such i saw , as soon as MAC receives Tb it sends ACK in next SF but UE takes 3ms to receive the ACK why is this delay?

...