LTE enodeb MAC Scheduler Interface

Size: px
Start display at page:

Download "LTE enodeb MAC Scheduler Interface"

Transcription

1 LTE enodeb Scheduler Interface An interface which enables smart Scheduler solutions to be easily integrated with third party core implementations leading to improved user experience and system performance Abstract The Scheduler within the enodeb sublayer determines how the downlink and uplink channels in the LTE air interface are used. Resources are assigned to UEs enabling them to receive data via the downlink and transmit data via the uplink. The scheduler assigns these resources in such a way as to satisfy QoS requirements and optimise system performance. The enodeb Scheduler design and functionality is largely vendor specific. Different schedulers may result in significantly different levels of user and system performance. An open interface between the Scheduler and the rest of the enodeb sublayer enables equipment vendors, operators and users to benefit from advanced, third-party Scheduler solutions. This white paper provides an overview of the LTE enodeb Scheduler interface defined by Roke. Introduction The sublayers in the LTE base station (enodeb) and user devices (UE) are responsible for multiplexing the user-plane and control-plane traffic over the air interface. Each UE may have multiple active bearers logical connections within the LTE network. Each bearer is used to transfer user-plane data with a given quality of service (QoS). The sublayers within the enodeb and UE are responsible for constructing, sending, receiving and processing transport blocks which contain a combination of user-plane data from one or more bearers, controlplane data and control messages. The Scheduler can be viewed as the L2 brains within the enodeb whilst the rest of the sublayer performs the heavy lifting associated with multiplexing, transport block processing, HARQ, subframe construction, etc. Two enodebs with the same core sublayer can exhibit significantly different levels of user and system performance as a result of their Scheduler implementations. These differences can include user throughput, cell capacity, QoS and UE power consumption.

2 An open, well defined enodeb Scheduler interface enables innovative, smart Scheduler solutions to be integrated with core sublayer implementations. This has the following benefits: Equipment manufactures benefit by being able to tailor and enhance the performance of their enodeb products with third-party Scheduler solutions. Network operators benefit by having enodebs which can be optimised for air interface utilisation and service delivery reducing operating expense and supporting revenue growth. End users benefit from enhanced throughput, improved battery life and support for a greater range of potential services. Roke Manor Research Ltd (Roke) has defined a Scheduler interface for use in LTE enodeb products. The interface enables advanced Scheduler implementations to be incorporated into third party layer products. Scheduler The Scheduler is responsible for scheduling the transfer of user data and control signalling via transport blocks in downlink and uplink subframes over the LTE air interface. The Scheduler assigns the downlink and uplink physical layer resources used by the enodeb and UEs within the cell. The scheduling decisions are based on information from various sources within the enodeb radio protocol stack and the UE. A simplified view of the enodeb protocol stack is shown in Figure 1. PDCP (U-Plane) RLC (U-Plane) RRC PDCP (C-Plane) RLC (C-Plane) Scheduler Physical Layer Figure 1: LTE enodeb Radio Protocol Stack In the downlink, the Scheduler allocates resources which are used by the core enodeb sublayer to send transport blocks to specific UEs via the DL-SCH transport channel. These downlink transport blocks contain: Upper layer data: All upper layer data, whether this is user data or signalling messages, will feed into the sublayer through an RLC logical channel. Whenever one of these logical channels has any data to send over the LTE air interface, a Buffer Status indication is provided by RLC to the Scheduler. layer data: This can either take the form of a HARQ retransmission or Control Element. In both cases, the layer will provide an indication to the scheduler that it has data ready to send over the LTE air interface. In the uplink, the Scheduler allocates resources to specific UEs which enable them to construct and send transports blocks to the enodeb via the UL-SCH transport channel. Each UE needs to request the uplink resources (except where Semi Persistent Scheduling is used) needed to send a transport block. This can be done in a number of ways: When a UE does not have an active connection in a cell, it performs the Random Access Procedure to join (or re-join) the cell. When the UE has uplink control resources on the PUCCH physical channel, it sends a Scheduling Request indication to request uplink resources. When the UE already has resources to send data in the uplink on the UL-SCH transport channel, it may indicate to the scheduler that it has more data to send, and therefore requires more uplink resources. The UE does this by sending a Buffer Status Report Control Element. Based on HARQ feedback at the enodeb, the scheduler might need to allocate uplink resources for HARQ retransmissions by the UE.

3 The output of the scheduling algorithm is a scheduling assignment per uplink and downlink subframe, which is signalled to UEs on the PDCCH physical channel. The downlink assignment information will be used by the enodeb layer to generate the transport blocks which are passed to the enodeb Physical layer and subsequently sent over the air. The uplink assignment information indicates which UEs have been allocated uplink resources within the subframe. It is also used by the enodeb layer to identify uplink transmissions in the corresponding uplink subframe. Before any user data can be transferred over the air, the scheduler needs to be configured with a cell specific configuration, a UE specific configuration and finally a bearer specific configuration for each active UE bearer. Reconfiguration of each UE and/or bearer is also possible. In order to make full use of the information available within the Roke Scheduler, certain event triggered or periodic feedback information is provided to higher layers. Based on this information, the higher layers are able to reconfigure the operation of the cell to provide a more efficient air interface. For monitoring purposes, the Roke Scheduler will also output detailed information about subframe utilisation. This could include but is not limited to the following Subframe map showing utilised Physical Resource Blocks (PRBs) A percentage of utilised versus unutilised PRBs Number of Logical Channels/ Control Elements not scheduled first-time Scheduler Interface The Roke LTE enodeb Scheduler interface consists of two parts as shown in Figure 2: the Control Interface the Scheduling Interface. The Scheduler interface has been designed as a push-based interface. All information needed by the scheduler is passed in via functions defined in the Control and Scheduling interfaces. Callback functions are defined by the Control and Scheduling interfaces to pass control and information to external entities. Control Interface RRC Feedback RLC Configuration Monitoring LTE Scheduler Scheduler Assignments HARQ Physical Layer Interface Random Access Measurement Scheduling Interface Figure 2: Scheduler Interfaces

