当前位置: 首页 > java >正文

LTE重建到新小区流程介绍

1.重建介绍

1.1UE发起重建的条件及目的

[From TS 36331]

The purpose of this procedure is to re-establish the RRC connection, which involves the resumption of SRB1 operation, the re-activation of security and the configuration of only the PCell.

A UE in RRC_CONNECTED, for which security has been activated, may initiate the procedure in order to continue the RRC connection. The connection re-establishment succeeds only if the concerned cell is prepared i.e. has a valid UE context. In case E-UTRAN accepts the re-establishment, SRB1 operation resumes while the operation of other radio bearers remains suspended. If AS security has not been activated, the UE does not initiate the procedure but instead moves to RRC_IDLE directly.

E-UTRAN applies the procedure as follows:

- to reconfigure SRB1 and to resume data transfer only for this RB;

- to re-activate AS security without changing algorithms.

1.UE发起重建的条件及重建成功的前提条件

(1)UE发起重建条件:UE处于RRC_CONNECTED ,且AS 侧安全已激活,可以发起重建流程继续RRC 连接。如果AS侧安全未激活,则UE不能发起RRC重建流程,而是会直接移动到RRC_IDLE状态。

(2)重建成功的前提条件:相关小区准备好UE上下文。

2.重建的目的:

(1)重配SRB1;

(2)重新激活AS侧安全能力,且不改变算法。

1.2 UE发起重建的原因

The UE shall only initiate the procedure when AS security has been activated. The UE initiates the procedure when one of the following conditions is met:

1> upon detecting radio link failure,; or

1> upon handover failure ; or

1> upon mobility from E-UTRA failure; or

1> upon integrity check failure indication from lower layers; or

1> upon an RRC connection reconfiguration failure

2.重建到新小区流程

2.1 UE发起RRCReestablishmentRequest

The UE shall set the contents of RRCConnectionReestablishmentRequest message as follows:

1> set the ue-Identity as follows:

        2> set the c-RNTI to the C-RNTI used in the source PCell (handover and mobility from E-UTRA failure) or used in the PCell in which the trigger for the re-establishment occurred (other cases);

        2> set the physCellId to the physical cell identity of the source PCell (handover and mobility from E-UTRA failure) or of the PCell in which the trigger for the re-establishment occurred (other cases);

        2> set the shortMAC-I to the 16 least significant bits of the MAC-I calculated:

                3> over the ASN.1 encoded as per section 8 (i.e., a multiple of 8 bits) VarShortMAC-Input;

                3> with the KRRCint key and integrity protection algorithm that was used in the source PCell (handover and mobility from E-UTRA failure) or of the PCell in which the trigger for the re-establishment occurred (other cases); and

                3> with all input bits for COUNT, BEARER and DIRECTION set to binary ones;

1> set the reestablishmentCause as follows:

        2> if the re-establishment procedure was initiated due to reconfiguration failure as specified in 5.3.5.5 (the UE is unable to comply with the reconfiguration):

                3> set the reestablishmentCause to the value 'reconfigurationFailure';

        2> else if the re-establishment procedure was initiated due to handover failure as specified in 5.3.5.6 (intra-LTE handover failure) or 5.4.3.5 (inter-RAT mobility from EUTRA failure):

                3> set the reestablishmentCause to the value 'handoverFailure';

        2> else:

                3> set the reestablishmentCause to the value 'otherFailure';

The UE shall submit the RRCConnectionReestablishmentRequest message to lower layers for transmission.

2.2 基站侧处理 RRCReestablishmentRequest

(1)接收并解析RRCReestablishmentRequest,验证UE身份

1>通过PCI确认UE是否重建到原小区。

        2>若PCI相同,则UE重建到原小区,通过crnti 查找UE上下文,并检测shortMAC-I是否匹配

        2>若PCI不同,通过 X2接口 向其他小区请求UE上下文,再通过crnti 查找UE上下文,并检测shortMAC-I是否匹配

(2)shortMAC-I计算需要以下输入参数VarShortMAC-Input

TS36331-7.1

TS33401 -7.4.3

2.3 X2接口向其他小区请求UE上下文

[From 36423]

2.3.1 RETRIEVE UE CONTEXT REQUEST

