【5G NR】UE注册拒绝原因

316 阅读6分钟

开启掘金成长之旅!这是我参与「掘金日新计划 · 12 月更文挑战」的第18天,点击查看活动详情

作者:[柒号华仔]

个人信条:星光不问赶路人,岁月不负有心人。

个人方向:专注于5G领域,同时兼顾其他网络协议,编解码协议,C/C++,linux等,感兴趣的小伙伴可以关注我,一起交流。


1. Registration Reject数据结构

UE发起初始注册请求,若被AMF拒绝,AMF会发送Registration Reject消息给UE,该消息会包含拒绝的原因值。

REGISTRATION REJECT 消息结构

IEIInformation ElementType/ReferencePresenceFormatLength
Extended protocol discriminatorExtended protocol discriminator9.2MV1
Security header typeSecurity header type9.3MV1/2
Spare half octetSpare half octet9.5MV1/2
Registration reject message identityMessage type9.7MV1
5GMM cause5GMM cause9.11.3.2MV1
5FT3346 valueGPRS timer 29.11.2.4OTLV3
16T3502 valueGPRS timer 29.11.2.4OTLV3
78EAP messageEAP message9.11.2.2OTLV-E7-1503

2. 拒绝原因清单

5GMM原因目的是指示来自UE的5GMM请求被网络拒绝的原因,拒绝原因的编码如下图所示。

5GMM原因是具有2个八位字节长度。

5GMM cause information element

87654321
5GMM cause IEIoctet 1
Cause valueoctet 2

5GMM cause information element

Cause value (octet 2)
Bits
87654321
00000011Illegal UE
00000101PEI not accepted
00000110Illegal ME
000001115GS services not allowed
00001001UE identity cannot be derived by the network
00001010Implicitly de-registered
00001011PLMN not allowed
00001100Tracking area not allowed
00001101Roaming not allowed in this tracking area
00001111No suitable cells in tracking area
00010100MAC failure
00010101Synch failure
00010110Congestion
00010111UE security capabilities mismatch
00011000Security mode rejected, unspecified
00011010Non-5G authentication unacceptable
00011011N1 mode not allowed
00011100Restricted service area
00011111Redirection to EPC required
00101011LADN not available
01000001Maximum number of PDU sessions reached
01000011Insufficient resources for specific slice and DNN
01000101Insufficient resources for specific slice
01000111ngKSI already in use
01001000Non-3GPP access to 5GCN not allowed
01001001Serving network not authorized
01001010Temporarily not authorized for this SNPN
01001011Permanently not authorized for this SNPN
01011010Payload was not forwarded
01011011DNN not supported or not subscribed in the slice
01011100Insufficient user-plane resources for the PDU session
01011111Semantically incorrect message
01100000Invalid mandatory information
01100001Message type non-existent or not implemented
01100010Message type not compatible with the protocol state
01100011Information element non-existent or not implemented
01100100Conditional IE error
01100101Message not compatible with the protocol state
01101111Protocol error, unspecified
Any other value received by the mobile station shall be treated as 0110 1111, "protocol error, unspecified". Any other value received by the network shall be treated as 0110 1111, "protocol error, unspecified".

3. 原因操作描述

  • 3.1 Cause3 or 6(用户非法)

UE将5GS更新状态设置为5U3 ROAMING NOT ALLOWED,并删除5G-GUTI、上次访问的注册TAI、TAI List和ngKSI。

  • Cause  7(5G服务不支持)

UE将5GS更新状态设置为5U3 ROAMING NOT ALLOWED,并删除5G-GUTI、上次访问的注册TAI、TAI List和ngKSI。

在PLMN的情况下,UE应该USIM视为对5GS服务无效,直到关闭或移除包含USIM的UICC;

UE进入5G去注册状态。

  • Cause   11(PLMN不支持)

UE将5GS更新状态设置为5U3 ROAMING NOT ALLOWED,并删除任何5G-GUTI、上次访问的注册TAI、TAI List和ngKSI。UE应删除对应的PLMN列表,重置注册尝试计数器,并将该PLMN标识存储在PLMN禁止列表中。UE应进入5G去注册状态。重新进行PLMN搜索和PLMN选择。如果NAS成功地检查了消息的完整性,UE应将PLMN特定的尝试计数器和针对该PLMN的非3GPP访问的PLMN特定尝试计数器设置为UE实现特定的最大值。

  • Cause   12(TAC不允许)

UE将5GS更新状态设置为5U3 ROAMING NOT ALLOWED,并删除任何5G-GUTI、上次访问的注册TAI、TAI List和ngKSI。UE应将当前TAI存储在当前SNPN的“5GSforbidden tracking areas for regional provision of service”列表中,并进入5G去注册和服务限制状态。

  • Cause   13(禁止漫游)

UE将5GS更新状态设置为5U3 ROAMING NOT ALLOWED,并删除任何5G-GUTI、上次访问的注册TAI、TAI List和ngKSI。将TAI加入“5G禁用"表,并进入5G去注册和服务限制状态。

  • Cause   15(TAC无可用小区)

将当前TAI存入5G禁止漫入表,进入5G去注册和业务限制状态,UE根据小区选择准则搜索一个合适的小区进行驻留。

  • Cause   22(拥塞)

如果拒绝消息中有T3346,并且该值指示该计时器既不是零也不是去激活,则UE应按如下所述进行;否则,应将其视为异常情况。

UE应中止初始注册过程,将5GS更新状态设置为5U2 NOT UPDATED,尝试重新继续注册。

停止定时器T3346,在服务小区中申请正常小区重选进程。

  • Cause   27(N1模式不允许)

UE将5GS更新状态设置为5U3 ROAMING NOT ALLOWED,删除5G-GUTI、上次访问的注册TAI、TAI List和ngKSI。重置注册计数器,UE进入5GMM-DEREGISTERED和LIMITED-SERVICE状态。关闭N1模式下的3GPP和non-3GPP接入。

  • Cause72   (Non-3GPP不允许进行5GCN)

当通过非3GPP访问接收时,UE应将5GS更新状态设置为5U3 ROAMING NOT ALLOWED,并删除5G-GUTI、上次访问的注册TAI、TAI List和ngKSI。此外,UE应重置登记尝试计数器并进入5GMM-DEREGISTERED状态。如果NAS成功地检查了消息的完整性,则UE应将该PLMN的非3GPP访问的PLMN特定N1模式尝试计数器设置为UE实现特定的最大值。

  • Cause73(业务未授权)

重置注册计数器,置PLMN于“PLMN黑名单”,进入5GMM未注册状态,进行PLMN搜索。