4 Control Interface The Control Interface is used to prepare the scheduler for operation with a cell configuration, as well as configuring individual UEs as they become active in the cell. In addition to the initial configuration for the cell, functions are needed to reconfigure the cell and the individual UEs, which includes adding, modifying and removing bearers. Other housekeeping functions, which are primarily controlled by the enodeb s RRC layer also use this interface. The functions which form the Control Interface are given in Table 1 while the callback functions which are invoked by the scheduler for the notification of asynchronous events are given in Table 2. Table 1: Control Interface s schversionreq schcellconfigreq schcellreconfigreq schcellstopreq schcellresetreq schuesetupreq schuereconfigreq schuereleasereq schlcaddreq schlcmodifyreq schlcsuspendreq schlcremovereq Requests the version number of the scheduler Provides the scheduler s cell configuration Modifies the scheduler s cell configuration Stops the operation of the scheduler, but does not remove or reset any context Resets the scheduler to its initial state Adds a new UE scheduling context according to the indicated UE configuration Reconfigures the UE s scheduling context in accordance with a change to the UE s, RRC or S1AP configuration (e.g. measurement gaps, semi persistent scheduling, DRX or AMBR) Removes all context within the scheduler related to this UE, including any established bearers Adds a new bearer and associated configuration (e.g. QCI and bit rate requirements) to the scheduling algorithm Modifies a bearer s configuration in accordance with a change to the bearer s, RRC or S1AP configuration. Suspends one of the UE s bearers upon command from higher layers (e.g. Radio Link Failure or handover) Note: The bearers are resumed by the schlcmodifyreq function Removes a bearer from the scheduling algorithm Table 2: Control Interface Callback s schrrcfeedbackind schsubframeinfoind Provides event driven optimisation information to higher layers based on the cell or specific UE usage Provides statistics about the current subframe, including subframe utilisation

5 Scheduling Interface The Scheduling Interface is used to provide input into the Scheduler s scheduling algorithm. The functions include informing the scheduler when uplink or downlink data and control elements are ready to be scheduled, as well as providing measurement information to allow the scheduler to select an appropriate Modulation and Coding Scheme (MCS) and group of PRBs for a specific UE. The Scheduler uses the Scheduling Interface to output downlink and uplink resource assignment information which is used by the enodeb and Physical layers to construct and process downlink and uplink subframes and transport blocks. The functions which form the Scheduling Interface are given in Table 3 while the callback functions which are invoked by the scheduler for the notification of asynchronous events are given in Table 4. Table 3: Scheduling Interface s schrlcbufferstatusreq schdlretransmissionreq schmaccereq schrarreq schsreventreq schbsreventreq schulretransmissionreq schmeaschangereq schnextsubframereq Informs the scheduler that a logical channel has downlink data to send Informs the scheduler that a retransmission of a downlink (HARQ) TB is required Informs the scheduler that a CE needs to be sent to a particular UE Informs the scheduler that a Random Access Response message needs to be sent. The scheduler also returns an uplink grant for each UE included in the Random Access Response message Provides the scheduler with a Scheduling Request received from a UE Provides the scheduler with a Buffer Status Report received from a UE Informs the scheduler that a retransmission of an uplink (HARQ) TB is required Informs the scheduler about a change of a UE s measurements (e.g. new CQI report or timing advance information) Triggers the generation of the next subframe within the scheduler Table 4: Scheduling Interface Callback s schdlsubframeassignind schulsubframeassignind Triggers the generation of the next downlink subframe within the layer based on the indicated scheduling assignments Informs the layer of the scheduled assignments for the given uplink subframe Sequence Diagrams This section presents two sequence diagrams which illustrate how the Control and Scheduling interfaces are used. Further sequence diagrams are provided in the full Roke enodeb Scheduler interface specification. Control Interface: Cell Setup This sequence diagram shows the Control Interface being used to provide the initial cell configuration to a Scheduler. Figure 3 shows the following steps in the cell setup: 1. The Scheduler s version number is requested. Depending on the version of the scheduler, different configurations can be used by higher layers. 2. The Scheduler is configured based on the information provided by higher layers, which includes a combination of RRC parameters contained within the Master Block (MIB) and System Blocks (SIB), as well as other proprietary parameters. 3. The broadcast logical channels (BCCH, PCCH, and CCCH) are configured. NOTE: Three separate logical channels are shown for the BCCH due to the different scheduling requirements of the MIB, SIB1 and other SIBs.

6 Scheduler Provide Scheduler version number schversionreq() Control Store MIB, SIB and other proprietary parameters schcellconfigreq() Store Common Channel configuration schlcaddreq() Used once per BCCH (MIB), BCCH (SIB1), BCCH (SIBn), PCCH, CCCH Figure 3: Cell Setup Sequence Scheduling Interface: Downlink Data Scheduling This sequence diagram shows the Scheduling Interface being used to provide the Scheduler with information about data to be sent on the DL-SCH transport channel. The Scheduler will consider each type of data in its scheduling algorithm based on a priority between UEs, their logical channels and other common channel/ broadcast information. Scheduler Consider this C-RNTI and Logical Channel for scheduling schrlcbufferstatusreq() schdirestranmissionreq() User Plane Figure 4 shows the Scheduler receiving information about: 1. RLC PDUs, either on broadcast, common or dedicated logical channels 2. Downlink (HARQ) Retransmissions 3. Control Elements 4. Random Access Response Control Elements Consider this downlink retransmission for scheduling Consider this downlink CE for scheduling Consider this Random Access Response for scheduling schmaccereq() schrarreq() Summary Figure 4: Downlink Data Scheduling Roke has defined an enodeb Scheduler interface which enables smart Scheduler solutions to be easily integrated with third party core implementations leading to improved user and system performance. The interface has been designed so that all information is pushed to the Scheduler. Callback functions are defined to pass control and information back to the core sublayer and other entities. The interface has been divided into two parts: the Control interface handles configuration and management functions, the Scheduling Interface handles the scheduling of the downlink and uplink subframes. The full enodeb Scheduler interface specification is available on request please contact mobile@roke.co.uk or visit for further details. For further information please contact: Patrick Fuller Roke Manor Research Limited Roke Manor, Romsey, Hampshire, SO51 0ZN, UK T +44 (0) F +44 (0) mobile@roke.co.uk Roke Manor Research Limited All rights reserved. This publication is issued to provide outline information only, which (unless agreed by the company in writing) may not be used, applied or reproduced for any purpose or form part of any order or contract or be regarded as representation relating to the products or services concerned. The company reserves any right to alter without notice the specification, design, or conditions of supply of any product or service. This is a published work the copyright in which vests in Roke Manor Research Ltd. Export of this product may be subject to UK export license approval. 0108

3GPP LTE Channels and MAC Layer

3GPP LTE Channels and MAC Layer 3GPP LTE s and MAC Layer 2009 Inc. All Rights Reserved. LTE MAC Layer Functions Mapping between Transparent and Logical s Error Correction Through Hybrid ARQ MAC Priority Handling with Dynamic Scheduling

