LTE Air interface Channels-----http://www.rfwireless-world.com/Tutorials/LTE-logical-transport-physical-channels.html
LTE technology works based on three channel types viz. logical channel,transport channel and physical channels. These channels are used by lower layers to provide services to the upper layers.
The access points to the Layer L2/L3 are transport channels. They get mapped to physical channels. These physical channels will have different modulation-code rate as mentioned below and are exclusively used by LTE PHYSICAL Layer to carry upper layer information.
LTE Logical,Transport and Physical channels
Following figure mentions LTE logical channels,transport channels and physical channels and mapping between them.

As shown logical channels are of two types; one carrying control information and the other carrying traffic informtion. These gets mapped to transport channels as depicted in the figure. The left side is downlink channel mapping and right side is uplink channel mapping.
Physical Channels
PDSCH - Stands for Physical Downlink Shared Channel, mainly used to carry high speed data/multimedia information. Can be either QPSK/16QAM/64QAM.
PDCCH - Stands for Physical Downlink Control Channel, mainly used to carry UE specific control information. It will have QPSK modulation used.It is mapped on resource elements(REs) in first 3 OFDM syms(symbols) in first slot of subframe.
CCPCH - Stands for Common Control Physical Channel, carries cell-wide control information. QPSK is used. CCPCH is transmitted exclusively on 72 subcarriers centered around DC carrier.
Physical Signals
Physical signals do not convey L2/L3 layer information, but mainly used for synchronization and channel estimation purpose. RS is used for estimating channel response. P-SS and S-SS synchronization signals used for determining network frame timing information i.e. start of the information.
Transport Channels
• Downlink and Uplink transport channels carry L2/L3 information.
• It also configures LTE PHY layer.
• It sends status information such as packet error and CQI to upper layers.
• Also supports peer-peer signaling between higher layers.
Based on broadcast,unicast or multicast concept different transport channels exist. Downlink channels include BCH(broadcast channel),DL-SCH(downlink shared channel, to multiple mobile subscribers or UEs),PCH(paging channel, used for UE DRX and broadcasted over entire cell ),MCH(multicast channel, transmitted over entire cell). Uplink channels include RACH(Random Access Channel), UL-SCH(Uplink Shared Channel).
Uplink PRBs(Physical Resource Blocks) are assigned to UE by eNodeB scheduler. PUSCH is used and shared by multiple UEs to carry upper layer information towards eNodeB. It will employ QPSK/16QAM/64QAM modulation types.
LTE Air interface Channels-----http://www.rfwireless-world.com/Tutorials/LTE-logical-transport-physical-channels.html的更多相关文章
- 3G 4G 5G中的网络安全问题——文献汇总
Modeling and Analysis of RRC-Based Signalling Storms in 3G Networks 还是使用状态机模型来做恶意UE识别 https://san.ee ...
- Lock-less and zero copy messaging scheme for telecommunication network applications
A computer-implemented system and method for a lock-less, zero data copy messaging mechanism in a mu ...
- Core abstraction layer for telecommunication network applications
A new sub-system, the core abstraction layer (CAL), is introduced to the middleware layer of the mul ...
- Lock-less buffer management scheme for telecommunication network applications
A buffer management mechanism in a multi-core processor for use on a modem in a telecommunications n ...
- LTE
LTE (telecommunication), Long Term Evolution, a telephone and mobile broadband communication standar ...
- 【转】LTE基本架构
这篇文章主要介绍LTE的最基础的架构,包括LTE网络的构成,每一个网络实体的作用以及LTE网络协议栈,最后还包括对一个LTE数据流的模型的说明. LTE网络参考模型 这是一张非常有名的LTE架构图,从 ...
- 【转】轻舞飞扬 LTE基本架构
这篇文章主要介绍LTE的最基础的架构,包括LTE网络的构成,每一个网络实体的作用以及LTE网络协议栈,最后还包括对一个LTE数据流的模型的说明. LTE网络参考模型 这是一张非常有名的LTE架构图,从 ...
- LTE基本架构
1.LTE结构 这是一张非常有名的LTE架构图,从图中可以看出,整个网络构架被分为了四个部分: (1)UE就可以看作是我们的手机终端 (2)PDN可以看作是网络上的服务器 (3)E-UTRAN可以看 ...
- channels 2.x的使用
转载:https://www.vimiix.com/post/2018/07/26/channels2-tutorial/ 认识 Channels 之前,需要先了解一下 asgi ,全名:Asynch ...
随机推荐
- PHP是弱类型语言,自动转换,强制转换
强制转换: (int) - 转换成整型 (bool) - 转换.成布尔型 (float) - 转换成浮点型 (string) - 转换成字符串 (array) - 转换成数组 (object) - 转 ...
- [TCPIP] 传输控制协议 Note
TCPIP TCP 传输控制协议 TCP提供一种面向连接的,可靠的字节流服务. 面向连接意味着两个使用TCP的应用在传输数据之前先建立一个TCP连接,这个过程跟打电话相似.在一个TCP连接中仅有两方 ...
- 英雄联盟网络测速 v1.3 全服全区取延时+取服务器维护状态+机房地理位置
全服全区取延时+取服务器维护状态+机房地理位置 v1.2修复了服务器状态获取不准确的bug 下载链接: https://pan.baidu.com/s/1c1LHIY8
- PHP的一些开源项目网站
https://github.com/wenzhixin/bootstrap-table https://github.com/1000hz/bootstrap-validator
- 2-st学习笔记
2-ST是一种巧妙的建图模式....其实,主要是将互相限制的条件转化为有向图.实现时,将每个点拆成两点,对应这个点的两种取值,然后求强连通分量.由于每个点只能有一种取值,所以若强连通分量中某一个点拆成 ...
- HTML5离线缓存问题
HTML5离线缓存问题 1.应用程序缓存 什么是应用程序缓存(Application Cache)? HTML5 引入了应用程序缓存,这意味着 web 应用可进行缓存,并可在没有因特网连接时进行访问. ...
- 长时间停留在calculating requirements and dependencies 解决方案
如果Eclipse花费了很长的时间calculating requirements and dependencies(计算需求和依赖性 ) 这个问题通常就是在点击安装之后显示“Calculating ...
- drupal 7在一个form新增或者修改一个字段
例如在以下页面新增一个工号字段 在模块文件里面通过hook_form_FORM_ID_alter 函数修改,比如 图中的helloworld是模块名称,也就是你在哪个模块里面写这个函数那么名称就是什么 ...
- JMeter常用测试元件—学习笔记
线程组 Ramp-Up Period:告诉JMeter达到最大线程数需要多长时间.假定共有10个线程,Ramp-Up Period为100秒,那么JMeter就会在100秒内启动所有线程,并让它们运转 ...
- Lua热更系统
1.介绍 使用脚本开发游戏业务逻辑其中一个好处就是代码可线上热更,不停机修复bug.而热更代码的写法与需要被热更的文件的代码又有着密切的关系,本文介绍一种热更方法. 2.热更原理 Lua提供一个叫re ...