A NS-3 Module for LTE UE Energy Consumption

Size: px
Start display at page:

Download "A NS-3 Module for LTE UE Energy Consumption"

Transcription

1 A NS-3 Module for LTE UE Energy Consumption Thomas Valerrian Pasca Akilesh badrinaaraayanan Arjun V Anand Bheemarjuna Reddy Tamma NeWS LAB Department of Computer Science and Engineering Indian Institute of Technology - Hyderabad Nov 9, 2016 NeWS LAB (IITH) LTE UE Energy Consumption IEEE ANTS / 20

2 Outline 1 Introduction 2 LTE Energy Module LTE UE Power Consumption Model 3 Energy Consumption Framework in NS-3 Battery Module LTE Energy Consumption Module in NS-3 4 Validation of LTE Energy Module Simulation Parameters Scenario I Results Scenario II Results Scenario III Results 5 Conclusions 6 References NeWS LAB (IITH) LTE UE Energy Consumption IEEE ANTS / 20

3 Introduction 1 NS-3 is a quite popular open-source network simulator which has support for Wi-Fi, WiMAX, and LTE. 2 The availability of high number of validated and well-maintained models make NS-3 one of the most preferred open source network simulator for researchers. 3 NS-3 supports limited power control features which are widely used in spectrum model, but it does not have sophistication for measuring energy expenditure in LTE interface of a UE. 4 We developed LTE UE energy module using commercial UE power profile from [JLM + 12]. NeWS LAB (IITH) LTE UE Energy Consumption IEEE ANTS / 20

4 Need for LTE UE Energy Module 1 Energy awareness is required by most of the decision making algorithms. 2 To analyse the power efficiency of network based handover or scheduling algorithm, UE energy module plays a vital role. 3 In NS-3 support for LTE UE energy module is not developed. 4 To develop energy aware handover algorithms. NeWS LAB (IITH) LTE UE Energy Consumption IEEE ANTS / 20

5 LTE UE power consumption Model - Setup According to experiments conducted by authors in [JLM + 12]. A commercial LTE UE is used for experiments with power supply from Agilent 6705B DC measurement power supply (5 V, 1 A). The commercial UE follows its power dissipation profile as specified in [3GP]. NeWS LAB (IITH) LTE UE Energy Consumption IEEE ANTS / 20

6 LTE UE Power Consumption Model - blocks The major components of power consumption in UE as given in [JLM + 12] 1 Transmitter Base Band Module (TxBB) 2 Transmitter RF Module (TxRF) 3 Receiver Base Band Module (RxBB) 4 Receiver RF Module (RxRF) NeWS LAB (IITH) LTE UE Energy Consumption IEEE ANTS / 20

7 LTE UE Power Consumption Model I P tot = m idle P idle + m idle {P con + m Tx m Rx P Rx+Tx + m Rx [P Rx + P RxRF (S Rx ) + P RxBB (R Rx ) + m 2cw P 2cw ] + m Tx [P Tx + P TxRF (S Tx ) + P TxBB (R Tx )]} [Watt] (1) P tot - Total power consumed. P idle and P con - Power consumed in idle mode and connected mode. m idle and m idle - Time spent by a UE in idle and connected states. P Tx and P Rx - Power spent in transmit and receive chains. RxRF and RxBB - Power consumed by components of receiver chain. TxRF and TxBB - Power consumed by transmit chain components. 2CW - Increased consumption when using two codewords (CW) in DL. S - Rx and Tx power levels. R - Rx and Tx data rates. NeWS LAB (IITH) LTE UE Energy Consumption IEEE ANTS / 20

8 LTE Energy Module Hierarchy and Dependencies in NS-3 Simulator NS-3 Modules LTE LTE Energy Energy Model LTE enb LTE UE Li-Ion Battery RV Battery NeWS LAB (IITH) LTE UE Energy Consumption IEEE ANTS / 20

9 Battery Module 1 A battery is associated with each UE and energy expenditure module controls its discharging, which is done based on power consumption. 2 A Lithium-Ion energy source is used with initial energy for every UE as J (2100 mah - a typical smartphone battery capacity). 3 Discharge of battery is controlled by energy expenditure module based on UE s activity. 4 For every state viz., Transmission, Reception, RRC connected and RRC Idle, the power dissipated is reduced from the power source. 5 Callbacks from energy expenditure module of a UE to their corresponding batteries notify the value of power spent in each trigger. NeWS LAB (IITH) LTE UE Energy Consumption IEEE ANTS / 20

10 LTE Energy Consumption Module in NS-3 Table : Power spent in different states by LTE UE State Notation Power (Watt) IDLE (m idle ) P idle 0.5 CONNECTED (m con ) P con 1.53 ONLY RECEPTION (m Rx ) P Rx 0.42 ONLY TRANSMISSION (m Tx ) P Tx 0.55 TRANSMISSION AND P Rx+Tx 0.16 RECEPTION (m Rx+Tx ) TWO CODE WORD (m 2cw ) P 2cw 0.07 NeWS LAB (IITH) LTE UE Energy Consumption IEEE ANTS / 20

11 Class Diagram for LTE Energy Module in NS3 NodeContainer +m_nodes +NodeContainer(Ptr<Node) +Create(uint32_t): void +Get(): Ptr<Node> +Add(std::string): void LteNetDevice +m_ifindex: uint32_t +m_linkup: bool +m_mte: uint16_t +SendFrom(Ptr<Packet>,Address) : bool +SetNode(Ptr<Node>): void LiIonEnergySource +InitialEnergy: double +LowBateryThreshold: double +RemainingEnergy: double +SetInitialEnergy(): void +DecreaseRemainingEnergy(): void +GetRemainingEnergy(): void LteEnergyModule +TxPower: double +RxPower: double +IdlePower: double +LastUpdateTime:double +UpdateRemainingBattery(): void +GetRemaingBattery(): void LteUeNetDevice +m_phy +m_mac +m_rrc +Send(): void +DoDispose(): void +Receive(Ptr<packet>): void +DoInitialize(): void NeWS LAB (IITH) LTE UE Energy Consumption IEEE ANTS / 20

