Table of Contents

MME

开源:OpenLTE liblte_mme.h

24.301 v10.2.0 Section 9.9.2.0

24.301 v10.2.0 Section 9.9.2.0A24.008 v10.2.0 Section 10.5.7.8

24.301 v10.2.0 Section 9.9.2.1

24.301 v10.2.0 Section 9.9.2.224.008 v10.2.0 Section 10.5.1.3

liblte_mme.h

相关链接



MME

开源:OpenLTE liblte_mme.h

24.301 v10.2.0 Section 9.9.2.0

/*********************************************************************IE Name: Additional InformationDescription: Provides additional information to upper layers inrelation to the generic NAS message transportmechanism.Document Reference: 24.301 v10.2.0 Section 9.9.2.0
*********************************************************************/
// Defines
#define LIBLTE_MME_ADDITIONAL_INFORMATION_MAX_N_OCTETS (LIBLTE_MAX_MSG_SIZE/2)
// Enums
// Structs
typedef struct{uint8  info[LIBLTE_MME_ADDITIONAL_INFORMATION_MAX_N_OCTETS];uint32 N_octets;
}LIBLTE_MME_ADDITIONAL_INFORMATION_STRUCT;

9.9.2.0 Additional information
The purpose of the Additional information information element is to provide additional information to upper layers in relation to the generic NAS message transport mechanism.
The Additional information information element is coded as shown in figure 9.9.2.0.1 and table 9.9.2.0.1.
The Additional information is a type 4 information element with a minimum length of 3 octets.


24.301 v10.2.0 Section 9.9.2.0A
24.008 v10.2.0 Section 10.5.7.8

/*********************************************************************IE Name: Device PropertiesDescription: Indicates if the UE is configured for NAS signallinglow priority.Document Reference: 24.301 v10.2.0 Section 9.9.2.0A24.008 v10.2.0 Section 10.5.7.8
*********************************************************************/
// Defines
// Enums
typedef enum{LIBLTE_MME_DEVICE_PROPERTIES_NOT_CONFIGURED_FOR_LOW_PRIORITY = 0,LIBLTE_MME_DEVICE_PROPERTIES_CONFIGURED_FOR_LOW_PRIORITY,LIBLTE_MME_DEVICE_PROPERTIES_N_ITEMS,
}LIBLTE_MME_DEVICE_PROPERTIES_ENUM;

9.9.2.0A Device properties
See subclause 10.5.7.8 in 3GPP TS 24.008 [13].

10.5.7.8 Device properties
The purpose of the Device properties information element is to indicate if the MS is configured for NAS signalling low priority. The network uses the Device properties information element for core-network congestion handling and for charging purposes.
The Device properties information element is coded as shown in figure 10.5.7.8.1/3GPP TS 24.008 and table 10.5.7.8.1/3GPP TS 24.008.
The Device properties is a type 1 information element.


24.301 v10.2.0 Section 9.9.2.1

/*********************************************************************IE Name: EPS Bearer Context StatusDescription: Indicates the state of each EPS bearer context thatcan be identified by an EPS bearer identity.Document Reference: 24.301 v10.2.0 Section 9.9.2.1
*********************************************************************/
// Defines
// Enums
// Structs
typedef struct{bool ebi[16];
}LIBLTE_MME_EPS_BEARER_CONTEXT_STATUS_STRUCT;

9.9.2.1 EPS bearer context status
The purpose of the EPS bearer context status information element is to indicate the state of each EPS bearer context that can be identified by an EPS bearer identity.
The EPS bearer context status information element is coded as shown in figure 9.9.2.1.1 and table 9.9.2.1.1.
The EPS bearer context status information element is a type 4 information element with 4 octets length.


24.301 v10.2.0 Section 9.9.2.2
24.008 v10.2.0 Section 10.5.1.3

/*********************************************************************IE Name: Location Area IdentificationDescription: Provides an unambiguous identification of locationareas within the area covered by the 3GPP system.Document Reference: 24.301 v10.2.0 Section 9.9.2.224.008 v10.2.0 Section 10.5.1.3
*********************************************************************/
// Defines
// Enums
// Structs
typedef struct{uint16 mcc;uint16 mnc;uint16 lac;
}LIBLTE_MME_LOCATION_AREA_ID_STRUCT;

9.9.2.2 Location area identification
See subclause 10.5.1.3 in 3GPP TS 24.008 [13].

10.5.1.3 Location Area Identification
The purpose of the Location Area Identification information element is to provide an unambiguous identification of location areas within the area covered by the 3GPP system.
The Location Area Identification information element is coded as shown in figure 10.5.3/3GPP TS 24.008 and table 10.5.3/3GPP TS 24.008.

The Location Area Identification is a type 3 information element with 6 octets length.


liblte_mme.h


相关链接

核心网:https://blog.csdn.net/Rong_Toa/article/details/89285093

