Sourjya Bhaumik, Shoban Chandrabose, Kashyap Jataprolu, Gautam Kumar, Paul Polakos, Vikram Srinivasan, Thomas Woo

Size: px
Start display at page:

Download "Sourjya Bhaumik, Shoban Chandrabose, Kashyap Jataprolu, Gautam Kumar, Paul Polakos, Vikram Srinivasan, Thomas Woo"

Transcription

1 CloudIQ Anand Muralidhar Sourjya Bhaumik, Shoban Chandrabose, Kashyap Jataprolu, Gautam Kumar, Paul Polakos, Vikram Srinivasan, Thomas Woo

2 Load(%) Baseband processing at a Base station Base station (BTS) consists of Antenna and baseband unit (BBU) BBU processes cellular signals Provisioned to handle peak load Needs active cooling, maintenance But typical cells have 30% load Can we exploit variations in load to save energy? Energy constitutes 25% of total cost [C-Ran White paper] Hour BBU Cell D: Daily Load Vs Hour /22

3 Cloud-RAN: Cellular processing in the cloud Cloud-Radio access network (C-RAN) centralized baseband processing Backhaul IQ samples from BTS Many advantages Fiber OPEX savings site visits, upgrades, cooling Switch [up to 50%, C-RAN white paper] Higher spectral efficiency Network MIMO [up to 50%, C-RAN white paper] Real-time constraints limit fiber length BBU1 BBU3 BBU2 BBU4 3/22

4 Transition towards programmable hardware From ASIC/SoC to general purpose processors (GPP) GPPs have increased ability to [C-RAN white paper] process baseband signals Multi-core, SIMD, cache, DVFS Performance-per-watt is increasing GPP allows open platforms Cellular operator not bound to a vendor Can we replace BBUs with GPPs? 4/22

5 Cellular processing over GPPs Baseband processing on GPPs in data center Exploit variations in BTS load Pooling: process multiple BTS on single GPP Energy savings: switch it off if not used What are the potential pooling gains? Switch Analyze real-world data CloudIQ: A resource management framework GPP1 BBU GPP2 How do we build the system? GPP3 GPP4 Data center 5/22

6 Outline of the talk LTE profiling results Analysis of real-world traffic CloudIQ: A resource management framework System Design 6/22

7 freq A brief primer on LTE OFDMA: spectrum is divided to physical resource blocks (PRB) Subframe processed every 1 ms Send ACK/NACK after 3 ms PHY layer is compute intensive FFT/IFFT, Turbo codes PRB Subframe time SF SF1 SF2 time 1 ms 3 ms Ack 0 Ack 1 Ack 2 7/22

8 Profile processing load in LTE OpenAir: LTE, 5MHz Open source, from Eurecom France Executes on GPPs Profile code by varying modulation and coding schemes (MCS) Load = time to process a subframe 8/22

9 Observations after profiling code Load is (almost) linear base load + dynamic load Large variation offers potential for pooling many BTS Extend LTE observations to WCDMA 9/22

10 Analysis of real-world traffic WCDMA in dense urban setting 175 base stations, 2 weeks Downlink logs, aggregated at 15 mins QAMs used, codes available, total traffic Derive distribution on load in subframe 10/22

11 Guarantees for processing multiple BTS on GPP Hard guarantee every subframe is processed correctly Cannot guarantee if multiple BTSs processed in one GPP BTS load can suddenly peak and miss deadlines Statistical guarantees pick failure prob P F Calculate load L for BTS Load exceeds L with probability P F P F Acceptable model for cellular systems L 11/22

12 Potential gains from resource pooling Choose failure prob P F select load L for each BTS Compute total load across all BTSs P F All signals processed by one computing resource L Assume it can handle peak load How much is the resource utilized? 22% pooling gains at P F = 10-8 Conservative estimate on total load Hour 12/22

13 CloudIQ: A resource management framework Set of BTSs to be scheduled Set of compute resources multi-core GPPs Solve two coupled problems: PART: partition BTSs to sets to be scheduled on GPP GPP1 GPP2 GPP3 SCHED: real-time schedule to process each set on a GPP Design real-time system with statistical guarantees Separation principle: decouple PART and SCHED Design around a simple cyclic schedule 13/22

14 GPP Cyclic schedule Core 1 M BTSs need to be scheduled on N-core GPP BTS processes subframe every 1 ms?? Core 2 Core 3 Core N Processing load = p ms, ( p > 1 ) time Deadline = d ms, ( d > p > 1 ) Most real-time systems consider ( p < d = 1) Cyclic schedule SF0 SF1 SF2 SF3 d Offline schedule, subframe processed in a core p At time t, Core ((tm + j) mod (N) + 1) j-th BTS 14/22

15 Example of cyclic schedule Cores = 4, BTS = 3 B i (t) = i-th BTS s job at time t Each BTS has p = 4/3, d = 2 Same order repeats across cores Time Core1 Core2 Core3 B 1 (0) B 2 (0) B 3 (0) B 2 (1) B 3 (1) B 1 (2) B 3 (2) B 1 (3) B 2 (3) B 1 (4) B 2 (4) B 3 (4) B 2 (5) B 3 (5) B 1 (6) B 3 (6) Core4 B 1 (1) B 2 (2) B 3 (3) B 1 (5) B 2 (6) 15/22

16 More examples of cyclic schedules Core1 Core2 Core3 B 1 (0) B 2 (0) B 3 (0) B 2 (1) B 3 (1) B 1 (2) B 3 (2) B 1 (3) B 2 (3) B 1 (4) B 2 (4) B 3 (4) B 2 (5) B 3 (5) Core4 B 1 (1) B 2 (2) B 3 (3) B 1 (5) Core1 Core2 0 1 B 1 (0) B 2 (0) 2 3 B 1 (2) B 2 (2) 4 5 B 1 (4) B 2 (4) Core3 Core4 B 1 (1) B 2 (1) B 1 (3) B 2 (3) B 1 (5) B 2 (5) Many configurations possible for different loads One configuration = one GPP How many GPPs (or configurations) do we need? 16/22