12 Simulation Parameters Parameter Scenario I Scenario II Scenario III Simulation Time 300s 200s 200s LTE Mode FDD FDD FDD Bandwidth 10 MHz 10 MHz 10 MHz UE mobility model Const Position Const Position RandWalk 2D LTE MAC MT PF, RR, MT PF Inter packet interval 1,2,5 msec 10 msec 10 msec No. of enb, UE 1, 1 8, 80 8, 80 Tx power (enb) 30 dbm 30 dbm 30 dbm UE speed - - 3,14,27 m/s HO algorithms - - A2-A4 RSRQ A3-RSRP Application type UDP UDP UDP Packet size 1500 Bytes 1500 Bytes 1500 Bytes NeWS LAB (IITH) LTE UE Energy Consumption IEEE ANTS / 20

13 Scenario I : Single enb and Single UE Remaining Energy (Joules) Inter Packet Interval = 1 msec Inter Packet Interval = 5 msec Inter Packet Interval = 10 msec Simulation Time (Seconds) Figure : Remaining energy while downloading Remaining Energy (Joules) Inter Packet Interval= 1 msec Inter Packet Interval= 5 msec Inter Packet Interval= 10 msec Simulation Time (Seconds) Figure : Remaining energy while uploading Rate of reduction in power level Downloading at higher rate involves high power expenditure. Downloading consumes less power than uploading. NeWS LAB (IITH) LTE UE Energy Consumption IEEE ANTS / 20

14 Scenario II : LTE MAC scheduler Power Profile CDF Max Throughput Proportional Fair Round Robin CDF Throughput (bps) 10 6 Figure : CDF of user throughput Power expenditure 0.2 Max Throughput Proportional Fair Round Robin Energy Spent (Joules) Figure : CDF of Energy spent RR shares all the available resources among UEs which makes each UE to be kept awake in all TTI. Power spent in a network is efficiently regulated by PF scheduler MT does not serve more users which reflects in reduced power spent in the network NeWS LAB (IITH) LTE UE Energy Consumption IEEE ANTS / 20

15 Scenario III : Handover across multiple cells Y SINR (db) Energy Spent (Joules) m/sec (A2-A4-RSRQ) 14 m/sec (A2-A4-RSRQ) 27 m/sec (A2-A4-RSRQ) X Simulation Time (Seconds) Figure : Simulation setup Figure : Energy spent during handovers NeWS LAB (IITH) LTE UE Energy Consumption IEEE ANTS / 20

16 Handover across multiple cells CDF m/sec A2A4 RSRQ 14 m/sec A2A4 RSRQ 27 m/sec A2A4 RSRQ 3 m/sec A3 RSRP 14 m/sec A3 RSRP 27 m/sec A3 RSRP Throughput (bps) 10 5 CDF m/sec A2A4 RSRQ 14 m/sec A2A4 RSRQ 27 m/sec A2A4 RSRQ 3 m/sec A3 RSRP 14 m/sec A3 RSRP 27 m/sec A3 RSRP Energy Spent (Joules) Figure : CDF of user throughput Figure : CDF of energy spent Handover Energy Spent A3 RSRP is better compared to A2 RSRQ in making handover decisions, which leads to reduce energy spent by UE. As the UE moves faster, the energy dissipation rate is higher. NeWS LAB (IITH) LTE UE Energy Consumption IEEE ANTS / 20

17 Conclusions Designed and developed LTE energy module for NS-3. Evaluated the module on various scenarios of static and mobile cases. LTE MAC scheduler power profiles are obtained. A3 RSRP is found to be power efficient as compared to A2 RSRQ. Made the source code open and deployed it in github [AB16] for public access. NeWS LAB (IITH) LTE UE Energy Consumption IEEE ANTS / 20

18 Acknowledgement This work was supported by the project "Converged Cloud Communication Technologies", Deity, Govt. of India. NeWS LAB (IITH) LTE UE Energy Consumption IEEE ANTS / 20

19 References I Evolved Universal Terrestrial Radio Access (E-UTRA); User Equipment (UE) radio transmission and reception. Thomas Pasca Akilesh B, Arjun Anand, LTE Energy Module NS3, Energy_Module_NS3, A. R. Jensen, M. Lauridsen, P. Mogensen, T. B. SÃ rensen, and P. Jensen, Lte ue power consumption model: For system level energy and performance optimization, Vehicular Technology Conference (VTC Fall), 2012, pp NeWS LAB (IITH) LTE UE Energy Consumption IEEE ANTS / 20

20 Queries Module_NS3.git NeWS LAB (IITH) LTE UE Energy Consumption IEEE ANTS / 20

LTE UE Energy Saving by Applying Carrier Aggregation in a HetNet Scenario Lauridsen, Mads; Wang, Hua; Mogensen, Preben Elgaard

LTE UE Energy Saving by Applying Carrier Aggregation in a HetNet Scenario Lauridsen, Mads; Wang, Hua; Mogensen, Preben Elgaard Aalborg Universitet LTE UE Energy Saving by Applying Carrier Aggregation in a HetNet Scenario Lauridsen, Mads; Wang, Hua; Mogensen, Preben Elgaard Published in: Vehicular Technology Conference (VTC Spring),

More information

LTE Aida Botonjić. Aida Botonjić Tieto 1

LTE Aida Botonjić. Aida Botonjić Tieto 1 LTE Aida Botonjić Aida Botonjić Tieto 1 Why LTE? Applications: Interactive gaming DVD quality video Data download/upload Targets: High data rates at high speed Low latency Packet optimized radio access

More information

2016 IEEE. Personal use of this material is permitted. Permission from IEEE must be obtained for all other uses, in any current or future media,

2016 IEEE. Personal use of this material is permitted. Permission from IEEE must be obtained for all other uses, in any current or future media, 2016 IEEE. Personal use of this material is permitted. Permission from IEEE must be obtained for all other uses, in any current or future media, including reprinting/republishing this material for advertising

More information

SINR, RSRP, RSSI AND RSRQ MEASUREMENTS IN LONG TERM EVOLUTION NETWORKS

