LTE栈协议开发 [英] LTE stack protocol development

查看:43
本文介绍了LTE栈协议开发的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在阅读有关 LTE 的文章时,我遇到了一个术语LTE 堆栈协议开发".遗憾的是,没有关于该术语的进一步解释,当我在 google 上查找时,它出现了 LTE 协议开发领域的所有职位空缺.

While reading an article on LTE, I came across a term "LTE Stack Protocol Development". Sadly, there was no further explanation on the term and when I looked it up on google, it turned up all job openings in LTE protocol development.

所以这里有一个问题,LTE 堆栈协议开发"到底是什么,如果可能的话,我想了解更多关于它的信息,有人可以给我一些好的阅读材料,它可以是一本书或网站.

So here is the question, what exactly is "LTE stack protocol development" and if possible I would like to learn more about it, could some one point me to some good reading material, it could be a book or website.

基本上,我想知道其中的内容和方式"部分.我所说的什么"是指学习这个开发需要什么,而如何"我想知道它是如何完成/学习的,或者它如何偏离行业中的产品/应用程序开发.

Basically, I would like to know "what and how" part for this. By "what" I mean, what all would be required to learn this development and by "how" I would like to know how it can be done/learnt or how it defers from product/application development in industry.

感谢您抽出宝贵时间回答我的问题,如果我的问题听起来太苛刻,我深表歉意 :).

Thanks for your time to go through my question and I apologize if I sound too demanding in the question :).

推荐答案

查找维基百科上的协议栈 讨论协议栈的基本概念.另请参阅 OSI 模型,这是一个标准示例.

Look up Protocol Stack on Wikipedia for a discussion of the basic concepts of a protocol stack. Also see the OSI model, which is a standard example.

LTE 是 3GPP 定义的系统,3GPP 是感兴趣公司的国际合作伙伴关系.这里有 LTE 协议栈的图表.

LTE is a system defined by 3GPP, which is an international partnership of interested companies. There are diagrams of the LTE protocol stack here.

LTE 协议分为两组:控制平面,它处理所谓的管理任务",例如在网络上注册手机、跟踪其位置和设置数据会话.用户平面包含实际承载用户数据的协议.

LTE protocols are divided into two sets: the Control Plane, which deals with what you can call "administrative tasks" like registering a phone on the network, tracking its location and setting up a data session. The User Plane contains the protocols that actually carry user data.

我链接的网站特别有用,因为您可以单击每个协议的名称以获取其正式规范文档的链接,该文档位于 3GPP 网站.

The website to which I linked is particularly useful because you can click on the names of each protocol to get links to its formal specification document on the 3GPP website.

要将 LTE 协议栈大致与 Wikipedia 协议栈页面上给出的简单模型相关联,请查找对应于 Internet 层的 IP.IP 以下的所有内容都对应于数据链路和物理层的 LTE 协议.

To relate the LTE protocol stack roughly to the simple model given on the Wikipedia protocol stack page, look for IP, which corresponds to the Internet layer. Everything below IP corresponds to the LTE protocols for the data link and physical layers.

在 Google 上,您可以找到有关 LTE 的书籍,这些书籍将为您提供 3GPP 规范的摘要.这些对于获得整体理解很有用.协议栈开发是在代码中创建这些协议的过程.为此,您必须自己研究官方 3GPP 规范,您可以从网站下载.

On Google, you can find books about LTE, which will give you a summary of the 3GPP specifications. These are useful for gaining an overall understanding. Protocol stack development is the process of creating these protocols in code. To do this, you must study the official 3GPP specifications themselves, which you can download from the website.

这篇关于LTE栈协议开发的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