17 Scheduling BTS on GPPs Choose P F, compute load for each BTS P F L How many GPPs do we need? GPP1 GPP2 GPP3 Also, cyclic schedule allows many configs p = 2 p = 4/3 p = 1 17/22

18 Solving PART and SCHED PART: Construct super-bts Solve variable size bin-packing Sets of super BTSs are allocated to GPP GPP1 GPP2 SCHED: schedule the super-btss on GPPs using cyclic schedule Delay guarantees come for free! Super-BTS creation is conservative Deadline is missed only if total load is exceeded 18/22

19 CloudIQ solution Pick a P F and compute load for each BTS from its ccdf Solve PART and SCHED P F Variable-size bin packing and cyclic schedule L 59 processors for peak load 16% savings at P F = 10-8 Hour 19/22

20 System design Hardware: Intel Xeon W3690, 3.47 GHz, 6 cores OS: Linux with PREEMPT_RT Made OpenAir multi-threaded Need to make it cache conscious for better isolation Super BTS can take less time to execute than total time Cache misses are fewer 20/22

21 Summary Analyzed WCDMA traces, pooling gains can exceed 20% Statistical guarantees in processing signals Developed CloudIQ framework achieves gains of up to 16% Simple cyclic schedule for real-time guarantee Prototyped system on GPP Multithreaded implementation of LTE 21/22

22 Ongoing efforts Heterogeneous systems GPP + GPU + FPGA Algorithms, architecture? Pooling decisions at smaller time scales 10 ms, 100ms? What are the savings in energy? Turbo, FFT/IFFT Switch BBU GPP1 GPP2 GPU1 GPU2 FPGA1 FPGA2 Thanks! Data center 22/22

A Business Case for Employing Direct RF Transmission over Optical Fiber In Place of CPRI for 4G and 5G Fronthaul

A Business Case for Employing Direct RF Transmission over Optical Fiber In Place of CPRI for 4G and 5G Fronthaul A Business Case for Employing Direct RF Transmission over Optical Fiber In Place of CPRI for 4G and 5G Fronthaul Presented by APIC Corporation 5800 Uplander Way Culver City, CA 90230 www.apichip.com sales@apichip.com

More information

WHITEPAPER MULTICORE SOFTWARE DESIGN FOR AN LTE BASE STATION

WHITEPAPER MULTICORE SOFTWARE DESIGN FOR AN LTE BASE STATION WHITEPAPER MULTICORE SOFTWARE DESIGN FOR AN LTE BASE STATION Executive summary This white paper details the results of running the parallelization features of SLX to quickly explore the HHI/ Frauenhofer

More information

PoC #1 On-chip frequency generation

PoC #1 On-chip frequency generation 1 PoC #1 On-chip frequency generation This PoC covers the full on-chip frequency generation system including transport of signals to receiving blocks. 5G frequency bands around 30 GHz as well as 60 GHz

More information

Optimize Cell-Site Deployments

Optimize Cell-Site Deployments Optimize Cell-Site Deployments CellAdvisor BBU Emulation Mobile operators continue to face an insatiable demand for capacity, driven by multimedia applications and the ever-increasing number of devices

More information

DragonWave, Horizon and Avenue are registered trademarks of DragonWave Inc DragonWave Inc. All rights reserved

DragonWave, Horizon and Avenue are registered trademarks of DragonWave Inc DragonWave Inc. All rights reserved NOTICE This document contains DragonWave proprietary information. Use, disclosure, copying or distribution of any part of the information contained herein, beyond that for which it was originally furnished,

More information

Future Standardization

Future Standardization TD-LTE s Requirements on Future Standardization Outline TD-LTE Deployment in China Vision for Beyond R12 Challenges and Requirements Summary 2 TD-LTE Trial in China: Overview 2011 2012H1 2012H2 2013 Large

More information

2015 The MathWorks, Inc. 1

2015 The MathWorks, Inc. 1 2015 The MathWorks, Inc. 1 What s Behind 5G Wireless Communications? 서기환과장 2015 The MathWorks, Inc. 2 Agenda 5G goals and requirements Modeling and simulating key 5G technologies Release 15: Enhanced Mobile

More information

Prototyping Next-Generation Communication Systems with Software-Defined Radio

Prototyping Next-Generation Communication Systems with Software-Defined Radio Prototyping Next-Generation Communication Systems with Software-Defined Radio Dr. Brian Wee RF & Communications Systems Engineer 1 Agenda 5G System Challenges Why Do We Need SDR? Software Defined Radio

More information

Carrier Aggregation and MU-MIMO: outcomes from SAMURAI project

Carrier Aggregation and MU-MIMO: outcomes from SAMURAI project Carrier Aggregation and MU-MIMO: outcomes from SAMURAI project Presented by Florian Kaltenberger Swisscom workshop 29.5.2012 Eurecom, Sophia-Antipolis, France Outline Motivation The SAMURAI project Overview

More information

5G new radio architecture and challenges

5G new radio architecture and challenges WHITE PAPER 5G new radio architecture and challenges By Dr Paul Moakes, CTO, CommAgility www.commagility.com 5G New Radio One of the key enabling technologies for 5G will be New Radio (NR). 5G NR standardization

More information

What s Behind 5G Wireless Communications?

What s Behind 5G Wireless Communications? What s Behind 5G Wireless Communications? Marc Barberis 2015 The MathWorks, Inc. 1 Agenda 5G goals and requirements Modeling and simulating key 5G technologies Release 15: Enhanced Mobile Broadband IoT

More information

Electro-Optical Performance Requirements for Direct Transmission of 5G RF over Fiber

Electro-Optical Performance Requirements for Direct Transmission of 5G RF over Fiber Electro-Optical Performance Requirements for Direct Transmission of 5G RF over Fiber Revised 10/25/2017 Presented by APIC Corporation 5800 Uplander Way Culver City, CA 90230 www.apichip.com 1 sales@apichip.com