SINR, RSRP, RSSI AND RSRQ MEASUREMENTS IN LONG TERM EVOLUTION NETWORKS SINR, RSRP, RSSI AND RSRQ MEASUREMENTS IN LONG TERM EVOLUTION NETWORKS 1 Farhana Afroz, 1 Ramprasad Subramanian, 1 Roshanak Heidary, 1 Kumbesan Sandrasegaran and 2 Solaiman Ahmed 1 Faculty of Engineering

More information

Study for small cell with smart antenna indoor deployment. Copyright 2016 ITRI 1

Study for small cell with smart antenna indoor deployment. Copyright 2016 ITRI 1 Study for small cell with smart antenna indoor deployment Copyright 2016 ITRI 1 Outline ITRI SON with smart antenna ITRI SON solution for smart antenna application ITRI small cell and smart antenna spec.

More information

Performance Evaluation of Uplink Closed Loop Power Control for LTE System

Performance Evaluation of Uplink Closed Loop Power Control for LTE System Performance Evaluation of Uplink Closed Loop Power Control for LTE System Bilal Muhammad and Abbas Mohammed Department of Signal Processing, School of Engineering Blekinge Institute of Technology, Ronneby,

More information

<Technical Report> Number of pages: 20. XGP Forum Document TWG TR

<Technical Report> Number of pages: 20. XGP Forum Document TWG TR XGP Forum Document TWG-009-01-TR Title: Conformance test for XGP Global Mode Version: 01 Date: September 2, 2013 XGP Forum Classification: Unrestricted List of contents: Chapter 1 Introduction

More information

ETSI TS V8.2.0 ( ) Technical Specification

ETSI TS V8.2.0 ( ) Technical Specification TS 136 306 V8.2.0 (2008-11) Technical Specification LTE; Evolved Universal Terrestrial Radio Access (E-UTRA); User Equipment (UE) radio access capabilities (3GPP TS 36.306 version 8.2.0 Release 8) 1 TS

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

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

Comparison of different distributed scheduling strategies for Static/Dynamic LTE scenarios

Comparison of different distributed scheduling strategies for Static/Dynamic LTE scenarios EUROPEAN COOPERATION IN THE FIELD OF SCIENTIFIC AND TECHNICAL RESEARCH EURO-COST SOURCE: Signal Theory and Communications Department Universitat Politècnica de Catalunya Spain COST 2100 TD(09) 992 Wien,

More information

ETSI TS V8.7.0 ( ) Technical Specification

ETSI TS V8.7.0 ( ) Technical Specification TS 136 214 V8.7.0 (2009-10) Technical Specification LTE; Evolved Universal Terrestrial Radio Access (E-UTRA); Physical layer - Measurements (3GPP TS 36.214 version 8.7.0 Release 8) 1 TS 136 214 V8.7.0

More information

3GPP: Evolution of Air Interface and IP Network for IMT-Advanced. Francois COURAU TSG RAN Chairman Alcatel-Lucent

3GPP: Evolution of Air Interface and IP Network for IMT-Advanced. Francois COURAU TSG RAN Chairman Alcatel-Lucent 3GPP: Evolution of Air Interface and IP Network for IMT-Advanced Francois COURAU TSG RAN Chairman Alcatel-Lucent 1 Introduction Reminder of LTE SAE Requirement Key architecture of SAE and its impact Key

More information

Project: IEEE P Working Group for Wireless Personal Area Networks (WPANs)

Project: IEEE P Working Group for Wireless Personal Area Networks (WPANs) Project: IEEE P802.15 Working Group for Wireless Personal Area Networks (WPANs) Submission Title: Introduction to Taiwan High Speed Rail Broadband System Date Submitted: March 10, 2015 Source: Ching-Tarng

More information

3GPP TS V8.9.0 ( )

3GPP TS V8.9.0 ( ) TS 36.306 V8.9.0 (2013-03) Technical Specification 3rd Generation Partnership Project; Technical Specification Group Radio Access Network; Evolved Universal Terrestrial Radio Access (E-UTRA); User Equipment

More information

Investigation on Multiple Antenna Transmission Techniques in Evolved UTRA. OFDM-Based Radio Access in Downlink. Features of Evolved UTRA and UTRAN

Investigation on Multiple Antenna Transmission Techniques in Evolved UTRA. OFDM-Based Radio Access in Downlink. Features of Evolved UTRA and UTRAN Evolved UTRA and UTRAN Investigation on Multiple Antenna Transmission Techniques in Evolved UTRA Evolved UTRA (E-UTRA) and UTRAN represent long-term evolution (LTE) of technology to maintain continuous

More information

DOWNLINK AIR-INTERFACE...

DOWNLINK AIR-INTERFACE... 1 ABBREVIATIONS... 10 2 FUNDAMENTALS... 14 2.1 INTRODUCTION... 15 2.2 ARCHITECTURE... 16 2.3 INTERFACES... 18 2.4 CHANNEL BANDWIDTHS... 21 2.5 FREQUENCY AND TIME DIVISION DUPLEXING... 22 2.6 OPERATING

More information

LTE Air Interface. Course Description. CPD Learning Credits. Level: 3 (Advanced) days. Very informative, instructor was engaging and knowledgeable!

LTE Air Interface. Course Description. CPD Learning Credits. Level: 3 (Advanced) days. Very informative, instructor was engaging and knowledgeable! Innovating Telecoms Training Very informative, instructor was engaging and knowledgeable! Watch our course intro video. LTE Air Interface Course Description With the introduction of LTE came the development

More information

Performance Analysis of Downlink Inter-band Carrier Aggregation in LTE-Advanced Wang, Hua; Rosa, Claudio; Pedersen, Klaus

Performance Analysis of Downlink Inter-band Carrier Aggregation in LTE-Advanced Wang, Hua; Rosa, Claudio; Pedersen, Klaus Aalborg Universitet Performance Analysis of Downlink Inter-band Carrier Aggregation in LTE-Advanced Wang, Hua; Rosa, Claudio; Pedersen, Klaus Published in: I E E E V T S Vehicular Technology Conference.

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

