调度请求中dsr-TransMax和SR禁止定时器的作用是什么
调度请求中dsr-TransMax标示sr重传的最大次数,如果超过最大次数并且enb还是没有收到sr,此时就要发起随机接入了
我看标准上说-
if no UL-SCH resources are available for a transmission in this TTI:
- if the UE has no valid PUCCH resource for SR configured in any TTI: initiate a Random Access procedure (see subclause 5.1) on the PCell and cancel all pending SRs;
- else if the UE has a valid PUCCH resource for SR configured for this TTI and if this TTI is not part of a measurement gap and if sr-ProhibitTimer is not running:
- if SR_COUNTER < dsr-TransMax:
- increment SR_COUNTER by 1;
- instruct the physical layer to signal the SR on PUCCH;
- start the sr-ProhibitTimer.
请问具体什么时候要通过随机接入的方式发送SR?上面的in any TTI怎么理解?
同问in any TTI怎么理解?
SR禁止定时器的作用是什么?
我理解any就是这个UE根本就湖分配到任何用于SR的PUCCH资源。而且它又没有 UL-SCH资源,因此它只有Random Access一条路了。