More information

Telesystem Innovations. LTE in a Nutshell: Protocol Architecture WHITE PAPER

Telesystem Innovations. LTE in a Nutshell: Protocol Architecture WHITE PAPER Telesystem Innovations LTE in a Nutshell: Protocol Architecture WHITE PAPER PROTOCOL OVERVIEW This whitepaper presents an overview of the protocol stack for LTE with the intent to describe where important

More information

EETS 8316 Wireless Networks Fall 2013

EETS 8316 Wireless Networks Fall 2013 EETS 8316 Wireless Networks Fall 2013 Lecture: LTE Scheduling and DRX http://lyle.smu.edu/~skangude/eets8316.html Shantanu Kangude skangude@lyle.smu.edu Scheduling & Rate Control Scheduler operation Signalling

More information

Architecture Overview NCHU CSE LTE - 1

Architecture Overview NCHU CSE LTE - 1 Architecture Overview NCHU CSE LTE - 1 System Architecture Evolution (SAE) Packet core networks are also evolving to the flat System Architecture Evolution (SAE) architecture. This new architecture optimizes

More information

LTE RRC Connection Setup Messaging

LTE RRC Connection Setup Messaging LTE RRC Connection Setup Messaging 2012 Inc. All Rights Reserved LTE attach message sequence chart UE enodeb RACH: Random Access Preamble (RA-RNTI) UE initiates a session to the enodeb using a random RA-RNTI

More information

Technical Specification LTE; Evolved Universal Terrestrial Radio Access (E-UTRA); Layer 2 - Measurements (3GPP TS 36.314 version 11.1.

Technical Specification LTE; Evolved Universal Terrestrial Radio Access (E-UTRA); Layer 2 - Measurements (3GPP TS 36.314 version 11.1. TS 136 314 V11.1.0 (2013-02) Technical Specification LTE; Evolved Universal Terrestrial Radio Access (E-UTRA); Layer 2 - Measurements (3GPP TS 36.314 version 11.1.0 Release 11) 1 TS 136 314 V11.1.0 (2013-02)

More information

How To Understand The History And Design Of Long Term Evolution (Lte) Protocol (Lty) From A Microchip Device)

How To Understand The History And Design Of Long Term Evolution (Lte) Protocol (Lty) From A Microchip Device) White Paper Long Term Evolution Protocol Overview Document Number: LTEPTCLOVWWP Rev 0 10/2008 Overview Long term evolution (LTE) is the next step forward in cellular 3G services. LTE technology is a based

More information

LTE X2 Handover Messaging

LTE X2 Handover Messaging LTE X2 Handover Messaging 2013 Inc. All Rights Reserved LTE X2 Handover Sequence Diagram UE Target enodeb Source enodeb MME SGW Handover Confirm X2AP Handover Request X2AP Handover Request Acknowledge

More information

Protocol Signaling Procedures in LTE

Protocol Signaling Procedures in LTE White Paper Protocol Signaling Procedures in LTE By: V. Srinivasa Rao, Senior Architect & Rambabu Gajula, Lead Engineer Overview The exploding growth of the internet and associated services has fueled

More information

LTE Attach and Default Bearer Setup Messaging

LTE Attach and Default Bearer Setup Messaging LTE Attach and Default Bearer Setup Messaging 2012 Inc. All Rights Reserved LTE Attach Message Sequence Chart enodeb MME SGW HSS Initial UE Message Update Location Update Location Answer Create Session

More information

3GPP LTE Packet Data Convergence Protocol (PDCP) Sub Layer

3GPP LTE Packet Data Convergence Protocol (PDCP) Sub Layer 3GPP LTE Packet Data Convergence Protocol (PDCP) Sub Layer 2009 Inc. All Rights Reserved. LTE PDCP Sub Layer Functions Header compression and decompression with ROHC Transfer of data and PDCP sequence

More information

What is going on in Mobile Broadband Networks?

What is going on in Mobile Broadband Networks? Nokia Networks What is going on in Mobile Broadband Networks? Smartphone Traffic Analysis and Solutions White Paper Nokia Networks white paper What is going on in Mobile Broadband Networks? Contents Executive

More information

LTE Evolution for Cellular IoT Ericsson & NSN

LTE Evolution for Cellular IoT Ericsson & NSN LTE Evolution for Cellular IoT Ericsson & NSN LTE Evolution for Cellular IoT Overview and introduction White Paper on M2M is geared towards low cost M2M applications Utility (electricity/gas/water) metering

More information

Long-Term Evolution. Mobile Telecommunications Networks WMNet Lab

Long-Term Evolution. Mobile Telecommunications Networks WMNet Lab Long-Term Evolution Mobile Telecommunications Networks WMNet Lab Background Long-Term Evolution Define a new packet-only wideband radio with flat architecture as part of 3GPP radio technology family 2004:

More information

LTE Mobility Enhancements

LTE Mobility Enhancements Qualcomm Incorporated February 2010 Table of Contents [1] Introduction... 1 [2] LTE Release 8 Handover Procedures... 2 2.1 Backward Handover... 2 2.2 RLF Handover... 3 2.3 NAS Recovery... 5 [3] LTE Forward

More information

TSG-RAN Meeting #7 Madrid, Spain, 13 15 March 2000 RP-000034. Title: Agreed CRs to TS 25.301. Agenda item: 6.3.3

TSG-RAN Meeting #7 Madrid, Spain, 13 15 March 2000 RP-000034. Title: Agreed CRs to TS 25.301. Agenda item: 6.3.3 TSG-RAN Meeting #7 Madrid, Spain, 13 15 March 2000 RP-000034 Title: Agreed CRs to TS 25.301 Source: TSG-RAN WG2 Agenda item: 6.3.3 Doc-1st- Spec CR Rev Subject Cat Version Versio R2-000213 25.301 032 Correction

More information

ETSI TS 132 425 V8.1.0 (2009-07) Technical Specification

ETSI TS 132 425 V8.1.0 (2009-07) Technical Specification TS 132 425 V8.1.0 (2009-07) Technical Specification LTE; Telecommunication management; Performance Management (PM); Performance measurements Evolved Universal Terrestrial Radio Access Network (E-UTRAN)

More information

NSA LTE - Deep-Dive Monitoring of Wireless Uu and Wireline EPC Interfaces

