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

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

问题描述

在阅读有关LTE的文章时,我遇到了一个术语"LTE堆栈协议开发".可悲的是,该术语没有进一步的解释,当我在Google上查询该术语时,它发现了LTE协议开发中的所有职位空缺.

这是一个问题,究竟什么是"LTE堆栈协议开发"?如果可能的话,我想了解更多有关它的信息,是否可以使我指向一些好的阅读材料,可以是一本书或网站.

基本上,我想知道这一点的内容和方式".我的意思是什么",那么学习这种发展将需要什么呢?我想知道如何进行/学习,或者如何适应行业中产品/应用程序的发展.

感谢您抽出宝贵的时间回答我的问题,如果我对这个问题的要求太高,我深表歉意.

解决方案

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

LTE是由3GPP定义的系统,3GPP是感兴趣公司的国际合作伙伴.在此处有LTE协议栈的图.

LTE协议分为两组:控制平面,用于处理您可以称为管理任务"的事情,例如在网络上注册电话,跟踪其位置并建立数据会话.用户平面包含实际携带用户数据的协议.

我链接到的网站特别有用,因为您可以单击每个协议的名称,以在 3GPP网站.

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

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

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.

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 :).

解决方案

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 is a system defined by 3GPP, which is an international partnership of interested companies. There are diagrams of the LTE protocol stack here.

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.

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.

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.

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天全站免登陆