ATTACH、服务请求值及错误码介绍

2023-11-23 20:20

本文主要是介绍ATTACH、服务请求值及错误码介绍,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!

#**1、ATTACH附着相关取值

##1)ATTACH REQUEST消息中“EPS attach type”
8 7 6 5 4 3 2 1
EPS attach type IEI 0
Spare EPS attach type value octet 1

EPS attach type value (octet 1)
Bits
3 2 1
0 0 1 1:EPS attach
0 1 0 2:combined EPS/IMSI attach
0 1 1 3:EPS RLOS attach (NOTE)
1 1 0 6:EPS emergency attach
1 1 1 7:reserved

1代表EPS 附着、2代表联合附着。。。

##2)ATTACH ACCEPT消息中EPS attach result value的取值
EPS attach result value (octet 1)
Bits
3 2 1
0 0 1 EPS only
0 1 0 combined EPS/IMSI attach

All other values are reserved.

Bit 4 of octet 1 is spare and shall be coded as zero.

##3)EMM的具体原因值的编码规则
Cause value (octet 2)

Bits
8 7 6 5 4 3 2 1
0 0 0 0 0 0 1 0 IMSI unknown in HSS
0 0 0 0 0 0 1 1 Illegal UE
0 0 0 0 0 1 0 1 IMEI not accepted
0 0 0 0 0 1 1 0 Illegal ME
0 0 0 0 0 1 1 1 EPS services not allowed
0 0 0 0 1 0 0 0 EPS services and non-EPS services not allowed
0 0 0 0 1 0 0 1 UE identity cannot be derived by the network
0 0 0 0 1 0 1 0 Implicitly detached
0 0 0 0 1 0 1 1 PLMN not allowed
0 0 0 0 1 1 0 0 Tracking Area not allowed
0 0 0 0 1 1 0 1 Roaming not allowed in this tracking area
0 0 0 0 1 1 1 0 EPS services not allowed in this PLMN
0 0 0 0 1 1 1 1 No Suitable Cells In tracking area
0 0 0 1 0 0 0 0 MSC temporarily not reachable
0 0 0 1 0 0 0 1 Network failure
0 0 0 1 0 0 1 0 CS domain not available
0 0 0 1 0 0 1 1 ESM failure
0 0 0 1 0 1 0 0 MAC failure
0 0 0 1 0 1 0 1 Synch failure
0 0 0 1 0 1 1 0 Congestion
0 0 0 1 0 1 1 1 UE security capabilities mismatch
0 0 0 1 1 0 0 0 Security mode rejected, unspecified
0 0 0 1 1 0 0 1 Not authorized for this CSG
0 0 0 1 1 0 1 0 Non-EPS authentication unacceptable
0 0 0 1 1 1 1 1 Redirection to 5GCN required
0 0 1 0 0 0 1 1 Requested service option not authorized in this PLMN
0 0 1 0 0 1 1 1 CS service temporarily not available
0 0 1 0 1 0 0 0 No EPS bearer context activated
0 0 1 0 1 0 1 0 Severe network failure
0 1 0 0 1 1 1 0 PLMN not allowed to operate at the present UE location
0 1 0 1 1 1 1 1 Semantically incorrect message
0 1 1 0 0 0 0 0 Invalid mandatory information
0 1 1 0 0 0 0 1 Message type non-existent or not implemented
0 1 1 0 0 0 1 0 Message type not compatible with the protocol state
0 1 1 0 0 0 1 1 Information element non-existent or not implemented
0 1 1 0 0 1 0 0 Conditional IE error
0 1 1 0 0 1 0 1 Message not compatible with the protocol state
0 1 1 0 1 1 1 1 Protocol error, unspecified

##4)ESM的具体原因值的编码规则
Cause value (octet 2)

