《5G核心网原理与实践》实践篇 · AMF 网元功能
《5GC原理与实践》实践篇(14) 对MICO的支持
爱卫生
2023年02月12日 21:53
《5GC原理与实践》实践篇是按网元来规划的。包括AMF篇、SMF篇、PCF篇等。
本文是AMF篇的第14篇。
本期目录:
1.3.7 对MICO的支持 88
1.3.7.1 MICO场景,UE和AMF如何处理? 89
1.3.7.2 怎样唤醒MICO模式?即UE怎样才能切换到连接态? 89
1.3.7.3 MICO模式如何确定与协商? 90
1.3.7.4 MICO的相关主要参数? 90
1.3.7.5 检查项和检查点 92
1.3.7 对MICO的支持
MICO(Mobile Initiated Connection Only)是在23501中5.4.1.3节定义的,用于MMTC场景。类似于NB-IOT中的PSM
(Power Saving Mode),以帮助终端省电和节省功耗为主要目标。
1.3.7.1 MICO场景,UE和AMF如何处理?
1)AMF的处理
AMF应指示UE处于MICO模式。该模式下,AMF侧UE状态是CM-IDLE,并且AMF认为UE是不可达的,因此AMF将拒绝为处于MICO模
式下的UE转发下行数据的请求。
规范原文是:
When the AMF indicates MICO mode to a UE, the AMF considers the UE always unreachable while the UE CM state in the AMF is C
M-IDLE. The AMF rejects any request for downlink data delivery for UE in MICO mode and whose UE CM state in the AMF is CMIDLE with an appropriate cause.
2)UE侧的处理
如果UE得知(AMF告诉它)自己处于MICO模式,将不监听寻呼(即便是CM-IDLE状态。),同时UE会停止所有AS层的流程。
规范原文是:
A UE in MICO mode need not listen to paging while in CMIDLE. A UE in MICO mode may stop any access stratum procedures in CM-IDLE。
1.3.7.2 怎样唤醒MICO模式?即UE怎样才能切换到连接态?
如果UE处于MICO模式,本质上是处于休眠状态。
以下4种场景可以唤醒UE,并切换到CM-Connected状态。包括:
- UE需要主动向网络侧更新配置;
- 周期性注册更新计时器超时;
- 有上行数据要发(例如抄表终端定期上报抄表结果);
- 有上行信令要发;
规范原文是:
A UE in MICO mode may stop any access stratum procedures in CM-IDLE, until the UE initiates transition from CM-IDLE to CMCONNECTED due to one of the following triggers:
- A change in the UE (e.g. change in configuration) requires an update of its registration with the network.
- Periodic registration timer expires.
- MO data pending.
- MO signalling pending (e.g. SM procedure initiated)
1.3.7.3 MICO模式如何确定与协商?
UE可以在初始注册或移动性注册更新流程中,向网络侧提供自己的MICO偏好。AMF可以根据本地配置、UE指明的偏好、期望的UE行
为(如果有的话)、UE签约数据和策略或者上述的组合,最终来决定UE是否启用MICO模式。当AMF决定好后,需要注册接受消息里
告知UE。
如果UE没有声明自己对MICO的偏好,那AMF也不会去激活MICO模式。
规范原文如下:
A UE may indicate preference for MICO mode during Initial Registration or Registration Update procedure. The AMF,based on local co
nfiguration, Expected UE Behaviour if available, UE indicated preferences, UE subscription information and network policies, or any c
ombination of them, determines whether MICO mode is allowed for the UE and indicates it to the UE during Registration procedure. If
the UE does not indicate preference for MICO mode during Registration procedure, the AMF shall not activate MICO mode for this UE
.
1.3.7.4 MICO的相关主要参数?
1)MICO indication
MICO模式指示,用于指示MICO模式。在24501的9.11.3.31定义。
- 出现在注册请求消息里,UE用于指明自己的MICO偏好。
- 出现在注册接受消息里,AMF告知UE最终允许的MICO模式。
- 出现在CONFIGURATION UPDATE COMMAND,UE请求更新MICO模式。
可以看到,该参数还有个bit位,分别是:
- RAAI(Registration Area Allocation Indication)位:注册区域分配指示。该bit位只有下行(AMF-->UE)才会出现,用于告诉UE,该
PLMN下所有TA都是你的注册区(all PLMN registration area allocated)。
注:关于RAAI位(all PLMN registration area allocated)的的作用规范是这么说的:
如果AMF支持并接受使用MICO模式,AMF可以(may)在MICO indication参数中指明"all PLMN registration area allocated" 。如果做
了这个指明,则AMF不在注册接受消息里分配TAI List(也就是该PLMN下所有的TA都是该UE的注册区)。UE收到后,应认为所有的
TA都是自己的注册区,并删除Old TAI List。
规范原文如下:
The AMF shall include the MICO indication IE in the REGISTRATION ACCEPT message only if the MICO indication IE was included i
n the REGISTRATION REQUEST message, the AMF supports and accepts the use of MICO mode.
If the AMF supports and accepts the use of MICO mode, the AMF may indicate "all PLMN registration area allocated" in the MICO indi
cation IE in the REGISTRATION ACCEPT message.
If "all PLMN registration area allocated" is indicated in the MICO indication IE, the AMF shall not assign and include the TAI list in the
REGISTRATION ACCEPT message. If the REGISTRATION ACCEPT message included an MICO indication IE indicating "all PLMN r
egistration area allocated", the UE shall treat all TAIs in the current PLMN as a registration area and delete its old TAI list.
1.3.7.5 检查项和检查点
检查项:AMF能正确解析UE注册请求中的MICO参数,并发下正确的MICO Indication。当处于MICO模式下,AMF应拒绝SMF发过来的
用户面建立请求。
检查点:直接看包检查。
1)UE发给AMF的注册请求,包含了MICO Indication。
2)AMF给UE回的注册接受消息里也指明了MICO Indication。