Performance of Uplink Carrier Aggregation in LTE-Advanced Systems Wang, Hua; Rosa, Claudio; Pedersen, Klaus

Performance of Uplink Carrier Aggregation in LTE-Advanced Systems Wang, Hua; Rosa, Claudio; Pedersen, Klaus Aalborg Universitet Performance of Uplink Carrier Aggregation in LTE-Advanced Systems Wang, Hua; Rosa, Claudio; Pedersen, Klaus Published in: I E E E V T S Vehicular Technology Conference. Proceedings

More information

Empirical LTE Smartphone Power Model with DRX Operation for System Level Simulations Lauridsen, Mads; Noël, Laurent; Mogensen, Preben Elgaard

Empirical LTE Smartphone Power Model with DRX Operation for System Level Simulations Lauridsen, Mads; Noël, Laurent; Mogensen, Preben Elgaard Aalborg Universitet Empirical LTE Smartphone Power Model with DRX Operation for System Level Simulations Lauridsen, Mads; Noël, Laurent; Mogensen, Preben Elgaard Published in: Vehicular Technology Conference

More information

Radio Performance of 4G-LTE Terminal. Daiwei Zhou

Radio Performance of 4G-LTE Terminal. Daiwei Zhou Radio Performance of 4G-LTE Terminal Daiwei Zhou Course Objectives: Throughout the course the trainee should be able to: 1. get a clear overview of the system architecture of LTE; 2. have a logical understanding

More information

Measuring the Impact of the Mobile Radio Channel on the Energy Efficiency of LTE User Equipment

Measuring the Impact of the Mobile Radio Channel on the Energy Efficiency of LTE User Equipment Measuring the Impact of the Mobile Radio Channel on the Energy Efficiency of LTE User Equipment Bjoern Dusza, Christoph Ide and Christian Wietfeld Communication Networks Institute TU Dortmund University

More information

WINNER+ IMT-Advanced Evaluation Group

WINNER+ IMT-Advanced Evaluation Group IEEE L802.16-10/0064 WINNER+ IMT-Advanced Evaluation Group Werner Mohr, Nokia-Siemens Networks Coordinator of WINNER+ project on behalf of WINNER+ http://projects.celtic-initiative.org/winner+/winner+

More information

LTE Walk Test Measurements Using Consultix WTX-610 ILLuminator & Test Phones

LTE Walk Test Measurements Using Consultix WTX-610 ILLuminator & Test Phones LTE Walk Test Measurements Using Consultix WTX-610 ILLuminator & Test Phones Ultimate wireless coverage indoors is becoming a fundamental requirement of inbuilding infrastructure whether it s WiFi, cellular,

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

Qualcomm Research DC-HSUPA

Qualcomm Research DC-HSUPA Qualcomm, Technologies, Inc. Qualcomm Research DC-HSUPA February 2015 Qualcomm Research is a division of Qualcomm Technologies, Inc. 1 Qualcomm Technologies, Inc. Qualcomm Technologies, Inc. 5775 Morehouse

More information

LTE-Unlicensed. Sreekanth Dama, Dr. Kiran Kuchi, Dr. Abhinav Kumar IIT Hyderabad

LTE-Unlicensed. Sreekanth Dama, Dr. Kiran Kuchi, Dr. Abhinav Kumar IIT Hyderabad LTE-Unlicensed Sreekanth Dama, Dr. Kiran Kuchi, Dr. Abhinav Kumar IIT Hyderabad Unlicensed Bands Shared spectrum Huge available spectrum Regulations Dynamic frequency selection Restrictions over maximum

More information

Survey of Power Control Schemes for LTE Uplink E Tejaswi, Suresh B

Survey of Power Control Schemes for LTE Uplink E Tejaswi, Suresh B Survey of Power Control Schemes for LTE Uplink E Tejaswi, Suresh B Department of Electronics and Communication Engineering K L University, Guntur, India Abstract In multi user environment number of users

More information

Open-Loop and Closed-Loop Uplink Power Control for LTE System

Open-Loop and Closed-Loop Uplink Power Control for LTE System Open-Loop and Closed-Loop Uplink Power Control for LTE System by Huang Jing ID:5100309404 2013/06/22 Abstract-Uplink power control in Long Term Evolution consists of an open-loop scheme handled by the

More information

Overview. Key Facts. IoT Scanner. TRANSCOM Cellular Network Measurement

Overview. Key Facts. IoT Scanner. TRANSCOM Cellular Network Measurement IoT Scanner Overview IoT Scanner covers the test and measurements for narrowband IoT (NB-IoT) and enhanced Machine-Type Communication (emtc) specified by 3GPP for base stations. It is an integrated platform

More information

Utilizing Unused Network Capacity for Battery Lifetime Extension of LTE Devices

Utilizing Unused Network Capacity for Battery Lifetime Extension of LTE Devices 2012 IEEE International Communication Conference (ICC) Utilizing Unused Network Capacity for Battery Lifetime Extension of LTE Devices Bjoern Dusza, Christoph Ide and Christian Wietfeld Communication Networks

More information

Long Term Evolution (LTE) and 5th Generation Mobile Networks (5G) CS-539 Mobile Networks and Computing

Long Term Evolution (LTE) and 5th Generation Mobile Networks (5G) CS-539 Mobile Networks and Computing Long Term Evolution (LTE) and 5th Generation Mobile Networks (5G) Long Term Evolution (LTE) What is LTE? LTE is the next generation of Mobile broadband technology Data Rates up to 100Mbps Next level of

More information

Envelope Tracking for TD-LTE terminals

Envelope Tracking for TD-LTE terminals Envelope Tracking for TD-LTE terminals TD-LTE pushes bandwidth up by 5x and doubles peak power consumption. ET restores the balance, making TD-LTE more energy efficient than FD-LTE, not less. White Paper

More information

LTE Direct Overview. Sajith Balraj Qualcomm Research

LTE Direct Overview. Sajith Balraj Qualcomm Research MAY CONTAIN U.S. AND INTERNATIONAL EXPORT CONTROLLED INFORMATION This technical data may be subject to U.S. and international export, re-export, or transfer ( export ) laws. Diversion contrary to U.S.

More information