Bits
8 7 6 5 4 3 2 1
0 0 0 0 1 0 0 0 Operator Determined Barring
0 0 0 1 1 0 1 0 Insufficient resources
0 0 0 1 1 0 1 1 Missing or unknown APN
0 0 0 1 1 1 0 0 Unknown PDN type
0 0 0 1 1 1 0 1 User authentication or authorization failed
0 0 0 1 1 1 1 0 Request rejected by Serving GW or PDN GW
0 0 0 1 1 1 1 1 Request rejected, unspecified
0 0 1 0 0 0 0 0 Service option not supported
0 0 1 0 0 0 0 1 Requested service option not subscribed
0 0 1 0 0 0 1 0 Service option temporarily out of order
0 0 1 0 0 0 1 1 PTI already in use
0 0 1 0 0 1 0 0 Regular deactivation
0 0 1 0 0 1 0 1 EPS QoS not accepted
0 0 1 0 0 1 1 0 Network failure
0 0 1 0 0 1 1 1 Reactivation requested
0 0 1 0 1 0 0 1 Semantic error in the TFT operation
0 0 1 0 1 0 1 0 Syntactical error in the TFT operation
0 0 1 0 1 0 1 1 Invalid EPS bearer identity
0 0 1 0 1 1 0 0 Semantic errors in packet filter(s)
0 0 1 0 1 1 0 1 Syntactical errors in packet filter(s)
0 0 1 0 1 1 1 0 Unused (see NOTE 2)
0 0 1 0 1 1 1 1 PTI mismatch
0 0 1 1 0 0 0 1 Last PDN disconnection not allowed
0 0 1 1 0 0 1 0 PDN type IPv4 only allowed
0 0 1 1 0 0 1 1 PDN type IPv6 only allowed
0 0 1 1 0 1 0 0 Single address bearers only allowed
0 0 1 1 0 1 0 1 ESM information not received
0 0 1 1 0 1 1 0 PDN connection does not exist
0 0 1 1 0 1 1 1 Multiple PDN connections for a given APN not allowed
0 0 1 1 1 0 0 0 Collision with network initiated request
0 0 1 1 1 0 0 1 PDN type IPv4v6 only allowed
0 0 1 1 1 0 1 0 PDN type non IP only allowed
0 0 1 1 1 0 1 1 Unsupported QCI value
0 0 1 1 1 1 0 0 Bearer handling not supported
0 0 1 1 1 1 0 1 PDN type Ethernet only allowed
0 1 0 0 0 0 0 1 Maximum number of EPS bearers reached
0 1 0 0 0 0 1 0 Requested APN not supported in current RAT and PLMN combination
0 1 0 1 0 0 0 1 Invalid PTI value
0 1 0 1 1 1 1 1 Semantically incorrect message
0 1 1 0 0 0 0 0 Invalid mandatory information
0 1 1 0 0 0 0 1 Message type non-existent or not implemented
0 1 1 0 0 0 1 0 Message type not compatible with the protocol state
0 1 1 0 0 0 1 1 Information element non-existent or not implemented
0 1 1 0 0 1 0 0 Conditional IE error
0 1 1 0 0 1 0 1 Message not compatible with the protocol state
0 1 1 0 1 1 1 1 Protocol error, unspecified
0 1 1 1 0 0 0 0 APN restriction value incompatible with active EPS bearer context
0 1 1 1 0 0 0 1 Multiple accesses to a PDN connection not allowed

##5)S1AP错误码
在这里插入图片描述

#2、EXTENDED SERVICE REQUEST消息中Service type value的取值

8 7 6 5 4 3 2 1
Service type
IEI Service type value octet 1
Service type value (octet 1)

Service type value
Bits
4 3 2 1
0 0 0 0 mobile originating CS fallback or 1xCS fallback
0 0 0 1 mobile terminating CS fallback or 1xCS fallback
0 0 1 0 mobile originating CS fallback emergency call or 1xCS fallback emergency call
0 0 1 1 unused; shall be interpreted as “mobile originating CS fallback or 1xCS fallback”, if received by the network
0 1 0 0 unused; shall be interpreted as “mobile originating CS fallback or 1xCS fallback”, if received by the network
1 0 0 0 packet services via S1
1 0 0 1 unused; shall be interpreted as “packet services via S1”, if received by the network
1 0 1 0 unused; shall be interpreted as “packet services via S1”, if received by the network
1 0 1 1 unused; shall be interpreted as “packet services via S1”, if received by the network

#3、TRACKING AREA UPDATE REQUEST消息中“EPS update type取值
8 7 6 5 4 3 2 1
EPS update type
IEI “Active” flag EPS update type
Value octet 1

EPS update type value (octet 1, bit 1 to 3)

Bits

3 2 1
0 0 0 0:TA updating
0 0 1 1:combined TA/LA updating
0 1 0 2:combined TA/LA updating with IMSI attach
0 1 1 3:periodic updating
1 0 0 4:unused; shall be interpreted as “TA updating”, if received by the network.
1 0 1 5:unused; shall be interpreted as “TA updating”, if received by the network.

“Active” flag (octet 1, bit 4)
Bit
4
0 No bearer establishment requested
1 Bearer establishment requested