NSA LTE - Deep-Dive Monitoring of Wireless Uu and Wireline EPC Interfaces NSA LTE - Deep-Dive Monitoring of Wireless Uu and Wireline EPC Interfaces Gain full insight into LTE and EPC networks with one all-encompassing solution Fully integrated monitoring of air and wireline

More information

LTE protocol tests for IO(D)T and R&D using the R&S CMW500

LTE protocol tests for IO(D)T and R&D using the R&S CMW500 LTE protocol tests for IO(D)T and R&D using the R&S CMW500 The standardization of layer 3 signaling for the new UMTS long term evolution (LTE) standard is almost complete, and Rohde & Schwarz is ready

More information

Infrastructure Test System TM500 LTE Single UE 3GPP FDD Release 8 Test Data Sheet

Infrastructure Test System TM500 LTE Single UE 3GPP FDD Release 8 Test Data Sheet Infrastructure Test System TM500 LTE Single UE 3GPP FDD Release 8 Test Data Sheet The most important thing we build is trust The industry standard test system for 3GPP LTE infrastructure development, test

More information

3GPP TS 34.109 V3.10.0 (2004-09)

3GPP TS 34.109 V3.10.0 (2004-09) TS 34.109 V3.10.0 (2004-09) Technical Specification 3rd Generation Partnership Project; Technical Specification Group Radio Access Network; Terminal logical test interface; Special conformance testing

More information

LTE Radio Layer 2, RRC and Radio Access Network Architecture

LTE Radio Layer 2, RRC and Radio Access Network Architecture REV-090004 LTE Radio Layer 2, RRC and Radio Access Network Architecture Arnaud Meylan Huawei 3GPP TSG-RAN WG2 1 Outline E-UTRA overview E-UTRAN architecture User plane Bearer service User plane protocol

More information

Cellular Network Planning and Optimization Part XI: HSDPA. Jyri Hämäläinen, Communications and Networking Department, TKK, 25.1.

Cellular Network Planning and Optimization Part XI: HSDPA. Jyri Hämäläinen, Communications and Networking Department, TKK, 25.1. Cellular Network Planning and Optimization Part XI: HSDPA Jyri Hämäläinen, Communications and Networking Department, TKK, 25.1.2008 HSDPA HSDPA = High Speed Downlink Packet Access. Release 5 was the first

More information

NTT DOCOMO Technical Journal. Core Network Infrastructure and Congestion Control Technology for M2M Communications

NTT DOCOMO Technical Journal. Core Network Infrastructure and Congestion Control Technology for M2M Communications M2M 3GPP Standardization Further Development of LTE/LTE-Advanced LTE Release 10/11 Standardization Trends Core Network Infrastructure and Congestion Control Technology for M2M Communications The number

More information

WiFi Direct and LTE D2D in Action

WiFi Direct and LTE D2D in Action WiFi Direct and LTE D2D in Action Arash Asadi Institute IMDEA Networks and University Carlos III of Madrid Madrid, Spain Email: arash.asadi@imdea.org Vincenzo Mancuso Institute IMDEA Networks Madrid, Spain

More information

LTE PHY Fundamentals Roger Piqueras Jover

LTE PHY Fundamentals Roger Piqueras Jover LTE PHY Fundamentals Roger Piqueras Jover DL Physical Channels - DL-SCH: The DownLink Shared CHannel is a channel used to transport down-link user data or Radio Resource Control (RRC) messages, as well

More information

Long Term Evolution - LTE L10 Training Programs. Catalog of Course Descriptions

Long Term Evolution - LTE L10 Training Programs. Catalog of Course Descriptions Long Term Evolution - LTE L10 Training Programs Catalog of Course Descriptions Page 2 Catalog of Course Descriptions INTRODUCTION...3 LTE EVOLUTION, ADVANTAGES IN FEATURES AND APPLICATIONS...4 LTE/SAE

More information

Impact of Flexible RLC PDU Size on HSUPA Performance

Impact of Flexible RLC PDU Size on HSUPA Performance Nash Technologies Your partner for world-class custom software solutions & consulting Enrico Jugl, Michael Link, Jens Mueckenheim* *Hochschule Merseburg, Germany Outline Motivation Flexible RLC PDU Size

More information

CS 8803 - Cellular and Mobile Network Security: CDMA/UMTS Air Interface

CS 8803 - Cellular and Mobile Network Security: CDMA/UMTS Air Interface CS 8803 - Cellular and Mobile Network Security: CDMA/UMTS Air Interface Hank Carter Professor Patrick Traynor 10/4/2012 UMTS and CDMA 3G technology - major change from GSM (TDMA) Based on techniques originally

More information

GSM Network and Services

GSM Network and Services GSM Network and Services GPRS - sharing of resources 1 What is the problem? Many data applications are very bursty in its traffic pattern: http, smtp, pop, telnet,... Why reserve physical resources at

More information

Handover within 3GPP LTE: Design Principles and Performance

Handover within 3GPP LTE: Design Principles and Performance Handover within 3GPP LTE: Design Principles and Performance Konstantinos Dimou¹, Min Wang², Yu Yang¹, Muhammmad Kazmi¹, Anna Larmo 3, Jonas Pettersson², Walter Muller¹, Ylva Timner² Ericsson Research Isafjordsjgatan

More information

Understanding LTE-Advanced. Carrier Aggregation

Understanding LTE-Advanced. Carrier Aggregation Understanding LTE-Advanced Carrier Aggregation 1 - Executive Summary... 4 2 - Introduction... 5 Motivation for developing Carrier Aggregation (CA)... 5 Current deployment... 6 3 - HSPA+ Carrier Aggregation...

More information

OUTLOOK Visions and research directions for the Wireless World 2014, No 15. LTE Small Cell Enhancement by Dual Connectivity

OUTLOOK Visions and research directions for the Wireless World 2014, No 15. LTE Small Cell Enhancement by Dual Connectivity OUTLOOK Visions and research directions for the Wireless World 2014, No 15 LTE Small Cell Enhancement by Dual Connectivity Working Group C Communication Architectures and Technologies White Paper LTE Small

More information

Computer Network. Interconnected collection of autonomous computers that are able to exchange information

Computer Network. Interconnected collection of autonomous computers that are able to exchange information Introduction Computer Network. Interconnected collection of autonomous computers that are able to exchange information No master/slave relationship between the computers in the network Data Communications.

More information

Mobility Management. Sara Modarres Razavi

Mobility Management. Sara Modarres Razavi Mobility Management Sara Modarres Razavi Background BSc in Electrical Engineering (2000-2004), Ferdowsi University, Iran MSc in Hardware for Wireless Communications (2004-2006), Chalmers, Sweden PhD in