4G核心网主要包含MME,SGW,PGW,HSS这几个网元,下面简要介绍下这些网元的作用。

文档ftp:ftp://ftp.3gpp.org/Specs/2018-06/Rel-15/24_series/

开源项目:https://github.com/mgp25/OpenLTE

感谢:Ben Wojtowicz


3GPP:MME:TS24.301;TS24.008 -- 3GPP LTE协议文档与开源代码相关推荐

  1. 老猿学5G扫盲贴:3GPP规范中部分与计费相关的规范序列文档

    专栏:Python基础教程目录 专栏:使用PyQt开发图形界面Python应用 专栏:PyQt入门学习 老猿Python博文目录 老猿学5G博文目录 经咨询华为公司的相关专家,以及结合3GPP目录下载 ...

  2. LTE 测试文档(翻译)

    Testing Documentation 翻译 (如有不当的地方,欢迎指正!) 1 概述 为了测试和验证 ns-3 LTE 模块,文档提供了几个 test suites (集成在 ns-3 测试框架 ...

  3. 3GPP协议对应的协议文档

    LTE 24301 NR 24501 27.007 8.40节 和 NITZ协议 描述NTP协议 Terminal profile相关协议 ts_102221v150200p.pdf ts_10222 ...

  4. 3GPP 文档查看方法及部分关键协议

    协议文件归档地址: https://www.3gpp.org/ftp/Specs/archive/ 1.协议文件简单说明 文档分为2类:技术规范(TS,Technical Specification) ...

  5. 3gpp 38_series各个文档内容概述

    3gpp TS 38是关于NR---new radio也就是5G的通信标准的一部分,主要关于5G网络架构和无线射频.获取地址:https://www.3gpp.org/ftp/Specs/archiv ...

  6. 老猿学5G扫盲贴:3GPP规范文档命名规则及同系列文档阅读指南

    专栏:Python基础教程目录 专栏:使用PyQt开发图形界面Python应用 专栏:PyQt入门学习 老猿Python博文目录 老猿学5G博文目录 在学习5G规范过程中,有些内容把握不定的时候,有时 ...

  7. 一个批量下载3GPP文档的shell小程序

    一个批量下载3GPP文档的shell小程序 wget "https://www.3gpp.org/ftp/Specs/archive"#获取所有的URL链接 function ge ...

  8. lte协议软件 开源的4g_4G LTE 协议中又现新缺陷

    普渡大学和爱荷华大学的研究人员在 4G LTE 协议中发现了新漏洞.这些漏洞影响移动设备高速无线通信标准 LTE 的连接.断开和分页程序. 漏洞可导致身份欺骗和信息拦截 研究人员在研究论文中指出,这些 ...

  9. vin端口是什么意思_5G NR和4G LTE 协议中的天线端口定义

    5G NR中的天线端口的概念和定义 5G NR中的天线端口的概念和定义与LTE协议中的天线端口相同,其定义如下(38.211-4.4.1). 天线端口的定义,使得可以从在其上传送相同天线端口上的一个符 ...

最新文章

  1. 入门Promise的正确姿势
  2. 烦人的Null,你可以走开点了
  3. ATEN旗下品牌K博士强势出击个人级/小型商用市场
  4. python如何绘制直线_python绘制直线的方法
  5. MySQL 学习笔记 二
  6. Gnome Subtitles 0.0.1
  7. Java中的PriorityBlockingQueue
  8. EXT ajax简单实例
  9. 请求发送者与接收者解耦——命令模式(六)
  10. c语言程序设计设计题题库,C语言程序设计题库.doc
  11. 语音计算机怎么切换音乐模式,怎么实现一个设备播放一个程序的声音呢?
  12. asterisk注册河南联通ims
  13. 第4.1章 飞鸟集爬虫采用结巴分词随机排序存储
  14. 51Talk-Level 7 Unit 2 L3
  15. MTK_android11_以太网(内网)和WIFI(外网)共存
  16. Linux 下重新挂载分区方法
  17. 《名字竞技场 V3.0》 组队功能开放!
  18. elasticsearch 性能优化
  19. Springboot 工具类@Value取不到值
  20. 水星怎么设置网速最快_水星路由器怎么限制别人网速_水星怎么限制wifi网速?-192路由网...

热门文章

  1. StringUtils.isAlphanumeric(String)方法检查中文是通过的,需要注意。它不能用来检测字符串是否只包含英文和数字。
  2. 程序设计与算法----递归之爬楼梯问题
  3. WSS3.0安装后,系统资源消耗这么大
  4. CTS 2019 Pearl
  5. 嵌入式 uboot引导kernel,kernel引导fs
  6. 去除tabbar的灰线
  7. mysql jsp servlet 中文乱码问题。
  8. 【转】ArrayList Vector LinkedList 区别与用法
  9. java读取propertiesshib,Java CommonUtils.constructServiceUrl方法代码示例
  10. 物理服务器转虚拟路径,服务器配置虚拟路径