Overview. Key Facts. TSP Transmitter. TRANSCOM Cellular Network Measurement

Overview. Key Facts. TSP Transmitter. TRANSCOM Cellular Network Measurement TSP Transmitter Overview TSP Pilot Transmitter is a kind of special engineering instrument applicable to emulation and testing of indoor and outdoor signal coverage and evaluation and testing of signal

More information

ETSI TS V ( )

ETSI TS V ( ) TS 136 521-3 V14.5.0 (2018-09) TECHNICAL SPECIFICATION LTE; Evolved Universal Terrestrial Radio Access (E-UTRA); User Equipment (UE) conformance specification; Radio transmission and reception; Part 3:

More information

LTE System Level Performance in the Presence of CQI Feedback Uplink Delay and Mobility

LTE System Level Performance in the Presence of CQI Feedback Uplink Delay and Mobility LTE System Level Performance in the Presence of CQI Feedback Uplink Delay and Mobility Kamran Arshad Mobile and Wireless Communications Research Laboratory Department of Engineering Systems University

More information

Seminar on Low Power Wide Area Networks

Seminar on Low Power Wide Area Networks Seminar on Low Power Wide Area Networks Luca Feltrin RadioNetworks, DEI, Alma Mater Studiorum - Università di Bologna Technologies Overview State of the Art Long Range Technologies for IoT Cellular Band

More information

LTE Schedulers A Definitive Approach

LTE Schedulers A Definitive Approach Lakshmikishore Nittala, Preet Kanwar Singh Rekhi, Sukhvinder Singh Malik, Rahul Sharma Abstract Scheduler is the backbone of intelligence in a LTE network. Scheduler will often have clashing needs that

More information

IMPLEMENTATION OF SCHEDULING ALGORITHMS FOR LTE DOWNLINK

IMPLEMENTATION OF SCHEDULING ALGORITHMS FOR LTE DOWNLINK IMPLEMENTATION OF SCHEDULING ALGORITHMS FOR LTE DOWNLINK 1 A. S. Sravani, 2 K. Jagadeesh Babu 1 M.Tech Student, Dept. of ECE, 2 Professor, Dept. of ECE St. Ann s College of Engineering & Technology, Chirala,

More information

System Level Challenges for mmwave Cellular

System Level Challenges for mmwave Cellular System Level Challenges for mmwave Cellular Sundeep Rangan, NYU WIRELESS December 4, 2016 GlobecomWorkshops, Washington, DC 1 Outline MmWave cellular: Potential and challenges Directional initial access

More information

Converged Wireless Access: The New Normal

Converged Wireless Access: The New Normal Converged Wireless Access: The New Normal Karthik Sundaresan WNPE, Univ of Washington, June 2016 www.nec-labs.com 5G Services Services drive network requirements for 5G Source: Ericcson 2 5G Services Services

More information

Dynamic DRX Algorithms for Reduced Energy Consumption and Delay in LTE Networks

Dynamic DRX Algorithms for Reduced Energy Consumption and Delay in LTE Networks Dynamic DRX Algorithms for Reduced Energy Consumption and Delay in LTE Networks Syama Varma R 1, Krishna M. Sivalingam 1, Li-Ping Tung 2 and Ying-Dar Lin 3 1 Department of Computer Science and Engineering,

More information

ARIB STD-T104. LTE-Advanced System ARIB STANDARD. ARIB STD-T104 Ver March 18, Association of Radio Industries and Businesses (ARIB)

ARIB STD-T104. LTE-Advanced System ARIB STANDARD. ARIB STD-T104 Ver March 18, Association of Radio Industries and Businesses (ARIB) ARIB STD-T104 LTE-Advanced System ARIB STANDARD ARIB STD-T104 Ver. 2.30 March 18, 2014 Association of Radio Industries and Businesses (ARIB) General Notes to the ARIB Standards and Technical Reports 1.

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

Wireless Networked Systems

Wireless Networked Systems Wireless Networked Systems CS 795/895 - Spring 2013 Lec #4: Medium Access Control Power/CarrierSense Control, Multi-Channel, Directional Antenna Tamer Nadeem Dept. of Computer Science Power & Carrier Sense

More information

Feedback Compression Schemes for Downlink Carrier Aggregation in LTE-Advanced. Nguyen, Hung Tuan; Kovac, Istvan; Wang, Yuanye; Pedersen, Klaus

Feedback Compression Schemes for Downlink Carrier Aggregation in LTE-Advanced. Nguyen, Hung Tuan; Kovac, Istvan; Wang, Yuanye; Pedersen, Klaus Downloaded from vbn.aau.dk on: marts, 19 Aalborg Universitet Feedback Compression Schemes for Downlink Carrier Aggregation in LTE-Advanced Nguyen, Hung Tuan; Kovac, Istvan; Wang, Yuanye; Pedersen, Klaus

More information

Aalborg Universitet. Published in: Vehicular Technology Conference (VTC Spring), 2014 IEEE 79th

Aalborg Universitet. Published in: Vehicular Technology Conference (VTC Spring), 2014 IEEE 79th Aalborg Universitet The Inter-Cell Interference Dilemma in Dense Outdoor Small Cell Deployment Polignano, Michele; Mogensen, Preben Elgaard; Fotiadis, Panagiotis; Gimenez, Lucas Chavarria; Viering, Ingo;

More information

LTE-U Forum: Alcatel-Lucent, Ericsson, Qualcomm Technologies Inc., Samsung Electronics & Verizon. LTE-U SDL Coexistence Specifications V1.

LTE-U Forum: Alcatel-Lucent, Ericsson, Qualcomm Technologies Inc., Samsung Electronics & Verizon. LTE-U SDL Coexistence Specifications V1. LTE-U Forum LTE-U Forum: Alcatel-Lucent, Ericsson, Qualcomm Technologies Inc., Samsung Electronics & Verizon LTE-U SDL Coexistence Specifications V1.0 (2015-02) Disclaimer and Copyright Notification Copyright

More information

BASIC CONCEPTS OF HSPA

