8
© Nokia Siemens Networks 1 (8) LTE Radio Interface - Physical Layer LTE Interface Protocol Structure

Lte Interface Protocol Structure

Embed Size (px)

DESCRIPTION

Lte Interface Protocol

Citation preview

Page 1: Lte Interface Protocol Structure

© Nokia Siemens Networks

1 (8)

LTE Radio Interface - Physical Layer

• LTE Interface Protocol Structure

Page 2: Lte Interface Protocol Structure

LTE Radio Interface - Physical Layer • LTE Interface Protocol Structure

© Nokia Siemens Networks

2 (8)

Legal notice

Intellectual Property Rights

All copyrights and intellectual property rights for Nokia Siemens Networks training documentation, product documentation and slide presentation material, all of which are forthwith known as Nokia Siemens Networks training material, are the exclusive property of Nokia Siemens Networks. Nokia Siemens Networks owns the rights to copying, modification, translation, adaptation or derivatives including any improvements or developments. Nokia Siemens Networks has the sole right to copy, distribute, amend, modify, develop, license, sublicense, sell, transfer and assign the Nokia Siemens Networks training material. Individuals can use the Nokia Siemens Networks training material for their own personal self-development only, those same individuals cannot subsequently pass on that same Intellectual Property to others without the prior written agreement of Nokia Siemens Networks. The Nokia Siemens Networks training material cannot be used outside of an agreed Nokia Siemens Networks training session for development of groups without the prior written agreement of Nokia Siemens Networks.

Indemnity

The information in this document is subject to change without notice and describes only the product defined in the introduction of this documentation. This document is intended for the use of Nokia Siemens Networks customers only for the purposes of the agreement under which the document is submitted, and no part of it may be used, reproduced, modified or transmitted in any form or means without the prior written permission of Nokia Siemens Networks. The document has been prepared to be used by professional and properly trained personnel, and the customer assumes full responsibility when using it. Nokia Siemens Networks welcomes customer comments as part of the process of continuous development and improvement of the documentation.

The information or statements given in this document concerning the suitability, capacity, or performance of the mentioned hardware or software products are given “as is” and all liability arising in connection with such hardware or software products shall be defined conclusively in a separate agreement between Nokia Siemens Networks and the customer. However, Nokia Siemens Networks has made all reasonable efforts to ensure that the instructions contained in the document are adequate and free of material errors and omissions. Nokia Siemens Networks will, if deemed necessary by Nokia Siemens Networks, explain issues which may not be covered by the document.

Nokia Siemens Networks will correct errors in the document as soon as possible. IN NO EVENT WILL NOKIA SIEMENS NETWORKS BE LIABLE FOR ERRORS IN THIS DOCUMENT OR FOR ANY DAMAGES, INCLUDING BUT NOT LIMITED TO SPECIAL, DIRECT, INDIRECT, INCIDENTAL OR CONSEQUENTIAL OR ANY MONETARY LOSSES,SUCH AS BUT NOT LIMITED TO LOSS OF PROFIT, REVENUE, BUSINESS INTERRUPTION, BUSINESS OPPORTUNITY OR DATA,THAT MAY ARISE FROM THE USE OF THIS DOCUMENT OR THE INFORMATION IN IT

This document and the product it describes are considered protected by copyrights and other intellectual property rights according to the applicable laws.

Wave logo is a trademark of Nokia Siemens Networks Oy. Nokia is a registered trademark of Nokia Corporation. Siemens is a registered trademark of Siemens AG.

Other product names mentioned in this document may be trademarks of their respective owners, and they are mentioned for identification purposes only.

Copyright © Nokia Siemens Networks 2009. All rights reserved.

Page 3: Lte Interface Protocol Structure

LTE Radio Interface - Physical Layer • LTE Interface Protocol Structure

© Nokia Siemens Networks

3 (8)

Table of Contents:

1 LTE Air Interface Protocols ................................................................................ 4 2 Types of Channels and Channel Mapping ......................................................... 6 3 Exercise ............................................................................................................ 8

Page 4: Lte Interface Protocol Structure

LTE Radio Interface - Physical Layer • LTE Interface Protocol Structure

© Nokia Siemens Networks

4 (8)

1 LTE Air Interface Protocols

Up to this point, we have been examining the physical structure of the LTE interface. Now it is time to look at the LTE interface from a wider perspective and understand the role of the different protocol layers in the protocol structure.

The main function of the Medium Access Control (MAC) protocol is the management of uplink and downlink transport resources for the terminals connected to the eNodeB.

The Radio Link Control (RLC) protocol performs segmentation and reassembly of PDCP packets into smaller blocks that can be handled by the MAC layer. The RLC layer also offers ARQ retransmission - if this is required - in addition to the lower-layer HARQ retransmission.

One of the main tasks of the Packet Data Convergence Protocol (PDCP) is to compress and decompress IP packet headers using the Robust Header Compression (RoHC) protocol defined in RFC 4995.

In the user plane, the IP user traffic is carried over PDCP. In the control plane, the Radio Resource Control (RRC) and Non Access Stratum (NAS) protocols handle the signalling traffic between the terminal and the network.

Move your mouse pointer over the protocols in the figure to see a short description of each protocol.

Page 5: Lte Interface Protocol Structure

LTE Radio Interface - Physical Layer • LTE Interface Protocol Structure

© Nokia Siemens Networks

5 (8)

Page 6: Lte Interface Protocol Structure

LTE Radio Interface - Physical Layer • LTE Interface Protocol Structure

© Nokia Siemens Networks

6 (8)

2 Types of Channels and Channel Mapping

In addition to the physical channels previously presented in this course, there are so-called transport channels - located at the horizontal interface between the physical layer and MAC layer - and logical channels - located at the horizontal interface between the MAC layer and RLC layer.

Note that, when compared to previous technologies such as WCDMA / HSPA, the number of transport channels has been reduced. Instead of several dedicated channels, there is a single shared channel in downlink and a single shared channel in uplink.

As far as the channel mapping is concerned, dedicated traffic channels carrying the user data (DTCH) and dedicated control channels (DCCH) are mapped into the downlink shared channel (DL-SCH) or uplink shared channel (UL-SCH) which in turn is mapped into the PDSCH or PUSCH, respectively.

Logical common control channels (CCCH) are also mapped into transport shared channels.

Other mapping branches are related to the paging procedure, the broadcasting of important system information in downlink, the distribution of multicast information, and the random access procedure in uplink.

Note that some of the physical channels do not carry any higher-layer information, so there is no channel mapping for these channels.

Use your mouse pointer to investigate more details in the channel mapping figure.

Page 7: Lte Interface Protocol Structure

LTE Radio Interface - Physical Layer • LTE Interface Protocol Structure

© Nokia Siemens Networks

7 (8)

Page 8: Lte Interface Protocol Structure

LTE Radio Interface - Physical Layer • LTE Interface Protocol Structure

© Nokia Siemens Networks

8 (8)

3 Exercise