More information

Optimization Handoff in Mobility Management for the Integrated Macrocell - Femtocell LTE Network

Optimization Handoff in Mobility Management for the Integrated Macrocell - Femtocell LTE Network Optimization Handoff in Mobility Management for the Integrated Macrocell - Femtocell LTE Network Ms.Hetal Surti PG Student, Electronics & Communication PIT, Vadodara E-mail Id:surtihetal99@gmail.com Mr.Ketan

More information

Role and Evolution of Radio Network Controllers

Role and Evolution of Radio Network Controllers 01001000100000110000001000001100 010010001000 Role and Evolution of Radio Network Controllers Pekka Varis SPRP501 Senior R&D Manager / Senior Specialist Nokia pekka.ju.varis@nokia.com Agenda Radio Network

More information

3GPP Long-Term Evolution / System Architecture Evolution Overview

3GPP Long-Term Evolution / System Architecture Evolution Overview 3GPP Long-Term Evolution / System Architecture Evolution Overview September 2006 Ulrich Barth Outline 2 3G-LTE Introduction Motivation Workplan Requirements LTE air-interface LTE Architecture SAE Architecture

More information

Performance Evaluation of Mobile Wi-Fi-based M2M Data Traffic Multiplexing

Performance Evaluation of Mobile Wi-Fi-based M2M Data Traffic Multiplexing Performance Evaluation of Mobile Wi-Fi-based M2M Data Traffic Multiplexing Muhammad Tariq Afridi 1, Safdar Nawaz Khan Marwat 1, Yasir Mehmood 2, Jebran Khan 1, Carmelita Görg 2 1 Department of Computer

More information

Customer Training Catalog Training Programs WCDMA RNP&RNO Technical Training

Customer Training Catalog Training Programs WCDMA RNP&RNO Technical Training Customer Training Catalog Training Programs Customer Training Catalog Training Programs WCDMA RNP&RNO Technical Training HUAWEI Learning Service 2015 COMMERCIAL IN CONFIDENCE 1 Customer Training Catalog

More information

UTRA-UTRAN Long Term Evolution (LTE) and 3GPP System Architecture Evolution (SAE)

UTRA-UTRAN Long Term Evolution (LTE) and 3GPP System Architecture Evolution (SAE) UTRA-UTRAN Long Term Evolution (LTE) and 3GPP System Architecture Evolution (SAE) Long Term Evolution of the 3GPP radio technology 3GPP work on the Evolution of the 3G Mobile System started with the RAN

More information

AAL2 switching in the WCDMA radio access

AAL2 switching in the WCDMA radio access switching in the WCDMA radio access network Bo Karlander, Szilveszter Nádas, Sandor Rácz and Jonas Reinius New switching technologies are needed in the access network of thirdgeneration mobile networks

More information

Handover Management Optimization for LTE Terrestrial Network with Satellite Backhaul

Handover Management Optimization for LTE Terrestrial Network with Satellite Backhaul Handover Management Optimization for LTE Terrestrial Network with Satellite Backhaul Michael Crosnier a b, Fabrice Planchou a, Riadh Dhaou b, André-Luc Beylot b a EADS Astrium, 31 avenue des cosmonautes,

More information

AMPHIGEAN LTE WORKSHOP SERIES LTE Radio Network Planning Conversion DURATION: 2 DAYS

AMPHIGEAN LTE WORKSHOP SERIES LTE Radio Network Planning Conversion DURATION: 2 DAYS AMPHIGEAN LTE WORKSHOP SERIES LTE Radio Network Planning Conversion DURATION: 2 DAYS Audience This workshop is aimed at planning engineers with experience of planning 2G and 3G networks and optimisation

More information

UMTS LTE. Topic 5 EPL657. Part of this lecture is adapted from: UMTS LTE Lawrence Harte Althos Publishing web: www.althos.com

UMTS LTE. Topic 5 EPL657. Part of this lecture is adapted from: UMTS LTE Lawrence Harte Althos Publishing web: www.althos.com UMTS LTE Topic 5 EPL657 Part of this lecture is adapted from: UMTS LTE Lawrence Harte Althos Publishing web: www.althos.com 1 UMTS LTE Universal mobile telecommunications system - UMTS - Long Term Evolution

More information

DISCUSSION. Sophia-Antipolis, France August 16-20, 1999. Agenda item: 14.4 Golden Bridge Technology CPCH Delay Measurements for TS25.

DISCUSSION. Sophia-Antipolis, France August 16-20, 1999. Agenda item: 14.4 Golden Bridge Technology CPCH Delay Measurements for TS25. TSG RAN WG 2#6 Sophia-Antipolis, France August 16-20, 1999 TSGR2#6(99)802 Agenda item: 14.4 Source: Golden Bridge Technology Title: CPCH Delay Measurements for TS25.331, RRC Protocol Document for: Discussion

More information

LTE-Advanced Carrier Aggregation Optimization

LTE-Advanced Carrier Aggregation Optimization Nokia Networks LTE-Advanced Carrier Aggregation Optimization Nokia Networks white paper LTE-Advanced Carrier Aggregation Optimization Contents Introduction 3 Carrier Aggregation in live networks 4 Multi-band

More information

VoIP-Kapazität im Relay erweiterten IEEE 802.16 System

VoIP-Kapazität im Relay erweiterten IEEE 802.16 System VoIP-Kapazität im Relay erweiterten IEEE 802.16 System 21. ComNets-Workshop Mobil- und Telekommunikation Dipl.-Ing. Karsten Klagges ComNets Research Group RWTH Aachen University 16. März 2012 Karsten Klagges

More information

LTE E-UTRAN and its Access Side Protocols

LTE E-UTRAN and its Access Side Protocols White Paper LTE E-UTRAN and its Access Side Protocols By: Suyash Tripathi, Vinay Kulkarni and Alok Kuma Overview The journey which initially started with UMTS 99 aiming for high peak packet data rates

More information

LTE-Advanced in White Space A Complementary Technology

LTE-Advanced in White Space A Complementary Technology White Paper December 2011 LTE-Advanced in White Space A Complementary Technology By: Purnima Surampudi, Lead Engineer and Sony Mohanty, Engineer Overview Long Term Evolution (LTE), the leading candidate

More information

Get the best performance from your LTE Network with MOBIPASS

Get the best performance from your LTE Network with MOBIPASS Get the best performance from your LTE Network with MOBIPASS The most powerful, user friendly and scalable enodeb test tools family for Network Equipement Manufacturers and Mobile Network Operators Network