BASIC CONCEPTS OF HSPA 284 23-3087 Uen Rev A BASIC CONCEPTS OF HSPA February 2007 White Paper HSPA is a vital part of WCDMA evolution and provides improved end-user experience as well as cost-efficient mobile/wireless broadband.

More information

Reducing LTE Uplink Transmission Energy by Allocating Resources Lauridsen, Mads; Jensen, Anders Riis; Mogensen, Preben Elgaard

Reducing LTE Uplink Transmission Energy by Allocating Resources Lauridsen, Mads; Jensen, Anders Riis; Mogensen, Preben Elgaard Aalborg Universitet Reducing LTE Uplink Transmission Energy by Allocating Resources Lauridsen, Mads; Jensen, Anders Riis; Mogensen, Preben Elgaard Published in: I E E E V T S Vehicular Technology Conference.

More information

Application Note. LTE Measurement. MT8820C Radio Communication Analyzer

Application Note. LTE Measurement. MT8820C Radio Communication Analyzer Application Note LTE Measurement MT8820C Radio Communication Analyzer Revision History Ver. No Date Contents Related product software version 1.00 2010/June First edition M882012C/42C Ver. 20.10 2.00 2010/August

More information

Analysis of RF requirements for Active Antenna System

Analysis of RF requirements for Active Antenna System 212 7th International ICST Conference on Communications and Networking in China (CHINACOM) Analysis of RF requirements for Active Antenna System Rong Zhou Department of Wireless Research Huawei Technology

More information

ETSI TS V ( ) Technical Specification

ETSI TS V ( ) Technical Specification TS 136 214 V10.1.0 (2011-04) Technical Specification LTE; Evolved Universal Terrestrial Radio Access (E-UTRA); Physical layer; Measurements (3GPP TS 36.214 version 10.1.0 Release 10) 1 TS 136 214 V10.1.0

More information

NETWORK CONNECTIVITY FOR IoT. Hari Balakrishnan. Lecture #5 6.S062 Mobile and Sensor Computing Spring 2017

NETWORK CONNECTIVITY FOR IoT. Hari Balakrishnan. Lecture #5 6.S062 Mobile and Sensor Computing Spring 2017 NETWORK CONNECTIVITY FOR IoT Hari Balakrishnan Lecture #5 6.S062 Mobile and Sensor Computing Spring 2017 NETWORKING: GLUE FOR THE IOT IoT s technology push from the convergence of Embedded computing Sensing

More information

Transcom Instruments. Product Brochure TRANSCOM INSTRUMENTS. Product Brochure

Transcom Instruments. Product Brochure TRANSCOM INSTRUMENTS. Product Brochure TRANSCOM INSTRUMENTS Product Brochure Transcom Instruments Product Brochure IoT Scanner Overview IoT Scanner covers the test and measurements for narrowband IoT (NB-IoT) and enhanced Machine-Type Communication

More information

Long Term Evolution (LTE)

Long Term Evolution (LTE) 1 Lecture 13 LTE 2 Long Term Evolution (LTE) Material Related to LTE comes from 3GPP LTE: System Overview, Product Development and Test Challenges, Agilent Technologies Application Note, 2008. IEEE Communications

More information

System-Level Performance of Downlink Non-orthogonal Multiple Access (NOMA) Under Various Environments

System-Level Performance of Downlink Non-orthogonal Multiple Access (NOMA) Under Various Environments System-Level Permance of Downlink n-orthogonal Multiple Access (N) Under Various Environments Yuya Saito, Anass Benjebbour, Yoshihisa Kishiyama, and Takehiro Nakamura 5G Radio Access Network Research Group,

More information

Optimization of Algorithms for Mobility in Cellular Systems

Optimization of Algorithms for Mobility in Cellular Systems Master s Thesis Optimization of Algorithms for Mobility in Cellular Systems Bernt Christensen Olof Knape Department of Electrical and Information Technology, Faculty of Engineering, LTH, Lund University,

More information

System Performance of Cooperative Massive MIMO Downlink 5G Cellular Systems

System Performance of Cooperative Massive MIMO Downlink 5G Cellular Systems IEEE WAMICON 2016 April 11-13, 2016 Clearwater Beach, FL System Performance of Massive MIMO Downlink 5G Cellular Systems Chao He and Richard D. Gitlin Department of Electrical Engineering University of

More information

System Level Performance of Millimeter-wave Access Link for Outdoor Coverage

System Level Performance of Millimeter-wave Access Link for Outdoor Coverage 13 IEEE Wireless Communications and Networking Conference (WCNC): PHY System Level Performance of Millimeter-wave Access Link for Outdoor Coverage Mohamed Abouelseoud and Gregg Charlton InterDigital, King

More information

An Update from the LTE/SAE Trial Initiative

An Update from the LTE/SAE Trial Initiative Version 1.0 23 January 2009 An Update from the LTE/SAE Trial Initiative ATIS LTE Towards Mobile Broadband 26-27 January 2009 www.lstiforum.org 1 Contents LSTI s Objectives Who s involved? LSTI Activities

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

ARIB STD-T V10.5.0

ARIB STD-T V10.5.0 ARIB STD-T63-36.521-2 V10.5.0 User Equipment (UE) conformance specification; Radio transmission and reception; Part 2: Implementation Conformance Statement (ICS) (Release 10) Refer to Industrial Property

More information

Preliminary evaluation of NB-IOT technology and its capacity

Preliminary evaluation of NB-IOT technology and its capacity Preliminary evaluation of NB-IOT technology and its capacity Luca Feltrin, Alberto Marri, Michele Paffetti and Roberto Verdone DEI, University of Bologna, Italy Email: {luca.feltrin, roberto.verdone}@unibo.it,

More information

DOWNLINK ADAPTIVE CLOSED LOOP MIMO RESEARCH FOR 2 ANTENNAS IN TD-LTE SYSTEM

DOWNLINK ADAPTIVE CLOSED LOOP MIMO RESEARCH FOR 2 ANTENNAS IN TD-LTE SYSTEM DOWNLINK ADAPTIVE CLOSED LOOP MIMO RESEARCH FOR 2 ANTENNAS IN TD-LTE SYSTEM 1 XIAOTAO XU, 2 WENBING JIN 1 Asstt Prof., Department of Mechanical and Electrical Engineering, Hangzhou, China 2 Assoc. Prof.,