More information

Technical Aspects of LTE Part I: OFDM

Technical Aspects of LTE Part I: OFDM Technical Aspects of LTE Part I: OFDM By Mohammad Movahhedian, Ph.D., MIET, MIEEE m.movahhedian@mci.ir ITU regional workshop on Long-Term Evolution 9-11 Dec. 2013 Outline Motivation for LTE LTE Network

More information

Addressing Future Wireless Demand

Addressing Future Wireless Demand Addressing Future Wireless Demand Dave Wolter Assistant Vice President Radio Technology and Strategy 1 Building Blocks of Capacity Core Network & Transport # Sectors/Sites Efficiency Spectrum 2 How Do

More information

2015 SoftBank Trial Akihabara,Tokyo

2015 SoftBank Trial Akihabara,Tokyo 2015 SoftBank Trial Akihabara,Tokyo Adding street pole mounted Small Cells as a 2 nd LTE layer for the Macro deployment in a dense urban area Akihabara Tokyo 500mm Height limit Detached SBA 1 Trial Goals

More information

Low latency in 4.9G/5G

Low latency in 4.9G/5G Low latency in 4.9G/5G Solutions for millisecond latency White Paper The demand for mobile networks to deliver low latency is growing. Advanced services such as robotics control, autonomous cars and virtual

More information

Radio over Fiber technology for 5G Cloud Radio Access Network Fronthaul

Radio over Fiber technology for 5G Cloud Radio Access Network Fronthaul Radio over Fiber technology for 5G Cloud Radio Access Network Fronthaul Using a highly linear fiber optic transceiver with IIP3 > 35 dbm, operating at noise level of -160dB/Hz, we demonstrate 71 km RF

More information

WiMAX Basestation: Software Reuse Using a Resource Pool. Arnon Friedmann SW Product Manager

WiMAX Basestation: Software Reuse Using a Resource Pool. Arnon Friedmann SW Product Manager WiMAX Basestation: Software Reuse Using a Resource Pool Cory Modlin Wireless Systems Architect cmodlin@ti.com L. N. Reddy Wireless Software Manager lnreddy@tataelxsi.co.in Arnon Friedmann SW Product Manager

More information

Background: Cellular network technology

Background: Cellular network technology Background: Cellular network technology Overview 1G: Analog voice (no global standard ) 2G: Digital voice (again GSM vs. CDMA) 3G: Digital voice and data Again... UMTS (WCDMA) vs. CDMA2000 (both CDMA-based)

More information

IMPLEMENTATION OF SOFTWARE-BASED 2X2 MIMO LTE BASE STATION SYSTEM USING GPU