More information

2G/3G Mobile Communication Systems

2G/3G Mobile Communication Systems 2G/3G Mobile Communication Systems Winter 2012/13 Integrated Communication Systems Group Ilmenau University of Technology Outline 2G Review: GSM Services Architecture Protocols Call setup Mobility management

More information

HSDPA Mobile Broadband Data A Smarter Approach to UMTS Downlink Data

HSDPA Mobile Broadband Data A Smarter Approach to UMTS Downlink Data HSDPA Mobile Broadband Data A Smarter Approach to UMTS Downlink Data UMTS mobile wireless systems have enjoyed widespread uptake of high-quality circuit-switched applications like voice and video telephony.

More information

EETS 8316 Wireless Networks Fall 2013

EETS 8316 Wireless Networks Fall 2013 EETS 8316 Wireless Networks Fall 2013 Lecture: Cellular Overview: 3G and 4G http://lyle.smu.edu/~skangude/eets8316.html Dr. Shantanu Kangude skangude@lyle.smu.edu Third Generation Systems High-speed wireless

More information

Delivering Network Performance and Capacity. The most important thing we build is trust

Delivering Network Performance and Capacity. The most important thing we build is trust Delivering Network Performance and Capacity The most important thing we build is trust The Ultimate in Real-life Network Perfomance Testing 1 The TM500 Family the most comprehensive 3GPP performance and

More information

Wireless Technologies for the 450 MHz band

Wireless Technologies for the 450 MHz band Wireless Technologies for the 450 MHz band By CDG 450 Connectivity Special Interest Group (450 SIG) September 2013 1. Introduction Fast uptake of Machine- to Machine (M2M) applications and an installed

More information

GSM: PHYSICAL & LOGICAL CHANNELS

GSM: PHYSICAL & LOGICAL CHANNELS GSM: PHYSICAL & LOGICAL CHANNELS AN OVERVIEW Prepared by Learntelecom.com 1. GSM: PHYSICAL AND LOGICAL CHANNELS GSM uses a mix of Frequency Division Multiple Access (FDMA) and Time Division Multiple Access

More information

Solution for cell edge performance improvement and dynamic load balancing. Qualcomm Technologies, Inc.

Solution for cell edge performance improvement and dynamic load balancing. Qualcomm Technologies, Inc. HSPA+ Multiflow Solution for cell edge performance improvement and dynamic load balancing Feburary 1, 2014 Qualcomm Technologies, Inc. Not to be used, copied, reproduced, or modified in whole or in part,

More information

Inter-Cell Interference Coordination (ICIC) Technology

Inter-Cell Interference Coordination (ICIC) Technology Inter-Cell Interference Coordination (ICIC) Technology Dai Kimura Hiroyuki Seki Long Term Evolution (LTE) is a promising standard for next-generation cellular systems targeted to have a peak downlink bit

More information

NSN White paper February 2014. Nokia Solutions and Networks Smart Scheduler

NSN White paper February 2014. Nokia Solutions and Networks Smart Scheduler NSN White paper February 2014 Nokia Solutions and Networks Smart Scheduler CONTENTS 1. Introduction 3 2. Smart Scheduler Features and Benefits 4 3. Smart Scheduler wit Explicit Multi-Cell Coordination

More information

The future of mobile networking. David Kessens <david.kessens@nsn.com>

The future of mobile networking. David Kessens <david.kessens@nsn.com> The future of mobile networking David Kessens Introduction Current technologies Some real world measurements LTE New wireless technologies Conclusion 2 The future of mobile networking

More information

Telesystem Innovations. LTE in a Nutshell: The Physical Layer WHITE PAPER