重建目标小区发起RETRIEVE UE CONTEXT REQUEST

The new eNB initiates the procedure by sending the RETRIEVE UE CONTEXT REQUEST message to the old eNB.

If the old eNB is able to identify the UE context and to successfully verify the UE by means of the Resume ID, the ShortMAC-I, optionally the C-RNTI, the failure cell PCI and the E-UTRAN Cell Identifier of the new cell contained in the RETRIEVE UE CONTEXT REQUEST message, it shall respond with the RETRIEVE UE CONTEXT RESPONSE message. The allocation of resources according to the values of the Allocation and Retention Priority IE included in the E-RAB Level QoS Parameters IE shall follow the principles described for the E-RAB Setup procedure in TS 36.413 [4].

If the C-RNTI IE is present in the RETRIEVE UE CONTEXT REQUEST, the old eNB shall ignore the Resume ID IE.

2.3.2 RETRIEVE UE CONTEXT RESPONSE

1.原小区接收RETRIEVE UE CONTEXT REQUEST并解析

(1)根据crnti查找UE上下文,

(2)根据REQUEST消息中crnti,pci ,eutranCellId_计算macI,并与REQUEST消息里macI对比,匹配则UE上下文被找到,则发送RETRIEVE UE CONTEXT RESPONSE

2.发送RETRIEVE UE CONTEXT RESPONSE

2.3.3 RETRIEVE UE CONTEXT FAILURE

小区内未找到UE上下文,发送RETRIEVE UE CONTEXT FAILURE

2.4 基站发送RRCReestablishment消息给UE

恢复SRB1,和重建到原小区流程一致

2.5 基站发送RRC重配消息给UE

恢复SRB2及DRB

更新测量配置参数

2.6 基站发送pathSwitchRequest给核心网

重建到站内其他小区,transportLayerAddress未改变,但是需要更新DLteid

重建到其他站小区,需要更新transportLayerAddress和DLteid

2.7 UE context release

站间重建成功后,新的基站给原站发送UE context release,复用切换接口。释放原小区UE。

站内重建成功后,原小区通过定时器超时释放

3.重建到新小区完整流程

http://www.xdnf.cn/news/12528.html

相关文章:

  • 宁乡地-气-碳-水相互作用综合观测数据集
  • 008-C++String
  • 深入浅出:计算机网络体系结构——信息世界的“交通规则”
  • 0.5S 级精度背后:DJSF1352-RN-6 如何让储能电站的每 1kWh 都「有迹可循」?
  • RK3588 火焰烟雾检测
  • 普中STM32F103ZET6开发攻略(六)
  • 第三十章 MDK的编译过程及文件类型
  • C++递归语句完全指南:从原理到实践
  • python模块——tqdm
  • 代付业务怎么理解?
  • [假面骑士] 龙骑浅谈
  • 【信息系统项目管理师-论文真题】2025上半年(第一批)论文详解(包括解题思路和写作要点)
  • Java并发容器和原子类
  • CppCon 2015 学习:How to Make Your Data Structures Wait-Free for Reads
  • FPGA没有使用的IO悬空对漏电流有没有影响
  • 什么是质量管理工具?质量管理工具有哪些优势?
  • C#中datagridview单元格value为{}大括号
  • C++优选算法 438. 找到字符串中所有字母异位词
  • 【Dv3Admin】系统视图菜单按钮管理API文件解析
  • CodeTop100 Day24
  • 【UEFI系列】SEC阶段讲解
  • 2024年第十五届蓝桥杯青少Scratch初级组-国赛—画矩形
  • Python-15(类与对象)
  • 人工智能初学者可以从事哪些岗位?
  • 逻辑卷和硬盘配额(补充)
  • 会计 - 合并1- 业务、控制、合并日
  • 6个月Python学习计划 Day 16 - 迭代器、生成器表达式、装饰器入门
  • 【汇编逆向系列】八、函数调用包含混合参数-8种参数传参,条件跳转指令,转型指令,movaps 16字节指令
  • 第16届蓝桥杯青少Scratch 4月stema——飞翔的小燕子
  • 二叉树基础全解:存储方式、遍历原理与查找树对比