错误 #4315
STE原代码中竞争解决定时器超时处理错误,没有按照协议实现
开始日期:
2025-10-25
计划完成日期:
% 完成:
0%
预期时间:
描述
【问题描述】STE原代码中竞争解决定时器超时处理错误,没有按照如下协议实现38.321 5.1.5
3>    discard the TEMPORARY_C-RNTI;
3>    consider the Contention Resolution not successful.
2>    increment PREAMBLE_TRANSMISSION_COUNTER by 1;
2>    if PREAMBLE_TRANSMISSION_COUNTER = preambleTransMax + 1:
3>    indicate a Random Access problem to upper layers.
4>    select a random backoff time according to a uniform distribution between 0 and the PREAMBLE_BACKOFF;
4>    if the criteria (as defined in clause 5.1.2) to select contention-free Random Access Resources is met during the backoff time:
5>    perform the Random Access Resource selection procedure (see clause 5.1.2);
4>    else:
5>    perform the Random Access Resource selection procedure (see clause 5.1.2) after the backoff time.