More information

Enhancing Energy Efficiency in LTE with Antenna Muting

Enhancing Energy Efficiency in LTE with Antenna Muting Enhancing Energy Efficiency in LTE with Antenna Muting Per Skillermark and Pål Frenger Ericsson AB, Ericsson Research, Sweden {per.skillermark, pal.frenger}@ericsson.com Abstract The concept of antenna

More information

MACHINE TO MACHINE (M2M) COMMUNICATIONS-PART II

MACHINE TO MACHINE (M2M) COMMUNICATIONS-PART II MACHINE TO MACHINE (M2M) COMMUNICATIONS-PART II BASICS & CHALLENGES Dr Konstantinos Dimou Senior Research Engineer Ericsson Research konstantinos.dimou@ericsson.com Overview Introduction Definition Vision

More information

Study on LTE MIMO Schemes for Indoor Scenarios

Study on LTE MIMO Schemes for Indoor Scenarios 2012 7th International ICST Conference on Communications and Networking in China (CHINACOM) Study on LTE MIMO Schemes for Indoor Scenarios Zhaobiao Lv 1, Jianquan Wang 1, Changling Wang 2, Qingyu Cai 2,

More information

Adaptive Transmission Scheme for Vehicle Communication System

Adaptive Transmission Scheme for Vehicle Communication System Sangmi Moon, Sara Bae, Myeonghun Chu, Jihye Lee, Soonho Kwon and Intae Hwang Dept. of Electronics and Computer Engineering, Chonnam National University, 300 Yongbongdong Bukgu Gwangju, 500-757, Republic

More information

ETSI TS V8.2.0 ( ) Technical Specification