IMPLEMENTATION OF SOFTWARE-BASED 2X2 MIMO LTE BASE STATION SYSTEM USING GPU IMPLEMENTATION OF SOFTWARE-BASED 2X2 MIMO LTE BASE STATION SYSTEM USING GPU Seunghak Lee (HY-SDR Research Center, Hanyang Univ., Seoul, South Korea; invincible@dsplab.hanyang.ac.kr); Chiyoung Ahn (HY-SDR

More information

2012 LitePoint Corp LitePoint, A Teradyne Company. All rights reserved.

2012 LitePoint Corp LitePoint, A Teradyne Company. All rights reserved. LTE TDD What to Test and Why 2012 LitePoint Corp. 2012 LitePoint, A Teradyne Company. All rights reserved. Agenda LTE Overview LTE Measurements Testing LTE TDD Where to Begin? Building a LTE TDD Verification

More information

Ten Things You Should Know About MIMO

Ten Things You Should Know About MIMO Ten Things You Should Know About MIMO 4G World 2009 presented by: David L. Barner www/agilent.com/find/4gworld Copyright 2009 Agilent Technologies, Inc. The Full Agenda Intro System Operation 1: Cellular

More information

Huawei response to the Ofcom call for input: Fixed Wireless Spectrum Strategy

Huawei response to the Ofcom call for input: Fixed Wireless Spectrum Strategy Huawei response to the Fixed Wireless Spectrum Strategy Summary Huawei welcomes the opportunity to comment on this important consultation on use of Fixed wireless access. We consider that lower traditional

More information

Improving MU-MIMO Performance in LTE-(Advanced) by Efficiently Exploiting Feedback Resources and through Dynamic Scheduling

Improving MU-MIMO Performance in LTE-(Advanced) by Efficiently Exploiting Feedback Resources and through Dynamic Scheduling Improving MU-MIMO Performance in LTE-(Advanced) by Efficiently Exploiting Feedback Resources and through Dynamic Scheduling Ankit Bhamri, Florian Kaltenberger, Raymond Knopp, Jyri Hämäläinen Eurecom, France

More information

Interference management Within 3GPP LTE advanced

Interference management Within 3GPP LTE advanced Interference management Within 3GPP LTE advanced Konstantinos Dimou, PhD Senior Research Engineer, Wireless Access Networks, Ericsson research konstantinos.dimou@ericsson.com 2013-02-20 Outline Introduction

More information

5G India Demystifying 5G, Massive MIMO and Challenges

5G India Demystifying 5G, Massive MIMO and Challenges Demystifying 5G, Massive MIMO and Challenges 5G India 2017 Ramarao Anil Head Product Support, Development & Applications Rohde & Schwarz India Pvt. Ltd. COMPANY RESTRICTED Agenda ı 5G Vision ı Why Virtualization

More information

Daniel Bültmann, Torsten Andre. 17. Freundeskreistreffen Workshop D. Bültmann, ComNets, RWTH Aachen Faculty 6

Daniel Bültmann, Torsten Andre. 17. Freundeskreistreffen Workshop D. Bültmann, ComNets, RWTH Aachen Faculty 6 Cell Spectral Efficiency of a 3GPP LTE-Advanced System Daniel Bültmann, Torsten Andre 17. Freundeskreistreffen Workshop 2010 12.03.2010 2010 D. Bültmann, ComNets, RWTH Aachen Faculty 6 Schedule of IMT-A

More information

Radio Interface and Radio Access Techniques for LTE-Advanced

Radio Interface and Radio Access Techniques for LTE-Advanced TTA IMT-Advanced Workshop Radio Interface and Radio Access Techniques for LTE-Advanced Motohiro Tanno Radio Access Network Development Department NTT DoCoMo, Inc. June 11, 2008 Targets for for IMT-Advanced

More information

WIRELESS 20/20. Twin-Beam Antenna. A Cost Effective Way to Double LTE Site Capacity

WIRELESS 20/20. Twin-Beam Antenna. A Cost Effective Way to Double LTE Site Capacity WIRELESS 20/20 Twin-Beam Antenna A Cost Effective Way to Double LTE Site Capacity Upgrade 3-Sector LTE sites to 6-Sector without incurring additional site CapEx or OpEx and by combining twin-beam antenna

More information

Joint Scheduling and Fast Cell Selection in OFDMA Wireless Networks

Joint Scheduling and Fast Cell Selection in OFDMA Wireless Networks 1 Joint Scheduling and Fast Cell Selection in OFDMA Wireless Networks Reuven Cohen Guy Grebla Department of Computer Science Technion Israel Institute of Technology Haifa 32000, Israel Abstract In modern

More information

3G Evolution HSPA and LTE for Mobile Broadband Part II

3G Evolution HSPA and LTE for Mobile Broadband Part II 3G Evolution HSPA and LTE for Mobile Broadband Part II Dr Stefan Parkvall Principal Researcher Ericsson Research stefan.parkvall@ericsson.com Outline Series of three seminars I. Basic principles Channel

More information

K E Y S I G H T I N 5 G. Mombasawala Mohmedsaaed General Manager (Applications)

K E Y S I G H T I N 5 G. Mombasawala Mohmedsaaed General Manager (Applications) K E Y S I G H T I N 5 G Mombasawala Mohmedsaaed 18.05.2018 General Manager (Applications) EPC 1 e M B B m M T C u R L C C CP+ UP UP The first NR specification (3GPP Release 15) supports increased data

More information

NI Technical Symposium ni.com

NI Technical Symposium ni.com NI Technical Symposium 2016 1 Build 5G Systems Today Avichal Kulshrestha 2 How We Consume Data is Changing 3 Where We Are Today Explosion of wireless data and connected devices Last year s mobile data

More information

White paper. Long Term HSPA Evolution Mobile broadband evolution beyond 3GPP Release 10

White paper. Long Term HSPA Evolution Mobile broadband evolution beyond 3GPP Release 10 White paper Long Term HSPA Evolution Mobile broadband evolution beyond 3GPP Release 10 HSPA has transformed mobile networks Contents 3 Multicarrier and multiband HSPA 4 HSPA and LTE carrier 5 HSDPA multipoint

More information

Requirements on 5G Development Device manufacturer s perspective

Requirements on 5G Development Device manufacturer s perspective Requirements on 5G Development Device manufacturer s perspective ECC 5G Mobile Communications Workshop Mainz, Nov. 2 4 2016 Quan Yu, Chief Strategy Officer, Huawei Wireless Product Line 1 Europe s 5G Action

More information

Wireless Networks: An Introduction

Wireless Networks: An Introduction Wireless Networks: An Introduction Master Universitario en Ingeniería de Telecomunicación I. Santamaría Universidad de Cantabria Contents Introduction Cellular Networks WLAN WPAN Conclusions Wireless Networks:

More information

From 2G to 4G UE Measurements from GSM to LTE. David Hall RF Product Manager

From 2G to 4G UE Measurements from GSM to LTE. David Hall RF Product Manager From 2G to 4G UE Measurements from GSM to LTE David Hall RF Product Manager Agenda: Testing 2G to 4G Devices The progression of standards GSM/EDGE measurements WCDMA measurements LTE Measurements LTE theory

More information

University of Bristol - Explore Bristol Research. Peer reviewed version. Link to published version (if available): /ICCE.2012.

University of Bristol - Explore Bristol Research. Peer reviewed version. Link to published version (if available): /ICCE.2012. Zhu, X., Doufexi, A., & Koçak, T. (2012). A performance enhancement for 60 GHz wireless indoor applications. In ICCE 2012, Las Vegas Institute of Electrical and Electronics Engineers (IEEE). DOI: 10.1109/ICCE.2012.6161865

More information

5G New Radio Design. Fall VTC-2017, Panel September 25 th, Expanding the human possibilities of technology to make our lives better

5G New Radio Design. Fall VTC-2017, Panel September 25 th, Expanding the human possibilities of technology to make our lives better 5G New Radio Design Expanding the human possibilities of technology to make our lives better Fall VTC-2017, Panel September 25 th, 2017 Dr. Amitabha Ghosh Head of Small Cell Research, Nokia Fellow, IEEE

More information

Analytical Evaluation of the Cell Spectral Efficiency of a Beamforming Enhanced IEEE m System

Analytical Evaluation of the Cell Spectral Efficiency of a Beamforming Enhanced IEEE m System Analytical Evaluation of the Cell Spectral Efficiency of a Beamforming Enhanced IEEE 802.16m System Benedikt Wolz, Afroditi Kyrligkitsi Communication Networks (ComNets) Research Group Prof. Dr.-Ing. Bernhard

More information

Ericsson Radio Dot System

Ericsson Radio Dot System Ericsson Radio Dot System Redefining In-Building Small Cells As enterprises pursue mobile strategies and consumers depend more heavily on their mobile devices, cellular networks are becoming mission critical

More information

Planning of LTE Radio Networks in WinProp

Planning of LTE Radio Networks in WinProp Planning of LTE Radio Networks in WinProp AWE Communications GmbH Otto-Lilienthal-Str. 36 D-71034 Böblingen mail@awe-communications.com Issue Date Changes V1.0 Nov. 2010 First version of document V2.0

More information

Beamforming and Binary Power Based Resource Allocation Strategies for Cognitive Radio Networks

Beamforming and Binary Power Based Resource Allocation Strategies for Cognitive Radio Networks 1 Beamforming and Binary Power Based Resource Allocation Strategies for Cognitive Radio Networks UWB Walter project Workshop, ETSI October 6th 2009, Sophia Antipolis A. Hayar EURÉCOM Institute, Mobile

More information

OBJECTIVES. Understand the basic of Wi-MAX standards Know the features, applications and advantages of WiMAX

OBJECTIVES. Understand the basic of Wi-MAX standards Know the features, applications and advantages of WiMAX OBJECTIVES Understand the basic of Wi-MAX standards Know the features, applications and advantages of WiMAX INTRODUCTION WIMAX the Worldwide Interoperability for Microwave Access, is a telecommunications

More information

Test Range Spectrum Management with LTE-A

Test Range Spectrum Management with LTE-A Test Resource Management Center (TRMC) National Spectrum Consortium (NSC) / Spectrum Access R&D Program Test Range Spectrum Management with LTE-A Bob Picha, Nokia Corporation of America DISTRIBUTION STATEMENT

More information

University of Bristol - Explore Bristol Research. Peer reviewed version. Link to published version (if available): /VETECF.2010.

University of Bristol - Explore Bristol Research. Peer reviewed version. Link to published version (if available): /VETECF.2010. Han, C., Beh, K. C., Nicolaou, M., Armour, S. M. D., & Doufexi, A. (2010). Power efficient dynamic resource scheduling algorithms for LTE. In IEEE 72nd Vehicular Technology Conference Fall 2010 (VTC 2010-Fall),

More information

LTE and NB-IoT. Luca Feltrin. RadioNetworks, DEI, Alma Mater Studiorum - Università di Bologna. Telecom Italia Mobile S.p.a. - TIM

LTE and NB-IoT. Luca Feltrin. RadioNetworks, DEI, Alma Mater Studiorum - Università di Bologna. Telecom Italia Mobile S.p.a. - TIM LTE and NB-IoT Luca Feltrin RadioNetworks, DEI, Alma Mater Studiorum - Università di Bologna Telecom Italia Mobile S.p.a. - TIM Index Ø 3GPP and LTE Specifications Ø LTE o Architecture o PHY Layer o Procedures

More information

What s Behind 5G Wireless Communications?

What s Behind 5G Wireless Communications? What s Behind 5G Wireless Communications? Tabrez Khan Application Engineering Group 2015 The MathWorks, Inc. 1 Agenda 5G goals and requirements Modeling and simulating key 5G technologies 5G development

More information

Agenda. Overview of LTE UE Attach Procedure OAI-UE Threading Structure & Timing Walk through the OAI-UE Codes

Agenda. Overview of LTE UE Attach Procedure OAI-UE Threading Structure & Timing Walk through the OAI-UE Codes OAI UE overview Wilson W. K. Thong (ASTRI), Fabrice Nabet, Haithem Bilel (TCL), Florian Kaltenberger, Raymond Knopp (Eurecom) OAI workshop 2017 BUPT, Beijing, April 27 th 2017 Agenda Overview of LTE UE

More information

Beamforming for 4.9G/5G Networks

Beamforming for 4.9G/5G Networks Beamforming for 4.9G/5G Networks Exploiting Massive MIMO and Active Antenna Technologies White Paper Contents 1. Executive summary 3 2. Introduction 3 3. Beamforming benefits below 6 GHz 5 4. Field performance

More information

(COMPUTER NETWORKS & COMMUNICATION PROTOCOLS) Ali kamil Khairullah Number:

(COMPUTER NETWORKS & COMMUNICATION PROTOCOLS) Ali kamil Khairullah Number: (COMPUTER NETWORKS & COMMUNICATION PROTOCOLS) Ali kamil Khairullah Number: 15505071 22-12-2016 Downlink transmission is based on Orthogonal Frequency Division Multiple Access (OFDMA) which converts the

More information

Wireless Networks, EARTH research project

Wireless Networks, EARTH research project ETSI Green Agenda 26 November 2009 HOW TO REDUCE-GREEN HOUSE GAS EMISSIONS FROM ICT EQUIPMENT Wireless Networks, EARTH research project Alcatel-Lucent, Bell Labs Stuttgart Ulrich Barth Energy Usage in

More information

Software Defined Radio Forum

Software Defined Radio Forum Software Defined Radio Forum Committee: Markets Title: Market Requirements (SOMR) Questionnaire Response Summary Based on SDR Forum Member Operators Only Date: 30 October 2003 NOTICE This document has

More information

LTE-A Carrier Aggregation Enhancements in Release 11

LTE-A Carrier Aggregation Enhancements in Release 11 LTE-A Carrier Aggregation Enhancements in Release 11 Eiko Seidel, Chief Technical Officer NOMOR Research GmbH, Munich, Germany August, 2012 Summary LTE-Advanced standardisation in Release 10 was completed

More information

UNDERSTANDING LTE WITH MATLAB

UNDERSTANDING LTE WITH MATLAB UNDERSTANDING LTE WITH MATLAB FROM MATHEMATICAL MODELING TO SIMULATION AND PROTOTYPING Dr Houman Zarrinkoub MathWorks, Massachusetts, USA WILEY Contents Preface List of Abbreviations 1 Introduction 1.1

More information

GC5325 Wideband Digital Predistortion Transmit IC Solution. David Brubaker Product Line Manager Radio Products February 2009

GC5325 Wideband Digital Predistortion Transmit IC Solution. David Brubaker Product Line Manager Radio Products February 2009 GC5325 Wideband Digital Predistortion Transmit IC Solution David Brubaker Product Line Manager Radio Products February 2009 Broadband Wireless Standards drive BTS design complexity Increased subscriber

More information

Massive MIMO a overview. Chandrasekaran CEWiT

Massive MIMO a overview. Chandrasekaran CEWiT Massive MIMO a overview Chandrasekaran CEWiT Outline Introduction Ways to Achieve higher spectral efficiency Massive MIMO basics Challenges and expectations from Massive MIMO Network MIMO features Summary

More information

P802.1CM Time-Sensitive Networking for Fronthaul Overview. János Farkas

P802.1CM Time-Sensitive Networking for Fronthaul Overview. János Farkas P802.1CM Time-Sensitive Networking for Overview János Farkas janos.farkas@ericsson.com March 14, 2016 Agenda Role of in 5G IEEE P802.1CM Scope, goals Collaboration with the Common Public Radio Interface

More information

5G NR Update and UE Validation

5G NR Update and UE Validation 5G NR Update and UE Validation Sr. Project Manager/ Keysight JianHua Wu 3GPP Status Update 2 5G Scenarios and Use Cases B R O A D R A N G E O F N E W S E R V I C E S A N D PA R A D I G M S Amazingly fast

More information

FANTASTIC-5G: Novel, flexible air interface for enabling efficient multiservice coexistence for 5G below 6GHz

FANTASTIC-5G: Novel, flexible air interface for enabling efficient multiservice coexistence for 5G below 6GHz FANTASTIC-5G: Novel, flexible air interface for enabling efficient multiservice coexistence for 5G below 6GHz Frank Schaich with support from the whole consortium January 28. 2016 1 Agenda Introduction

More information

The Case for Optimum Detection Algorithms in MIMO Wireless Systems. Helmut Bölcskei

The Case for Optimum Detection Algorithms in MIMO Wireless Systems. Helmut Bölcskei The Case for Optimum Detection Algorithms in MIMO Wireless Systems Helmut Bölcskei joint work with A. Burg, C. Studer, and M. Borgmann ETH Zurich Data rates in wireless double every 18 months throughput

More information

Tomorrow s Wireless - How the Internet of Things and 5G are Shaping the Future of Wireless

Tomorrow s Wireless - How the Internet of Things and 5G are Shaping the Future of Wireless Tomorrow s Wireless - How the Internet of Things and 5G are Shaping the Future of Wireless Jin Bains Vice President R&D, RF Products, National Instruments 1 We live in a Hyper Connected World Data rate

More information

Design of LTE radio access network testbed

Design of LTE radio access network testbed Design of LTE radio access network testbed Rohit Budhiraja Advisor Bhaskar Ramamurthi Department of Electrical Engineering IIT Madras Rohit Budhiraja (IIT Madras) LTE RAN Testbed 1 / 42 Brief profile Practical

More information

SOFTWARE IMPLEMENTATION OF THE

SOFTWARE IMPLEMENTATION OF THE SOFTWARE IMPLEMENTATION OF THE IEEE 802.11A/P PHYSICAL LAYER SDR`12 WInnComm Europe 27 29 June, 2012 Brussels, Belgium T. Cupaiuolo, D. Lo Iacono, M. Siti and M. Odoni Advanced System Technologies STMicroelectronics,

More information

Detector Implementations Based on Software Defined Radio for Next Generation Wireless Systems Janne Janhunen

Detector Implementations Based on Software Defined Radio for Next Generation Wireless Systems Janne Janhunen GIGA seminar 11.1.2010 Detector Implementations Based on Software Defined Radio for Next Generation Wireless Systems Janne Janhunen janne.janhunen@ee.oulu.fi 2 Outline Introduction Benefits and Challenges

More information

Block Error Rate and UE Throughput Performance Evaluation using LLS and SLS in 3GPP LTE Downlink

Block Error Rate and UE Throughput Performance Evaluation using LLS and SLS in 3GPP LTE Downlink Block Error Rate and UE Throughput Performance Evaluation using LLS and SLS in 3GPP LTE Downlink Ishtiaq Ahmad, Zeeshan Kaleem, and KyungHi Chang Electronic Engineering Department, Inha University Ishtiaq001@gmail.com,

More information

WINNER+ Miia Mustonen VTT Technical Research Centre of Finland. Slide 1. Event: CWC & VTT GIGA Seminar 2008 Date: 4th of December 2008

WINNER+ Miia Mustonen VTT Technical Research Centre of Finland. Slide 1. Event: CWC & VTT GIGA Seminar 2008 Date: 4th of December 2008 Process and Requirements for IMT-Advanced Miia Mustonen VTT Technical Research Centre of Finland Slide 1 Outline Definitions Process and time schedule of IMT-Advanced Minimum requirements Technical Performance

More information

Further Vision on TD-SCDMA Evolution

Further Vision on TD-SCDMA Evolution Further Vision on TD-SCDMA Evolution LIU Guangyi, ZHANG Jianhua, ZHANG Ping WTI Institute, Beijing University of Posts&Telecommunications, P.O. Box 92, No. 10, XiTuCheng Road, HaiDian District, Beijing,

More information

GREEN Solutions for Wireless Systems WHITE paper

GREEN Solutions for Wireless Systems WHITE paper www.hcltech.com GREEN Solutions for Wireless Systems WHITE paper TABLE OF CONTENTS Introduction RAN Optimizations Energy Efficient Base Station (NodeB/ enodeb) Energy Efficient Controller RAN Optimizations

More information

I E E E 5 G W O R L D F O R U M 5 G I N N O V A T I O N S & C H A L L E N G E S

I E E E 5 G W O R L D F O R U M 5 G I N N O V A T I O N S & C H A L L E N G E S I E E E 5 G W O R L D F O R U M 5 G I N N O V A T I O N S & C H A L L E N G E S David Lu Vice President, ECOMP Platform & Systems Development AT&T 2018 AT&T Intellectual Property. All Rights Reserved.

More information

Mitigating Interference in LTE Networks With Sequans AIR - Active Interference Rejection

Mitigating Interference in LTE Networks With Sequans AIR - Active Interference Rejection With Sequans AIR - Active Interference Rejection Contents Executive summary... 3 Introduction... 4 LTE market... 4 Inter-cell interference in LTE networks... 4 Impact of small cells... 4 Network-based

More information

Multi-Carrier HSPA Evolution

Multi-Carrier HSPA Evolution Multi-Carrier HSPA Evolution Klas Johansson, Johan Bergman, Dirk Gerstenberger Ericsson AB Stockholm Sweden Mats Blomgren 1, Anders Wallén 2 Ericsson Research 1 Stockholm / 2 Lund, Sweden Abstract The

More information

Using a COTS SDR as a 5G Development Platform

Using a COTS SDR as a 5G Development Platform February 13, 2019 Bob Muro, Pentek Inc. Using a COTS SDR as a 5G Development Platform This article is intended to familiarize radio engineers with the use of a multi-purpose commercial off-the-shelf (COTS)

More information

Part 7. B3G and 4G Systems

Part 7. B3G and 4G Systems Part 7. B3G and 4G Systems p. 1 Roadmap HSDPA HSUPA HSPA+ LTE AIE IMT-Advanced (4G) p. 2 HSPA Standardization 3GPP Rel'99: does not manage the radio spectrum efficiently when dealing with bursty traffic

More information

Millimeter-Wave Communication and Mobile Relaying in 5G Cellular Networks

Millimeter-Wave Communication and Mobile Relaying in 5G Cellular Networks Lectio praecursoria Millimeter-Wave Communication and Mobile Relaying in 5G Cellular Networks Author: Junquan Deng Supervisor: Prof. Olav Tirkkonen Department of Communications and Networking Opponent:

More information

3GPP TR V ( )

3GPP TR V ( ) 3rd Generation Partnership Project; Technical Specification Group Radio Access Network; Study on CU-DU lower layer split for NR; (Release 15) Technical Report The present document has been developed within

More information

Design and implementation of an LTE system with multi-thread parallel processing on OpenAirInterface platform [Invited paper]

Design and implementation of an LTE system with multi-thread parallel processing on OpenAirInterface platform [Invited paper] Design and implementation of an LTE system with multi-thread parallel processing on OpenAirInterface platform [Invited paper] Hengyang Shen *, Xingguang Wei *, Haitao Liu *, Yang Liu +, and Kan Zheng *

More information

Improving Peak Data Rate in LTE toward LTE-Advanced Technology

Improving Peak Data Rate in LTE toward LTE-Advanced Technology Improving Peak Data Rate in LTE toward LTE-Advanced Technology A. Z. Yonis 1, M.F.L.Abdullah 2, M.F.Ghanim 3 1,2,3 Department of Communication Engineering, Faculty of Electrical and Electronic Engineering

More information

How to tackle 5G challenges Dr. Dominique Noguet Head of Communication and Security Technologies Dpt CEA-LETI

How to tackle 5G challenges Dr. Dominique Noguet Head of Communication and Security Technologies Dpt CEA-LETI How to tackle 5G challenges Dr. Dominique Noguet Head of Communication and Security Technologies Dpt CEA-LETI Dr. Emilio Calvanese Strinati Smart Devices & Telecommunications Strategy Program Director

More information

5G: implementation challenges and solutions

5G: implementation challenges and solutions 5G: implementation challenges and solutions University of Bristol / Cambridge Wireless 18 th September 2018 Matthew Baker Nokia Bell-Labs Head of Radio Physical Layer & Coexistence Standardisation Higher

More information

LTE Radio Channel Emulation for LTE User. Equipment Testing

LTE Radio Channel Emulation for LTE User. Equipment Testing LTE 7100 Radio Channel Emulation for LTE User Equipment Testing Fading and AWGN option for 7100 Digital Radio Test Set Meets or exceeds all requirements for LTE fading tests Highly flexible with no manual

More information

Chapter 12. Cross-Layer Optimization for Multi- Hop Cognitive Radio Networks

Chapter 12. Cross-Layer Optimization for Multi- Hop Cognitive Radio Networks Chapter 12 Cross-Layer Optimization for Multi- Hop Cognitive Radio Networks 1 Outline CR network (CRN) properties Mathematical models at multiple layers Case study 2 Traditional Radio vs CR Traditional

More information

4G TDD MIMO OFDM Network

4G TDD MIMO OFDM Network 4G TDD MIMO OFDM Network 4G TDD 移动通信网 Prof. TAO Xiaofeng Wireless Technology Innovation Institute (WTI) Beijing University of Posts & Telecommunications (BUPT) Beijing China 北京邮电大学无线新技术研究所陶小峰 1 Background:

More information

A Dynamic Resource Sharing Mechanism for Cloud Radio Access Networks

A Dynamic Resource Sharing Mechanism for Cloud Radio Access Networks A Dynamic Resource Sharing Mechanism for Cloud Radio Access Networks Binglai Niu, Yong Zhou, Member, IEEE, Hamed Shah-Mansouri, Member, IEEE, and Vincent W.S. Wong, Fellow, IEEE Abstract Cloud radio access

More information

PXI LTE/LTE-A Downlink (FDD and TDD) Measurement Suite Data Sheet

PXI LTE/LTE-A Downlink (FDD and TDD) Measurement Suite Data Sheet PXI LTE/LTE-A Downlink (FDD and TDD) Measurement Suite Data Sheet The most important thing we build is trust Designed for the production test of the base station RF, tailored for the evolving small cell

More information

M A R C H 2 6, Sheri DeTomasi 5G New Radio Solutions Lead Keysight Technologies. 5G New Radio Challenges and Redefining Test

M A R C H 2 6, Sheri DeTomasi 5G New Radio Solutions Lead Keysight Technologies. 5G New Radio Challenges and Redefining Test M A R C H 2 6, 2 0 1 8 Sheri DeTomasi 5G New Radio Solutions Lead Keysight Technologies 1 5G Market Trends 5G New Radio Specification and Implications New Measurement Challenges and Redefining Test Summary

More information

Active Antennas: The Next Step in Radio and Antenna Evolution

Active Antennas: The Next Step in Radio and Antenna Evolution Active Antennas: The Next Step in Radio and Antenna Evolution Kevin Linehan VP, Chief Technology Officer, Antenna Systems Dr. Rajiv Chandrasekaran Director of Technology Development, RF Power Amplifiers

More information

Massive MIMO for the New Radio Overview and Performance

Massive MIMO for the New Radio Overview and Performance Massive MIMO for the New Radio Overview and Performance Dr. Amitabha Ghosh Nokia Bell Labs IEEE 5G Summit June 5 th, 2017 What is Massive MIMO ANTENNA ARRAYS large number (>>8) of controllable antennas

More information

MIMO in 3G STATUS. MIMO for high speed data in 3G systems. Outline. Information theory for wireless channels

MIMO in 3G STATUS. MIMO for high speed data in 3G systems. Outline. Information theory for wireless channels MIMO in G STATUS MIMO for high speed data in G systems Reinaldo Valenzuela Wireless Communications Research Department Bell Laboratories MIMO (multiple antenna technologies) provides higher peak data rates

More information

Self-Organisation in LTE networks: Soft integration of new base stations

Self-Organisation in LTE networks: Soft integration of new base stations FP7 ICT-SOCRATES Self-Organisation in LTE networks: Soft integration of new base stations Andreas Eisenblätter (atesio) Ulrich Türke (atesio) EURO 2010 Conference, July 2010, Lisbon Overview LTE EU ICT-Project

More information

Freescale, the Freescale logo, AltiVec, C-5, CodeTEST, CodeWarrior, ColdFire, ColdFire+, C-Ware, the Energy Efficient Solutions logo, Kinetis,

Freescale, the Freescale logo, AltiVec, C-5, CodeTEST, CodeWarrior, ColdFire, ColdFire+, C-Ware, the Energy Efficient Solutions logo, Kinetis, Freescale, the Freescale logo, AltiVec, C-5, CodeTEST, CodeWarrior, ColdFire, ColdFire+, C-Ware, the Energy Efficient Solutions logo, Kinetis, mobilegt, PowerQUICC, Processor Expert, QorIQ, Qorivva, StarCore,

More information

Broadband Wireless Access: A Brief Introduction to IEEE and WiMAX

Broadband Wireless Access: A Brief Introduction to IEEE and WiMAX Broadband Wireless Access: A Brief Introduction to IEEE 802.16 and WiMAX Prof. Dave Michelson davem@ece.ubc.ca UBC Radio Science Lab 26 April 2006 1 Introduction The IEEE 802.16/WiMAX standard promises

More information

5G New Radio. Ian Wong, Ph.D. Senior Manager, Advanced Wireless Research. ni.com NI CONFIDENTIAL

5G New Radio. Ian Wong, Ph.D. Senior Manager, Advanced Wireless Research. ni.com NI CONFIDENTIAL 5G New Radio Ian Wong, Ph.D. Senior Manager, Advanced Wireless Research ni.com ITU Vision for IMT-2020 and Beyond > 10 Gbps Peak rates > 1M / km 2 Connections < 1 ms Latency New ITU Report on IMT-2020

More information

Small Cell : Backhaul Toolkit, the enabler for Deployment Acceleration. Panos Dallas Product Line Manager Wireless Network Systems

Small Cell : Backhaul Toolkit, the enabler for Deployment Acceleration. Panos Dallas Product Line Manager Wireless Network Systems Small Cell : Backhaul Toolkit, the enabler for Deployment Acceleration Panos Dallas Product Line Manager Wireless Network Systems Agenda INTRACOM Telecom Profile Small Cell Definition & Requirements Overview

More information

LTE Signal Quality Analysis. BTS Master, Cell Master,, Spectrum Master

LTE Signal Quality Analysis. BTS Master, Cell Master,, Spectrum Master LTE Signal Quality Analysis BTS Master, Cell Master,, Spectrum Master Slide 1 Anritsu LTE Test Instrument Portfolio Signaling Tester Fading Simulator Signal Analyzers Vector Signal Generator Radio Communication

More information

A key parameters based vision

A key parameters based vision A key parameters based vision of trends in Wireless systems Alain Sibille Telecom ParisTech Outline What do we speak about? Tradeoff between key parameters Technology progress From low-end to high-end

More information

LTE systems: overview

LTE systems: overview LTE systems: overview Luca Reggiani LTE overview 1 Outline 1. Standard status 2. Signal structure 3. Signal generation 4. Physical layer procedures 5. System architecture 6. References LTE overview 2 Standard

More information

Integrated RoF Network Concept for Heterogeneous / Multi-Access 5G Wireless System

Integrated RoF Network Concept for Heterogeneous / Multi-Access 5G Wireless System Integrated RoF Network Concept for Heterogeneous / Multi-Access 5G Wireless System Yasushi Yamao AWCC The University of Electro-Communications LABORATORY Goal Outline Create concept of 5G smart backhaul

More information

COSMOS Millimeter Wave June Contact: Shivendra Panwar, Sundeep Rangan, NYU Harish Krishnaswamy, Columbia

COSMOS Millimeter Wave June Contact: Shivendra Panwar, Sundeep Rangan, NYU Harish Krishnaswamy, Columbia COSMOS Millimeter Wave June 1 2018 Contact: Shivendra Panwar, Sundeep Rangan, NYU Harish Krishnaswamy, Columbia srangan@nyu.edu, hk2532@columbia.edu Millimeter Wave Communications Vast untapped spectrum

More information

Keysight Technologies Performing LTE and LTE-Advanced RF Measurements with the E7515A UXM Wireless Test Set

Keysight Technologies Performing LTE and LTE-Advanced RF Measurements with the E7515A UXM Wireless Test Set Keysight Technologies Performing LTE and LTE-Advanced RF Measurements with the E7515A UXM Wireless Test Set Based on 3GPP TS 36.521-1 Application Note 02 Keysight Performing LTE and LTE-Advanced Measurements

More information