文章目录
1.1 提供给AS的切片信息
当处于5GMM-IDLE模式的UE发送初始NAS消息时,UE NAS层可以为低层提供NSSAI(requested NSSAI或allowed NSSAI)。
这里需要明确一个问题,AS需要这个切片做什么? 按照理解,UE的AS会将切片信息带给基站,基站根据切片信息选择AMF用的。参考AMF
discovery and selection
AMF可以通过REGISTRATION ACCEPT消息的NSSAI inclusion mode IE指示NSSAI包含模式,在该NSSAI包含模式下,UE应在当前PLMN或SNPN内的RAT上进行操作,其中在下表中描述的以下NSSAI包含模式中选择了NSSAI inclusion mode。
【说明】
其中case g)和n)分别是:
g)UE改变了5GMM或者S1 UE网络能力时;
n)UE在IDLE模式改变了NR的无线能力;
- g) when the UE changes the 5GMM capability or the S1 UE network capability or both;
- n) when the UE in 5GMM-IDLE mode changes the radio capability for NG-RAN or E-UTRAN;
【23501】:5.15.9
- a) The UE shall include an NSSAI set to the Allowed NSSAI, if available, in the Access Stratum Connection Establishment caused by a Service Request, Periodic Registration Update or Registration procedure used to update the UE capabilities;
在这种场景,之所以可以使用allowed,是因为网络依然支持原切片,只是网络能力变化了,而非真正的“移动”了。
1.1.1 UE应存储NSSAI inclusion mode:
- a)AMF指示,如果AMF在REGISTRATION ACCEPT消息中包括NSSAI包含模式IE;
- b)由UE决定,如果AMF没有在注册接受消息中包括NSSAI包含模式IE;
在存储时需要注意,要和当前PLMN/RAT组合、注册区域一起存储,在使用时,在当前PLMN即等效EPLMN范围内注册区域内有效。
plmn+ access type+ registered tai
1.1.2 无NSSAI inclusion mode可用
如果发起注册过程时,当前PLMN不在原注册区域RA内,如果在UE的存储中,没有NSSAI inclusion mode,要按照如下方式填写:
- a)如果UE正在通过3GPP接入执行注册过程,则没有NSSAI; 要么
- b)如果UE正在非3GPP接入上执行注册过程,则填充requested NSSAI。
如果UE是跨系统而来,在UE的存储中,没有NSSAI inclusion mode,则要填充一个3gpp下的任意一个切片。
1.2 AMF discovery and selection(RAN的功能)
AMF发现和选择功能适用于3GPP接入和非3GPP接入。
5G-AN(例如RAN,N3IWF)可以支持AMF选择功能,并用于为给定UE选择AMF实例。 AMF支持AMF选择功能以选择要重定位的AMF,或者因为最初选择的AMF不是服务UE的适当AMF(例如,由于允许的NSSAI的更改)。
1.2.1 什么时候AN会重选AMF:
- When the UE provides no 5G-S-TMSI nor the GUAMI to the 5G-AN.(没有5G-S-TMSI或GUAMI,无法从中提取AMF 标识)
- When the UE provides 5G-S-TMSI or GUAMI but the routing information (i.e. AMF identified based on AMF Set ID, AMF pointer) present in the 5G-S-TMSI or GUAMI is not sufficient and/or not usable (e.g. UE provides GUAMI with an AMF region ID from a different region).(AMF无法提取或者标识不可用)
- AMF has instructed AN that the AMF (identified by GUAMI(s)) is unavailable and no target AMF is identified and/or AN has detected that the AMF has failed.(AMF不可用)
1.2.2 选择AMF集:
- 从GUAMI派生的AMF区域ID(AMF Region ID)和AMF集ID(AMF Set ID)
- 请求的NSSAI(Requested NSSAI)
- 当地运营商策略(Local operator policies)
- UE在RRC信令中指示的5G CIoT功能(5G CIoT features indicated in RRC signalling by the UE)
- IAB指示(IAB-indication)【integrated access and backhaul,5G 集成无线接入和回传】
- NB-IoT RAT类型(NB-IoT RAT Type)【物联网】
- M类指示(Category M Indication)【eMTC、LTE Cat-M1 物联网的一种】
1.2.3 从AMF集选择AMF:
- 候选AMF的可用性;
- 跨候选AMF的负载平衡(例如,考虑AMF集中候选AMF的权重因子)。
- 在5G-AN中,UE在RRC信令中指示的5G CIoT功能。
来源:oschina
链接:https://my.oschina.net/u/4311964/blog/4678981