ETSI TS V8.2.0 ( ) Technical Specification TS 136 133 V8.2.0 (2008-11) Technical Specification LTE; Evolved Universal Terrestrial Radio Access (E-UTRA); Requirements for support of radio resource management (3GPP TS 36.133 version 8.2.0 Release

More information

3GPP TR V ( )

3GPP TR V ( ) TR 36.816 V11.2.0 (2011-12) Technical Report 3rd Generation Partnership Project; Technical Specification Group Radio Access Network; Evolved Universal Terrestrial Radio Access (E-UTRA); Study on signalling

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

Training Programme. 1. LTE Planning Overview. 2. Modelling a LTE Network. 3. LTE Predictions. 4. Frequency and PCI Plan Analysis

Training Programme. 1. LTE Planning Overview. 2. Modelling a LTE Network. 3. LTE Predictions. 4. Frequency and PCI Plan Analysis ATOLL LTE FEATURES Training Programme 1. LTE Planning Overview 2. Modelling a LTE Network 3. LTE Predictions 4. Frequency and PCI Plan Analysis 5. Monte-Carlo Based Simulations Slide 2 of 82 1. LTE Planning

More information

The final publication is available at IEEE via:

The final publication is available at IEEE via: 2015 IEEE. Personal use of this material is permitted. Permission from IEEE must be obtained for all other uses, in any current or future media, including reprinting/republishing this material for advertising

More information

Aalborg Universitet. Published in: I E E E V T S Vehicular Technology Conference. Proceedings

Aalborg Universitet. Published in: I E E E V T S Vehicular Technology Conference. Proceedings Aalborg Universitet Fixed Frequency Reuse for LTE-Advanced Systems in Local Area Scenarios Wang, Yuanye; Kumar, Sanjay; Garcia, Luis Guilherme Uzeda; Pedersen, Klaus; Kovacs, Istvan; Frattasi, Simone;

More information

K E Y N O T E S P E E C H. Deputy General Manager / Keysight Technologies

K E Y N O T E S P E E C H. Deputy General Manager / Keysight Technologies //08 K E Y N O T E S P E E C H Jeffrey Chen Jeffrey-cy_chen@keysight.com 08.0. Deputy General Manager / Keysight Technologies M O R E S P E E D, L E S S P O W E R, P E R F E C T A C C U R A C Y NETWORKS/CLOUD

More information

LTE IDLE MODE OPTIMIZATION IMPROVING END USER EXPERIENCES

LTE IDLE MODE OPTIMIZATION IMPROVING END USER EXPERIENCES LTE IDLE MODE OPTIMIZATION IMPROVING END USER EXPERIENCES Kwangrok Chang, Ragil Putro Wicaksono, Seiji Kunishige, Noriteru Takagaki MOTiV Research Co. Ltd., Tokyo Japan {kwangrok.chang, ragil.wicaksono,

More information

Performance Evaluation of a Mixed Vehicular Network with CAM-DCC and LIMERIC Vehicles

Performance Evaluation of a Mixed Vehicular Network with CAM-DCC and LIMERIC Vehicles Performance Evaluation of a Mixed Vehicular Network with CAM-DCC and LIMERIC Vehicles Bin Cheng Joint work with Ali Rostami, Marco Gruteser WINLAB, Rutgers University, USA Gaurav Bansal, John B. Kenney

More information

Multi-Cell Interference Coordination in LTE Systems using Beamforming Techniques

Multi-Cell Interference Coordination in LTE Systems using Beamforming Techniques Multi-Cell Interference Coordination in LTE Systems using Beamforming Techniques Sérgio G. Nunes, António Rodrigues Instituto Superior Técnico / Instituto de Telecomunicações Technical University of Lisbon,

More information

Real-life Indoor MIMO Performance with Ultra-compact LTE Nodes

Real-life Indoor MIMO Performance with Ultra-compact LTE Nodes Real-life Indoor MIMO Performance with Ultra-compact LTE Nodes Arne Simonsson, Maurice Bergeron, Jessica Östergaard and Chris Nizman Ericsson [arne.simonsson, maurice.bergeron, jessica.ostergaard, chris.nizman]@ericsson.com

More information

A Fair Downlink Packet Scheduling Approach to Support QoS in HSDPA

A Fair Downlink Packet Scheduling Approach to Support QoS in HSDPA A Fair Downlink Packet Scheduling Approach to Support QoS in HSDPA Deepti Singhal and Naresh Jotwani The First International Conference on COMmunication Systems and NETworkS (COMSNETS) January 9, 29 Contents

More information

LTE-U Forum: Alcatel-Lucent, Ericsson, LG Electronics, Qualcomm Technologies Inc., Samsung Electronics & Verizon

LTE-U Forum: Alcatel-Lucent, Ericsson, LG Electronics, Qualcomm Technologies Inc., Samsung Electronics & Verizon LTE-U Forum LTE-U Forum: Alcatel-Lucent, Ericsson, LG Electronics, Qualcomm Technologies Inc., Samsung Electronics & Verizon LTE-U SDL Coexistence Specifications V1.3 (2015-10) Disclaimer and Copyright

More information

All rights reserved. Mobile Developments. Presented by Philippe Reininger, Chairman of 3GPP RAN WG3

All rights reserved.  Mobile Developments. Presented by Philippe Reininger, Chairman of 3GPP RAN WG3 http://eustandards.in/ Mobile Developments Presented by Philippe Reininger, Chairman of 3GPP RAN WG3 Introduction 3GPP RAN has started a new innovation cycle which will be shaping next generation cellular

More information

Energy efficiency of multi-standard mobile devices in Heterogeneous Wireless Networks

Energy efficiency of multi-standard mobile devices in Heterogeneous Wireless Networks Energy efficiency of multi-standard mobile devices in Heterogeneous Wireless Networks Jacek Kibi lda Wroc lawskie Centrum Badań EIT+, Trinity College Dublin December 13, 2012 Outline Introduction Power

More information

MASTER THESIS. TITLE: Frequency Scheduling Algorithms for 3G-LTE Networks

MASTER THESIS. TITLE: Frequency Scheduling Algorithms for 3G-LTE Networks MASTER THESIS TITLE: Frequency Scheduling Algorithms for 3G-LTE Networks MASTER DEGREE: Master in Science in Telecommunication Engineering & Management AUTHOR: Eva Haro Escudero DIRECTOR: Silvia Ruiz Boqué

More information

4G Mobile Broadband LTE

4G Mobile Broadband LTE 4G Mobile Broadband LTE Part I Dr Stefan Parkvall Principal Researcher Ericson Research Data overtaking Voice Data is overtaking voice......but previous cellular systems designed primarily for voice Rapid

More information

Inter-cell Interference Mitigation through Flexible Resource Reuse in OFDMA based Communication Networks

Inter-cell Interference Mitigation through Flexible Resource Reuse in OFDMA based Communication Networks Inter-cell Interference Mitigation through Flexible Resource Reuse in OFDMA based Communication Networks Yikang Xiang, Jijun Luo Siemens Networks GmbH & Co.KG, Munich, Germany Email: yikang.xiang@siemens.com

More information

Cellular Infrastructure and Standards while deploying an RDA

Cellular Infrastructure and Standards while deploying an RDA Cellular Infrastructure and Standards while deploying an RDA Overview This whitepaper discusses the methods used while deploying an RDA into a field environment and dives into the standards used to judge

More information

LTE-Advanced and Release 10

LTE-Advanced and Release 10 LTE-Advanced and Release 10 1. Carrier Aggregation 2. Enhanced Downlink MIMO 3. Enhanced Uplink MIMO 4. Relays 5. Release 11 and Beyond Release 10 enhances the capabilities of LTE, to make the technology

More information

Evaluating the Performance of emtc and NB-IoT for Smart City Applications

Evaluating the Performance of emtc and NB-IoT for Smart City Applications 1 Evaluating the Performance of emtc and NB-IoT for Smart City Applications Mohieddine El Soussi, Pouria Zand, Frank Pasveer and Guido Dolmans Holst Centre/imec, Eindhoven, The Netherlands e-mail:{mohieddine.elsoussi,

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

DEVELOPMENT TRENDS OF D2D COMMUNICATIONS IN THE LTE 魏存毅國 立台北 大學通訊系

DEVELOPMENT TRENDS OF D2D COMMUNICATIONS IN THE LTE 魏存毅國 立台北 大學通訊系 DEVELOPMENT TRENDS OF D2D COMMUNICATIONS IN THE LTE 魏存毅國 立台北 大學通訊系 The evolution A set of radio access technologies is required to satisfy future requirements Required Performance TRx Spectrum efficiency

More information

ETSI TS V8.3.0 ( ) Technical Specification

ETSI TS V8.3.0 ( ) Technical Specification TS 136 133 V8.3.0 (2008-11) Technical Specification LTE; Evolved Universal Terrestrial Radio Access (E-UTRA); Requirements for support of radio resource management (3GPP TS 36.133 version 8.3.0 Release

More information

Test Plan for LTE Carrier Aggregation Interoperability

Test Plan for LTE Carrier Aggregation Interoperability Test Plan for LTE Carrier Aggregation Interoperability Version 3.0 March 2019 2019 CTIA - The Wireless Association. All rights reserved. CTIA-The Wireless Association ( CTIA ) hereby grants CTIA Authorized

More information

ComNets Communication Networks

ComNets Communication Networks Future Mobile Communications: LTE Radio Scheduler Analytical Modeling Dr. Yasir Zaki New York University Abu Dhabi (NYUAD) FFV Workshop 2013 15th of March 2013 1/25 Overview 1 Introduction 2 LTE Radio

More information

Analysis of CSAT performance in Wi-Fi and LTE-U Coexistence

Analysis of CSAT performance in Wi-Fi and LTE-U Coexistence Analysis of CSAT performance in Wi-Fi and LTE-U Coexistence Vanlin Sathya, Morteza Mehrnoush, Monisha Ghosh, and Sumit Roy University of Chicago, Illinois, USA. University of Washington, Seattle, USA.

More information

3GPP TS V8.3.0 ( )

3GPP TS V8.3.0 ( ) TS 36.133 V8.3.0 (2008-09) Technical Specification 3rd Generation Partnership Project; Technical Specification Group Radio Access Network; Evolved Universal Terrestrial Radio Access (E-UTRA); Requirements

More information