#4、DETACH REQUEST消息中DETACH REQUEST消息中Type of detach及Switch off的取值
Type of detach (octet 1)
UE>网络
Bits
3 2 1
0 0 1 EPS detach
0 1 0 IMSI detach
0 1 1 combined EPS/IMSI detach
1 1 0 reserved
1 1 1 reserved

网络>UE:
Bits
3 2 1
0 0 1 re-attach required
0 1 0 re-attach not required
0 1 1 IMSI detach
1 1 0 reserved
1 1 1 reserved

Switch off (octet 1)

UE>网络:
Bit
4
0 normal detach
1 switch off

这篇关于ATTACH、服务请求值及错误码介绍的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!



http://www.chinasem.cn/article/420486

相关文章

Python中win32包的安装及常见用途介绍

《Python中win32包的安装及常见用途介绍》在Windows环境下,PythonWin32模块通常随Python安装包一起安装,:本文主要介绍Python中win32包的安装及常见用途的相关... 目录前言主要组件安装方法常见用途1. 操作Windows注册表2. 操作Windows服务3. 窗口操作

Linux中SSH服务配置的全面指南

《Linux中SSH服务配置的全面指南》作为网络安全工程师,SSH(SecureShell)服务的安全配置是我们日常工作中不可忽视的重要环节,本文将从基础配置到高级安全加固,全面解析SSH服务的各项参... 目录概述基础配置详解端口与监听设置主机密钥配置认证机制强化禁用密码认证禁止root直接登录实现双因素

c++中的set容器介绍及操作大全

《c++中的set容器介绍及操作大全》:本文主要介绍c++中的set容器介绍及操作大全,本文通过实例代码给大家介绍的非常详细,对大家的学习或工作具有一定的参考借鉴价值,需要的朋友参考下吧... 目录​​一、核心特性​​️ ​​二、基本操作​​​​1. 初始化与赋值​​​​2. 增删查操作​​​​3. 遍历方

java向微信服务号发送消息的完整步骤实例

《java向微信服务号发送消息的完整步骤实例》:本文主要介绍java向微信服务号发送消息的相关资料,包括申请测试号获取appID/appsecret、关注公众号获取openID、配置消息模板及代码... 目录步骤1. 申请测试系统2. 公众号账号信息3. 关注测试号二维码4. 消息模板接口5. Java测试

HTML img标签和超链接标签详细介绍

《HTMLimg标签和超链接标签详细介绍》:本文主要介绍了HTML中img标签的使用,包括src属性(指定图片路径)、相对/绝对路径区别、alt替代文本、title提示、宽高控制及边框设置等,详细内容请阅读本文,希望能对你有所帮助... 目录img 标签src 属性alt 属性title 属性width/h

SpringBoot服务获取Pod当前IP的两种方案

《SpringBoot服务获取Pod当前IP的两种方案》在Kubernetes集群中,SpringBoot服务获取Pod当前IP的方案主要有两种,通过环境变量注入或通过Java代码动态获取网络接口IP... 目录方案一:通过 Kubernetes Downward API 注入环境变量原理步骤方案二:通过

MybatisPlus service接口功能介绍

《MybatisPlusservice接口功能介绍》:本文主要介绍MybatisPlusservice接口功能介绍,本文给大家介绍的非常详细,对大家的学习或工作具有一定的参考借鉴价值,需要的朋友... 目录Service接口基本用法进阶用法总结:Lambda方法Service接口基本用法MyBATisP

MySQL复杂SQL之多表联查/子查询详细介绍(最新整理)

《MySQL复杂SQL之多表联查/子查询详细介绍(最新整理)》掌握多表联查(INNERJOIN,LEFTJOIN,RIGHTJOIN,FULLJOIN)和子查询(标量、列、行、表子查询、相关/非相关、... 目录第一部分:多表联查 (JOIN Operations)1. 连接的类型 (JOIN Types)

如何搭建并配置HTTPD文件服务及访问权限控制

《如何搭建并配置HTTPD文件服务及访问权限控制》:本文主要介绍如何搭建并配置HTTPD文件服务及访问权限控制的问题,具有很好的参考价值,希望对大家有所帮助,如有错误或未考虑完全的地方,望不吝赐教... 目录一、安装HTTPD服务二、HTTPD服务目录结构三、配置修改四、服务启动五、基于用户访问权限控制六、

java中BigDecimal里面的subtract函数介绍及实现方法

《java中BigDecimal里面的subtract函数介绍及实现方法》在Java中实现减法操作需要根据数据类型选择不同方法,主要分为数值型减法和字符串减法两种场景,本文给大家介绍java中BigD... 目录Java中BigDecimal里面的subtract函数的意思?一、数值型减法(高精度计算)1.