2024年4月17日发(作者:)

.

本文涉及到的内容有:

(1)UE在什么时候开始接收RAR

(2)怎么确定RA-RNTI

(3)UE没有收到RAR后的处理

(4)RAR的格式

监测RAR

文章《LTE-TDD随机接入过程(2)-前导码Preamble的格式与时频位置》已经详细说明了UE发送

Preamble前导码的时频位置。当UE发出Preamble后,并不是立即准备接收RAR(Random Access

Response),而是在发送前导码之后的第3个子帧之后才开始准备接收RAR。当然,UE也不可能一直等

待RAR,如果UE连续检测了

ra-ResponseWindowSize

个子帧仍然没有收到RAR,则不再继续监测

RAR信息。

the UE shall monitor the PDCCH for Random Access Response(s) identified by the RA-RNTI

defined below, in the RA Response window which starts at the subframe that contains the end of

the preamble transmission plus three subframes and has length ra-ResponseWindowSize

subframes.

ra-ResponseWindowSize

参数由SIB2中的

RACH-ConfigCommon

字段带给UE,范围是2-10个子

帧,即UE最多连续监测RAR的时长是10ms。

Word专业资料

.

-RNTI的计算

eNB加扰RAR、UE解扰RAR的RA-RNTI并不在空口中传输,但UE和eNB都需要唯一确定RA-RNTI

的值,否则UE就无法解码RAR,因此RA-RNTI就必须通过收发双方都明确的Preamble的时频位置来

计算RA-RNTI的值。

RA-RNTI: The Random Access RNTI is used on the PDCCH when Random Access Response

messages are transmitted. It unambiguously identifies which time-frequency resource was utilized

by the UE to transmit the Random Access preamble.

协议规定了RA-RNTI的计算公式为:RA-RNTI= 1 + t_id+10*f_id。

Word专业资料