Telesystem Innovations. LTE in a Nutshell: The Physical Layer WHITE PAPER Telesystem Innovations LTE in a Nutshell: The Physical Layer WHITE PAPER OVERVIEW The design of the LTE physical layer (PHY) is heavily influenced by the requirements for high peak transmission rate (100

More information

a new sdn-based control plane architecture for 5G

a new sdn-based control plane architecture for 5G a new sdn-based control plane architecture for 5G With a Case Study on Connectivity Management m. outline what is sdn? 5G proposed control plane connectivity control software-defined networking The needs

More information

Single Radio Voice Call Continuity. (SRVCC) with LTE. White Paper. Overview. By: Shwetha Vittal, Lead Engineer CONTENTS

Single Radio Voice Call Continuity. (SRVCC) with LTE. White Paper. Overview. By: Shwetha Vittal, Lead Engineer CONTENTS White Paper Single Radio Voice Call Continuity (SRVCC) with LTE By: Shwetha Vittal, Lead Engineer Overview Long Term Evolution (LTE) is heralded as the next big thing for mobile networks. It brings in

More information

Evolution in Mobile Radio Networks

Evolution in Mobile Radio Networks Evolution in Mobile Radio Networks Multiple Antenna Systems & Flexible Networks InfoWare 2013, July 24, 2013 1 Nokia Siemens Networks 2013 The thirst for mobile data will continue to grow exponentially

More information

Protocol Architecture of LTE Release 12

Protocol Architecture of LTE Release 12 Protocol Architecture of LT Release 2 Abhishek Agarwal* *PhD tudent, Department of lectronics and Communication ngineering, hri Venkateshwara University, Gajraula, Uttar Pradesh, INDIA. -Mail: er.abhishek.agarwal.77{at}gmail{dot}com

More information

Heterogeneous LTE Networks and Inter-Cell Interference Coordination

Heterogeneous LTE Networks and Inter-Cell Interference Coordination Heterogeneous LTE Networks and Inter-Cell Interference Coordination Volker Pauli, Juan Diego Naranjo, Eiko Seidel Nomor Research GmbH, Munich, Germany December, 2010 Summary Initial deployments of LTE

More information

Cooperative Techniques in LTE- Advanced Networks. Md Shamsul Alam

Cooperative Techniques in LTE- Advanced Networks. Md Shamsul Alam Cooperative Techniques in LTE- Advanced Networks Md Shamsul Alam Person-to-person communications Rich voice Video telephony, video conferencing SMS/MMS Content delivery Mobile TV High quality video streaming

More information

4G Americas LTE Aggregation & Unlicensed Spectrum November 2015 1

4G Americas LTE Aggregation & Unlicensed Spectrum November 2015 1 4G Americas LTE Aggregation & Unlicensed Spectrum November 2015 1 TABLE OF CONTENTS Preface... 1 1 Introduction... 1 2 Deployment Scenarios... 2 2.1 LTE-WLAN Radio Level Aggregation (LWA)... 2 2.2 LTE

More information

Protocol Architecture. ATM architecture

Protocol Architecture. ATM architecture Asynchronous Transfer Mode (ATM) Asynchronous Transfer Mode: ATM 1990 s/00 standard for high-speed (155Mbps to 622 Mbps and higher) Broadband Integrated Service Digital Network architecture Goal: integrated,

More information

The LTE Network Architecture

The LTE Network Architecture S T R A T E G I C W H I T E P A P E R The LTE Network Architecture A comprehensive tutorial Long Term Evolution (LTE) is the latest buzzword on everyone s lips, but are you as conversant with the LTE architecture

More information

Customer Training Catalog Course Descriptions WCDMA RNP&RNO Technical Training

Customer Training Catalog Course Descriptions WCDMA RNP&RNO Technical Training Customer Training Catalog Course Descriptions Customer Training Catalog Course Descriptions WCDMA RNP&RNO Technical Training HUAWEI Learning Service 2015 COMMERCIAL IN CONFIDENCE 1 Customer Training Catalog

More information

RESOURCE ALLOCATION FOR INTERACTIVE TRAFFIC CLASS OVER GPRS

RESOURCE ALLOCATION FOR INTERACTIVE TRAFFIC CLASS OVER GPRS RESOURCE ALLOCATION FOR INTERACTIVE TRAFFIC CLASS OVER GPRS Edward Nowicki and John Murphy 1 ABSTRACT The General Packet Radio Service (GPRS) is a new bearer service for GSM that greatly simplify wireless

More information

VoIP Shim for RTP Payload Formats

VoIP Shim for RTP Payload Formats PITALS 50 pt 32 pt VoIP Shim for RTP Payload Formats draft-johansson-avt-rtp-shim Ingemar Johansson, Ericsson AB Outline MTSI in 3GPP Voice service requirements Problems with RTCP Why is inband signaling

More information

3GPP Long Term Evolution: Architecture, Protocols and Interfaces

3GPP Long Term Evolution: Architecture, Protocols and Interfaces 3GPP Long Term Evolution: Architecture, Protocols and Interfaces Aderemi A. Atayero, Matthew K. Luka, Martha K. Orya, Juliet O. Iruemi Department of Electrical & Information Engineering Covenant University,

More information

UMTS Long Term Evolution (LTE) Technology Introduction

UMTS Long Term Evolution (LTE) Technology Introduction Rohde & Schwarz Products: FSQ, FSQ-K100, FSQ-K101, SMU200A, SMU-K55, SMU-K255, SMATE200A, SMATE-K55, SMATE-K255, SMJ100A, SMJ-K55, SMJ-K255, WinIQSIM2, AFQ100A, AFQ-K255, AMU200A, AMU-K55, AMU-K255 UMTS

More information

1 Introduction 1 1.1 Services and Applications for HSPA 3 1.2 Organization of the Book 6 References 7

1 Introduction 1 1.1 Services and Applications for HSPA 3 1.2 Organization of the Book 6 References 7 Figures and Tables About the Authors Preface Foreword Acknowledgements xi xix xxi xxiii xxv 1 Introduction 1 1.1 Services and Applications for HSPA 3 1.2 Organization of the Book 6 References 7 2 Overview

More information

A Load Balancing Algorithm against DDoS Attacks in Beyond 3G Wireless Networks

A Load Balancing Algorithm against DDoS Attacks in Beyond 3G Wireless Networks A Load Balancing Algorithm against DDoS Attacks in Beyond 3G Wireless Networks Stefania Zinno, Giovanni Di Stasi, Stefano Avallone, Giorgio Ventre Università degli Studi di Napoli Federico II Dipartimento

More information

Agilent Testing Push-to-talk Over Cellular. Application Note

Agilent Testing Push-to-talk Over Cellular. Application Note Agilent Testing Push-to-talk Over Cellular Application Note Table of Contents Introduction... 3 New Network Elements... 4 Error Sources... 5 Testing the Links... 5 Simulating Cell Transitions... 5 Signaling

More information

4G LTE/LTE-Advanced for Mobile Broadband

4G LTE/LTE-Advanced for Mobile Broadband 4G LTE/LTE-Advanced for Mobile Broadband Erik Dahlman, Stefan Parkvall, and Johan Sköld ELSEVIER AMSTERDAM BOSTON HEIDELBERG LONDON NEW YORK OXFORD PARIS SAN DIEGO SAN FRANCISCO SINGAPORE SYDNEY TOKYO

More information

Yu.M. Tulyakov, D.Ye. Shakarov, A.A. Kalashnikov. Keywords: Data broadcasting, cellular mobile systems, WCDMA, GSM.

Yu.M. Tulyakov, D.Ye. Shakarov, A.A. Kalashnikov. Keywords: Data broadcasting, cellular mobile systems, WCDMA, GSM. Аnalysis of data broadcasting in modern cellular mobile systems of ground radio communications Yu.M. Tulyakov, D.Ye. Shakarov, A.A. Kalashnikov At the analysis of channel formation in WCDMA networks the

More information

Priority-Coupling A Semi-Persistent MAC Scheduling Scheme for VoIP Traffic on 3G LTE

Priority-Coupling A Semi-Persistent MAC Scheduling Scheme for VoIP Traffic on 3G LTE Priority-Coupling A Semi-Persistent MAC Scheduling Scheme for VoIP Traffic on 3G LTE S. Saha * and R. Quazi ** * Helsinki University of Technology, Helsinki, Finland ** University of Dhaka, Dhaka, Bangladesh

More information

TCP in Wireless Networks

TCP in Wireless Networks Outline Lecture 10 TCP Performance and QoS in Wireless s TCP Performance in wireless networks TCP performance in asymmetric networks WAP Kurose-Ross: Chapter 3, 6.8 On-line: TCP over Wireless Systems Problems

More information

Mobile Communication Systems: DECT Digital Enhanced Cordless Telecommunication

Mobile Communication Systems: DECT Digital Enhanced Cordless Telecommunication Mobile ommunication Systems: DET Digital Enhanced ordless Telecommunication Mobile ommunication: Telecommunication Systems - Jochen Schiller http://www.jochenschiller.de 1 Overview DET (Digital European

More information

Nokia Networks. Voice over LTE (VoLTE) Optimization

Nokia Networks. Voice over LTE (VoLTE) Optimization Nokia Networks Voice over LTE (VoLTE) Optimization Contents 1. Introduction 3 2. VoIP Client Options 5 3. Radio Network Optimization 6 4. Voice Quality Optimization 11 5. Handset Power Consumption Optimization

More information

Technical vulnerability of the E-UTRAN paging mechanism

Technical vulnerability of the E-UTRAN paging mechanism Technical vulnerability of the E-UTRAN paging mechanism Alexey Baraev, Urtzi Ayesta, Ina Maria (Maaike) Verloop, Daniele Miorandi and Imrich Chlamtac CREATE-NET, v. alla Cascata 56/D, 38123 Povo, Trento

More information

Seminar. Ausgewählte Kapitel der Nachrichtentechnik, WS 2009/2010. LTE: Der Mobilfunk der Zukunft. Random Access. Almamy Touray. 02.

Seminar. Ausgewählte Kapitel der Nachrichtentechnik, WS 2009/2010. LTE: Der Mobilfunk der Zukunft. Random Access. Almamy Touray. 02. Seminar Ausgewählte Kapitel der Nachrichtentechnik, WS 2009/2010 LTE: Der Mobilfunk der Zukunft Random Access Almamy Touray 02. December, 2009 Abstract An LTE User Equipment (UE) can only be scheduled

More information

ETSI TS 136 300 V8.12.0 (2010-04) Technical Specification

ETSI TS 136 300 V8.12.0 (2010-04) Technical Specification TS 136 300 V8.12.0 (2010-04) Technical Specification LTE; Evolved Universal Terrestrial Radio Access (E-UTRA) and Evolved Universal Terrestrial Radio Access Network (E-UTRAN); Overall description; Stage

More information

The Draft IEEE 802.16m System Description Document

The Draft IEEE 802.16m System Description Document 00-0- IEEE 0.m-0/00 0 0 Table of Content Scope References The Draft IEEE 0.m System Description Document Definition, Symbols, Abbreviation Overall Network Architecture IEEE 0.m System Reference Model IEEE

More information

LTE Release 10 Small Cell Physical Layer Evolution Issues and Challenges Facing Small Cell Product Developers in Multi- Core Environments

LTE Release 10 Small Cell Physical Layer Evolution Issues and Challenges Facing Small Cell Product Developers in Multi- Core Environments LTE Release 10 Small Cell Physical Layer Evolution Issues and Challenges Facing Small Cell Product Developers in Multi- Core Environments By Brian Meads, Director of Software Sales, CommAgility LTE Industry

More information

Throughput for TDD and FDD 4 G LTE Systems

Throughput for TDD and FDD 4 G LTE Systems Throughput for TDD and FDD 4 G LTE Systems Sonia Rathi, Nisha Malik, Nidhi Chahal, Sukhvinder Malik Abstract Long Term Evolution (LTE) has been designed to support only packet-switched services. It aims

More information

Security Testing 4G (LTE) Networks 44con 6th September 2012 Martyn Ruks & Nils

Security Testing 4G (LTE) Networks 44con 6th September 2012 Martyn Ruks & Nils Security Testing 4G (LTE) Networks 44con 6th September 2012 Martyn Ruks & Nils 11/09/2012 1 Today s Talk Intro to 4G (LTE) Networks Technical Details Attacks and Testing Defences Conclusions 11/09/2012

More information

REPORT ITU-R M.2134. Requirements related to technical performance for IMT-Advanced radio interface(s)

REPORT ITU-R M.2134. Requirements related to technical performance for IMT-Advanced radio interface(s) Rep. ITU-R M.2134 1 REPORT ITU-R M.2134 Requirements related to technical performance for IMT-Advanced radio interface(s) (2008) TABLE OF CONTENTS... Page 1 Introduction... 2 2 Scope and purpose... 2 3

More information

Dimensioning of LTE Network. Description of Models and Tool, Coverage and Capacity Estimation of 3GPP Long Term Evolution radio interface

Dimensioning of LTE Network. Description of Models and Tool, Coverage and Capacity Estimation of 3GPP Long Term Evolution radio interface Dimensioning of LTE Network Description of Models and Tool, Coverage and Capacity Estimation of 3GPP Long Term Evolution radio interface Abdul Basit, Syed Masters Thesis submitted in partial fulfillment

More information

Mobility Management for IP-based Mobile Networks

Mobility Management for IP-based Mobile Networks Mobility Management for IP-based Mobile Networks H. Becker, N. Gerlich, M. Schopp Siemens Information & Communication Mobile Munich, Germany 1 Overview Introduction to IP-based Radio Access Networks Definition

More information

CHAPTER - 4 CHANNEL ALLOCATION BASED WIMAX TOPOLOGY

CHAPTER - 4 CHANNEL ALLOCATION BASED WIMAX TOPOLOGY CHAPTER - 4 CHANNEL ALLOCATION BASED WIMAX TOPOLOGY 4.1. INTRODUCTION In recent years, the rapid growth of wireless communication technology has improved the transmission data rate and communication distance.

More information

A NOVEL RESOURCE EFFICIENT DMMS APPROACH

A NOVEL RESOURCE EFFICIENT DMMS APPROACH A NOVEL RESOURCE EFFICIENT DMMS APPROACH FOR NETWORK MONITORING AND CONTROLLING FUNCTIONS Golam R. Khan 1, Sharmistha Khan 2, Dhadesugoor R. Vaman 3, and Suxia Cui 4 Department of Electrical and Computer

More information

Priority-Based Congestion Control Algorithm for Cross-Traffic Assistance on LTE Networks

Priority-Based Congestion Control Algorithm for Cross-Traffic Assistance on LTE Networks Priority-Based Congestion Control Algorithm for Cross-Traffic Assistance on LTE Networks Lung-Chih Tung, You Lu, Mario Gerla Department of Computer Science University of California, Los Angeles Los Angeles,

More information

Guidelines for LTE Backhaul Traffic Estimation

Guidelines for LTE Backhaul Traffic Estimation A White Paper by the NGMN Alliance Guidelines for LTE Backhaul Traffic Estimation next generation mobile networks Guidelines for LTE Backhaul Traffic Estimation by NGMN Alliance Version: 0.4.2 FINAL Date:

More information

3G smartphones. ericsson White paper Uen 284 23-3250 February 2015

3G smartphones. ericsson White paper Uen 284 23-3250 February 2015 ericsson White paper Uen 284 23-3250 February 2015 3G smartphones optimizing user experience and network efficiency Rapid global smartphone uptake is creating new mobile data traffic patterns. There is

More information