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

Size: px
Start display at page:

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

Transcription

1 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

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

3 Overview of LTE UE Attach Procedure 3

4 Overview of LTE UE Attach Procedure UE Power On Downlink synchronization (PSS/SSS/MIB, TS36.211) Listening broadcast information (TS36.331) PLMN Selection and Cell Selection (TS36.304) During UE Attach (TS23.401) Random access and uplink synchronization (TS36.300) RRC connection setup (TS36.331) UE authentication (TS24.301) NAS security setup (TS24.301) RRC security setup (TS36.331) UE capability enquiry (TS36.331) RRC connection reconfiguration (TS36.331) EPS bearer establishment (TS24.301) UE IP Address Allocated (TS24.301) 4

5 Overview : UE Attachment Uplink unsynch UE enb MME Msg1: PRACH Uplink Synchronized Msg2: RAR Msg3: RRC Connection Request Random Access Succeeded Msg4: RR Connection Setup RRC Connection Setup Complete EMM Attach Request ESM PDN Connectivity Request EMM Authentication Request Progress Achieved UE Authenticated NAS Integrity And Ciphering Configured RRC Integrity And Ciphering Configured IP Address Allocated QoS negotiated Radio Configured (PHY,MAC, RLC,SRB,DRB) EMM Authentication Response NAS Security Mode Command NAS Security Mode Complete Initial Context Setup Request RRC Security Mode Command RRC Security Mode Complete RRC UE Capability Enquiry RRC UE Capability Information EMM Attach Accept ESM Activate Default EPS Bearer Context Request UE Capability Info Indication RRC Connection Reconfiguration RRC Connection Reconfiguration Complete Initial Context Setup Response EMM Attach Complete Protocol Message Timing Attach Succeeded Date Time Configured ESM Activate Default EPS Bearer Context Accept EMM Information : Time Zone and Time / Daylight Saving Time UL/DL Data UL/DL Data 7

6 OAI-UE Threading Structure 8

7 OAI-UE Threading Structure 9

8 OAI-UE Threading Structure Two Parallelized threads are running on physical layer One Thread for Odd subframes processing, the second thread for Even subframes processing Timing Constraint 2ms!!! Each Thread UE_thread_RxNTxNp4 is responsible of : downlink subframe decoding (#Subframe N) uplink subframe encoding (#Subframe N+4) Three Cores are fully used for the whole PHY processing Core 0: Samples Acquisition / Core 1: Processing of Even Subframes / Core 2: Processing of Odd Subframes

9 OAI-UE Timing Measurement SISO 5MHz 10MHz 20MHz MIMO (2CWs) SISO MIMO (2CWs) SISO MIMO (2CWs) FFT 3 ~45 3 ~45 3 ~ ~70 8 ~112 ChanEst Front End Processing Pdcch Decoding Pdsch Processing : Channel Scale/Channel Compensation LLRs Computation ~55 4 ~55 6 ~80 5 ~65 8 ~ ~15 30 ~400 2 ~25 65 ~845 3 ~ Turbo Decoding Full Channel Decoding unscrambling/rate Matching/deinterleaving/turbo decoding Subframe Processing us < 2ms 1150us < 2ms 850us < 2ms 2456us!!! 1650us < 2ms 4810us!!!

10 OAI-UE Timing Measurement Front End Processing 20MHz SISO MIMO Percentage SISO MIMO ,3% 6,5% Pdcch Decoding ,45% 1,66% Pdsch Processing : Channel Scale/Channel Compensation LLRs Computation Full Channel Decoding unscrambling/rate Matching/deinterleaving/turbo decoding Subframe Decoding ,3% 2,7% ,36% 35,13% ,6% 54% Critical Blocks: Channel Decoding (~2600 us) Unscrambling Rate matching Deinterleaving Turbo Decoding LLRs Computation (Mimo) (~1700 us) Potential Optimization: SW Optimization: Phy Processing Parallelization More efficient implementation (AVX512 / AVX2) depending on GPP (Xeon Phi etc) HW Optimization: Offload channel decoding on HW accelerator Offload LLRs computation on HW accelerator Estimation of time usage is needed

11 Walk through the OAI-UE Codes 13

12 Downlink Synchronization Initial To know where is subframe #0 Search PSS 0..2 position Search SSS in 4 possibilities: Normal CP + FDD Normal CP + TDD Extended CP + FDD Extended CP + TDD FDD TDD Figure from: Figure of LTE the UMTS long term evolution : 14 from theory to practice / Stefania Sesia, Issam Toufik, Matthew Baker. 2nd ed.

13 Downlink Synchronization Initial Check PBCH CRC to confirm if PSS/SSS is real Re-synchronize USRP Rx timing 1st capture start capture length = 10ms #4 #5 #6 #7 #8 #9 #0 #1 #2 #3 2nd capture start rx offset capture length = rx offset (not used) 3rd capture start capture length = 10ms #0 #1 #2 #3 #4 #5 #6 #7 #8 #9 rx offset = 0 Related code location: initial_sync() in openair1/phy/lte_transport/initial_sync.c, UE_thread() in targets/rt/user/lte-ue.c 15

14 Downlink Synchronization Continuous Calculate IFFT(channel estimation) i.e. channel impulse response (CIR) Estimate time drift (rx_offset)from CIR peak Correct the time drift by time shifting OAI-UE frame start, estimate rx_offset Actual frame start #9 #0... #9 #0 #1 OAI-UE frame start, estimate rx_offset rx_offset Actual frame start #0 #1... #9 #0 #1... overwrite by rx_offset Related code location: OAI-UE frame start adjusted lte_adjust_synch()in openair1/phy/lte_estimation/lte_adjust_sync.c UE_thread() in targets/rt/user/lte-ue.c 16

15 Downlink Synchronization Flow Estimate rx_offset in UE_thread_rx() Affect USRP read operation in UE_thread() 17

16 Listening Broadcast Information SIB1 PHY/MAC detects SI-RNTI DCI and PDSCH RRC parses the SIB1 information element Configure PHY/MAC accordingly o TDD UL/DL configuration o Other SIBx scheduling information 18

17 Listening Broadcast Information SIB1 Overall timing diagram UE_thread() subframe 5 subframe 6 slot 10 slot 11 slot 12 slot 13 l = 0 l = 6 l = 0 l = 6 subframe 7 slot 14 slot 15 subframe 5 slot_fep pdcch PHY_var_UE_g UE_thread_rx() pdsch (1) pdsch (2) ue_scheduler SI receiving subframe 5 ue_decode_si UE_mac_inst mac_rrc_data_ind RRC_mac_inst rrc_ue_task() nas_ue_task() rrc_ue_task nas_ue_task TASK_MAC_UE TASK_RRC_UE RRC_MAC_BCCH_DATA_IND TASK_RRC_UE TASK_NAS_UE NAS_CELL_SELECTION_CNF 19

18 Listening Broadcast Information SIB1 PHY/MAC detects SI-RNTI DCI slot fep (front end processor) = FFT + channel estimation + frequency offset estimation UE_thread() subframe 5 subfram slot 10 slot 11 slot 12 UE_thread_rx() PHY_var_UE_g Related code location: l = 0 l = 6 l = 0 l = 6 Detected SI-RNTI DCI slot_fep pdcch pdsch (1) pdsch (2) phy_procedures_ue_rx()in openair1/sched/phy_procedures_lte_ue.c 20 subfram

19 Listening Broadcast Information SIB1 PHY/MAC detects SI-RNTI PDSCH pdsch (1) = RE demap + channel compensation + spatial decode + QPSK demodulation pdsch (2) = unscrambling + Turbo decoding subframe 5 subframe 6 subframe 7 slot 11 slot 12 slot 13 slot 14 slot 15 l = 6 l = 0 l = 6 UE_thread_rx() slot_fep pdcch pdsch (1) pdsch (2) subframe 5 SI receiving ue_scheduler Related code location: ue_decode_si mac_rrc_data_ind Detected SI-RNTI PDSCH subframe 5 rx_pdsch()in openair1/phy/lte_transport/dlsch_demodulation.c 21 TASK_MAC_UE TASK_RRC_UE RRC_MAC_BCCH_DATA_IND

20 Listening Broadcast Information SIB1 RRC parses the SIB1 information element Configure PHY/MAC accordingly slot_fep pdcch pdsch (1) pdsch (2) subframe 5 UE_thread_rx() ue_scheduler ue_decode_si mac_rrc_data_ind subframe 5 Parse SIB1 Configure PHY/MAC SI receiving rrc_ue_task() TASK_MAC_UE TASK_RRC_UE RRC_MAC_BCCH_DATA_IND rrc_ue_task nas_ue_task() TASK_RRC_UE TASK_NAS_UE NAS_CELL_SELECTION_CNF Related code location: nas_ue_task decode_sib1()in openair2/rrc/lite/rrc_ue.c 22

21 UE cell synchronization 27/04/ EURECOM RESEARCH - p 23

22 LTE UE Synchronization Procedures Cell Search comprises 1. Timing and frequency synchronization with the cell using the primary synchronization reference signal. This also gives the Cell ID group N ID (2) (0,1,2) 2. Cell ID N ID (1) (0,,166) and Frame type (FDD/TDD, Normal/Extended Prefix) determination from secondary synchronization reference signals 3. Demodulation of PBCH (using N ID Cell = 3N ID (1) + N ID (2) ) to receive basic system information during steady-state reception 1. N RB DL (cell bandwidth) 2. PHICH-config (to allow PDCCH demodulation, for system information) 3. Frame number (8 bits from payload, 2 bits from redundancy version) 4. Antenna configuration (1,2,4 from CRC mask) 27/04/

23 Initial Timing/Frequency Acquisition (Synchronization Signals, FDD Normal CP) 10 ms Subframe 0 Subframe 1 Subframe 4 Subframe 5 Subframe 9 Frequency (PRBs) Primary (Y) and Secondary B) Synchronization Signals (first half) PBCH Time (symbols) Primary(Y) and Secondary(B) Synchronization Signals (2 nd half) 27/04/

24 Primary Synchronization Signal (PSS) Zadoff-Chu root-of-unity sequence has excellent auto-correlation properties and is very tolerant to frequency-offsets Autocorrelation sequence Real component (time-domain u=25) Imag component (time-domain, u=25) 27/04/

25 Primary Synchronization RX Correlation of 3 primary sequences (d* u (-n)) with received signal. Each enb (or sector) has different sequence => Reuse pattern of 3 for different enb or sectors (N ID (2) ) Primary Purpose: Determine start of frame Alternate purposes: Channel estimation for SSS/PBCH and frequency offset estimation 27/04/

26 Secondary Synchronization Signal (SSS) Purpose: determine frame type and cell ID N ID (1) Implemented as BPSK-modulated interleaved sequence of two length-31 binary m-sequences (m=31) with cyclic shifts m 0 and m 1. and scrambled by the two different scrambling sequences Results in 167 possible BPSK sequences for each of subframe 0 and 5 The receiver must perform correlations with all 167 sequences and find the most likely transmitted sequence. It can use the output of the primary sequence correlation as a rough channel estimate to improve detection probability Position relative to PSS allows for frame type determination 27/04/

27 Secondary Synchronization RX Hypothesis: one of 4 frame types TDD/FDD, normal/extended prefix => gives position in samples of SSS with respect to PSS detected in primary synchronization Use channel estimate (partially coherent) from PSS and quantized uniform phase offset to compensate residual frequency offset (PSS/SSS not in same symbol) and amplitudes in SSS symbol Correlate with 167 out of 167 * 3 sequences (167 per PSS N ID (2) ) of length 62 in each of slots 0 and 10 Choose sequence which has highest coherent correlation This has to be done with 2 different assumptions (subframe 0 or subframe 5 is first in RX buffer), or we just wait until we receive an RX frame in the correct order (i.e. when subframe 0 falls in the first 5 ms of the RX buffer) 27/04/

28 Summary 27/04/

29 PBCH Detection Detection of the PBCH requires the following steps 1. Generation of the cell-specific reference signals based on the cell ID derived from SSS detection 2. Performing channel estimation for the 4 symbols of the PBCH 3. Extracting the PBCH reference elements 4. Applying the conjugated channel estimates to the received reference elements 5. Channel decoding 27/04/

30 Generic OFDM Receiver I[n] Digital Baseband Inputs Q[n] Prefix Extraction FFT I[k] Q[k] Channel Compensation I[k] Q[k] LLR Unit Channel Decoding Pilot extraction Broadband Channel Estimates To timing (DAQ) and frequency correction units, and I/Q imbalance Channel Estimation 27/04/

31 Key linear processing operations which can be vectorized easily with SIMD Inner-products (synchronization, projection operations) Componentwise products (compensation/equalization, channel estimation) FFT/IFFTs (OFDM TX/RX) Peak search in vector (synchronization) Vector addition, subtraction, energy, absolute value 27/04/

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

TECHTRAINED. Foundations Explained. Learn Technology in 10 minutes. Contact:

TECHTRAINED. Foundations Explained. Learn Technology in 10 minutes. Contact: TT 1608: LTE Air Interface Foundations Explained Contact: hello@techtrained.com 469-619-7419 918-908-0336 Course Overview: If you are trying to learn LTE and don t know where to start. You or your technical

More information

What LTE parameters need to be Dimensioned and Optimized

What LTE parameters need to be Dimensioned and Optimized What LTE parameters need to be Dimensioned and Optimized Leonhard Korowajczuk CEO/CTO CelPlan International, Inc. www.celplan.com webinar@celplan.com 8/4/2014 CelPlan International, Inc. www.celplan.com

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

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 enb - 5G gnb dual connectivity (EN-DC)

LTE enb - 5G gnb dual connectivity (EN-DC) LTE enb - 5G gnb dual connectivity (EN-DC) E-UTRAN New Radio - Dual Connectivity (EN-DC) is a technology that enables introduction of 5G services and data rates in a predominantly 4G network. UEs supporting

More information

LTE enb - 5G gnb dual connectivity (EN-DC)

LTE enb - 5G gnb dual connectivity (EN-DC) LTE enb - 5G gnb dual connectivity (EN-DC) E-UTRAN New Radio - Dual Connectivity (EN-DC) is a technology that enables introduction of 5G services and data rates in a predominantly 4G network. UEs supporting

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

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

5G Toolbox. Model, simulate, design and test 5G systems with MATLAB

5G Toolbox. Model, simulate, design and test 5G systems with MATLAB 5G Toolbox Model, simulate, design and test 5G systems with MATLAB Houman Zarrinkoub, PhD. Product Manager 5G, Communications, LTE and WLAN Toolboxes Signal Processing & Communications houmanz@mathworks.com

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

2014 ARO-MURI Cyber Situation Awareness Review University of California at Santa Barbara, November 19,

2014 ARO-MURI Cyber Situation Awareness Review University of California at Santa Barbara, November 19, 2014 ARO-MURI Cyber Situation Awareness Review University of California at Santa Barbara, November 19, 2014 1 1 Correlation Engine COAs Data Data Data Data Real World Enterprise Network Mission Cyber-Assets

More information

3G/4G Mobile Communications Systems. Dr. Stefan Brück Qualcomm Corporate R&D Center Germany

3G/4G Mobile Communications Systems. Dr. Stefan Brück Qualcomm Corporate R&D Center Germany 3G/4G Mobile Communications Systems Dr. Stefan Brück Qualcomm Corporate R&D Center Germany Chapter VI: Physical Layer of LTE 2 Slide 2 Physical Layer of LTE OFDM and SC-FDMA Basics DL/UL Resource Grid

More information

Wireless Test World 2009

Wireless Test World 2009 Wireless Test World 2009 Agilent, Your Partner in Advancing Agilent, Your Partner in Advancing New New Wireless Wireless Communications Communications LTE Protocol Signaling and Control Presented by: Choi,

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

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

Traffic Monitoring in a LTE Distributed Antenna System

Traffic Monitoring in a LTE Distributed Antenna System Cyber Journals: Multidisciplinary Journals in Science and Technology, Journal of Selected Areas in Telecommunications (JSAT), May Edition, 213 Volume 3, Issue 5 Traffic Monitoring in a LTE Distributed

More information

MIMO-OFDM for LTE 최수용. 연세대학교전기전자공학과

MIMO-OFDM for LTE 최수용.   연세대학교전기전자공학과 MIMO-OFDM for LTE 최수용 csyong@yonsei.ac.kr http://web.yonsei.ac.kr/sychoi/ 연세대학교전기전자공학과 LTE 시스템의특징 : Architecture LTE(Long Term Evolution) (=E-UTRAN) SAE(System Architecture Evolution) (=EPC) EPS(Evolved

More information

Lecture 13 UMTS Long Term Evolution. I. Tinnirello

Lecture 13 UMTS Long Term Evolution. I. Tinnirello Lecture 13 UMTS Long Term Evolution Beyond 3G International Mobile Telecommunications (IMT)-2000 introduced global standard for 3G Systems beyond IMT-2000 (IMT-Advanced) are set to introduce evolutionary

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

Research and Solution of Semi-persistent Scheduling Problem in LTE System

Research and Solution of Semi-persistent Scheduling Problem in LTE System 211 International Conference on Computer Science and Information Technology (ICCSIT 211) IPCSIT vol. 51 (212) (212) IACSIT Press, Singapore DOI: 1.7763/IPCSIT.212.V51.66 Research and Solution of Semi-persistent

More information

LTE Review. EPS Architecture Protocol Architecture Air Interface DL Scheduling EMM, ECM, RRC States QoS, QCIs & EPS Bearers

LTE Review. EPS Architecture Protocol Architecture Air Interface DL Scheduling EMM, ECM, RRC States QoS, QCIs & EPS Bearers LTE Review EPS Architecture Protocol Architecture Air Interface DL Scheduling EMM, ECM, RRC States QoS, s & EPS Bearers Evolved Packet System (EPS) Architecture S6a HSS MME PCRF S1-MME S10 S11 Gxc Gx E-UTRAN

More information

II. FRAME STRUCTURE In this section, we present the downlink frame structure of 3GPP LTE and WiMAX standards. Here, we consider

II. FRAME STRUCTURE In this section, we present the downlink frame structure of 3GPP LTE and WiMAX standards. Here, we consider Forward Error Correction Decoding for WiMAX and 3GPP LTE Modems Seok-Jun Lee, Manish Goel, Yuming Zhu, Jing-Fei Ren, and Yang Sun DSPS R&D Center, Texas Instruments ECE Depart., Rice University {seokjun,

More information

3GPP TS V ( )

3GPP TS V ( ) TS 36.216 V10.3.1 (2011-09) Technical Specification 3rd Generation Partnership Project; Technical Specification Group Radio Access Network; Evolved Universal Terrestrial Radio Access (E-UTRA); Physical

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

TITLE DOWNLINK CONTROL INFORMATION IN A WIRELESS DEVICE AND WIRELESS NETWORK CROSS-REFERENCE TO RELATED APPLICATIONS

TITLE DOWNLINK CONTROL INFORMATION IN A WIRELESS DEVICE AND WIRELESS NETWORK CROSS-REFERENCE TO RELATED APPLICATIONS TITLE DOWNLINK CONTROL INFORMATION IN A WIRELESS DEVICE AND WIRELESS NETWORK CROSS-REFERENCE TO RELATED APPLICATIONS [0001] This application claims the benefit of U.S. Provisional Application No. 62/289,949,

More information

TITLE DUAL CONNECTIVITY POWER CONTROL FOR WIRELESS NETWORK AND WIRELESS DEVICE

TITLE DUAL CONNECTIVITY POWER CONTROL FOR WIRELESS NETWORK AND WIRELESS DEVICE TITLE DUAL CONNECTIVITY POWER CONTROL FOR WIRELESS NETWORK AND WIRELESS DEVICE CROSS-REFERENCE TO RELATED APPLICATIONS [0001] This application claims the benefit of U.S. Provisional Application No. 62/408,338,

More information

References. What is UMTS? UMTS Architecture

References. What is UMTS? UMTS Architecture 1 References 2 Material Related to LTE comes from 3GPP LTE: System Overview, Product Development and Test Challenges, Agilent Technologies Application Note, 2008. IEEE Communications Magazine, February

More information

What LTE parameters need to be Dimensioned and Optimized

What LTE parameters need to be Dimensioned and Optimized What LTE parameters need to be Dimensioned and Optimized Leonhard Korowajczuk CEO/CTO CelPlan International, Inc. www.celplan.com webinar@celplan.com 8/4/204 CelPlan International, Inc. www.celplan.com

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

Understanding the 5G NR Physical Layer

Understanding the 5G NR Physical Layer Understanding the 5G NR Physical Layer Senior Application Engineer/ Keysight Technologies Alex Liang 梁晉源 U P D AT E O N 3 G P P R A N 1 N R R O A D M A P 2015 2016 2017 2018 2019 2020 2021 3GPP Rel 14

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

An LTE compatible massive MIMO testbed based on OpenAirInterface. Xiwen JIANG, Florian Kaltenberger EURECOM

An LTE compatible massive MIMO testbed based on OpenAirInterface. Xiwen JIANG, Florian Kaltenberger EURECOM An LTE compatible massive MIMO testbed based on OpenAirInterface Xiwen JIANG, Florian Kaltenberger EURECOM Testbed Overview Open source platform Based on OAI hardware and software 3GPP LTE compatible Incorporate

More information

3GPP Long Term Evolution LTE

3GPP Long Term Evolution LTE Chapter 27 3GPP Long Term Evolution LTE Slides for Wireless Communications Edfors, Molisch, Tufvesson 630 Goals of IMT-Advanced Category 1 2 3 4 5 peak data rate DL / Mbit/s 10 50 100 150 300 max DL modulation

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

With release 12, the third generation. Is Your Handset PA Ready for LTE Device-to-Device Proximity Services?

With release 12, the third generation. Is Your Handset PA Ready for LTE Device-to-Device Proximity Services? Is Your Handset PA Ready for LTE Device-to-Device Proximity Services? Andreas Roessler Rohde & Schwarz, Munich, Germany With release 12, the third generation partnership project (3GPP) has taken on the

More information

Physical Layer Frame Structure in 4G LTE/LTE-A Downlink based on LTE System Toolbox

Physical Layer Frame Structure in 4G LTE/LTE-A Downlink based on LTE System Toolbox IOSR Journal of Electronics and Communication Engineering (IOSR-JECE) e-issn: 2278-2834,p- ISSN: 2278-8735.Volume 1, Issue 3, Ver. IV (May - Jun.215), PP 12-16 www.iosrjournals.org Physical Layer Frame

More information

IoT radio access technologies

IoT radio access technologies IoT radio access technologies ITG 5.2.4 Workshop Cellular Internet of Things Dr. Berthold Panzner München 2017-12-01 Internet of Things E2E IoT Connectivity Radio Access Network Sensors/tags, actuators

More information

TITLE UPLINK SIGNAL STARTING POSITION IN A WIRELESS DEVICE AND WIRELESS NETWORK

TITLE UPLINK SIGNAL STARTING POSITION IN A WIRELESS DEVICE AND WIRELESS NETWORK TITLE UPLINK SIGNAL STARTING POSITION IN A WIRELESS DEVICE AND WIRELESS NETWORK CROSS-REFERENCE TO RELATED APPLICATIONS [0001] This application claims the benefit of U.S. Provisional Application No. 62/332,510,

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

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

LTE-1x/1xEV-DO Terms Comparison

LTE-1x/1xEV-DO Terms Comparison LTE-1x/1xEV-DO Terms Comparison 2/2009 1. Common/General Terms UE User Equipment Access Terminal (AT) or MS enode B Evolved Node B Base station (BTS) Downlink (DL) Transmissions from the network to the

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

TEPZZ A T EP A2 (19) (11) EP A2. (12) EUROPEAN PATENT APPLICATION published in accordance with Art.

TEPZZ A T EP A2 (19) (11) EP A2. (12) EUROPEAN PATENT APPLICATION published in accordance with Art. (19) TEPZZ 69648A T (11) EP 2 696 48 A2 (12) EUROPEAN PATENT APPLICATION published in accordance with Art. 13(4) EPC (43) Date of publication: 12.02.14 Bulletin 14/07 (21) Application number: 12768639.2

More information

M9080A & M9082A LTE FDD/TDD. Challenge the Boundaries of Test Agilent Modular Products. Technical Overview

M9080A & M9082A LTE FDD/TDD. Challenge the Boundaries of Test Agilent Modular Products. Technical Overview M9080A & M9082A LTE FDD/TDD X-Series Measurement Application for M9391A PXIe Vector Signal Analyzer Technical Overview Challenge the Boundaries of Test Agilent Modular Products Perform LTE FDD and TDD

More information

(LTE Fundamental) LONG TERMS EVOLUTION

(LTE Fundamental) LONG TERMS EVOLUTION (LTE Fundamental) LONG TERMS EVOLUTION 1) - LTE Introduction 1.1: Overview and Objectives 1.2: User Expectation 1.3: Operator expectation 1.4: Mobile Broadband Evolution: the roadmap from HSPA to LTE 1.5:

More information

Docket No.: U Uplink Transmission in a Wireless Device and Wireless Network

Docket No.: U Uplink Transmission in a Wireless Device and Wireless Network Uplink Transmission in a Wireless Device and Wireless Network CROSS-REFERENCE TO RELATED APPLICATIONS [0001] This application claims the benefit of U.S. Provisional Application No. 62/327,265, filed April

More information

Advanced Radio Access Techniques in LTE

Advanced Radio Access Techniques in LTE Advanced Radio Access Techniques in LTE a review written by Farkas Pál for the scholarship called: HUAWEI-a Holnap Innovatív Vezetői, offered by the Huawei Technologies Hungary Ltd., and Pro Progressio

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

PXI LTE FDD and LTE TDD Measurement Suites Data Sheet

PXI LTE FDD and LTE TDD Measurement Suites Data Sheet PXI LTE FDD and LTE TDD Measurement Suites Data Sheet The most important thing we build is trust A production ready ATE solution for RF alignment and performance verification UE Tx output power Transmit

More information

TS 5G.201 v1.0 (2016-1)

TS 5G.201 v1.0 (2016-1) Technical Specification KT PyeongChang 5G Special Interest Group (); KT 5th Generation Radio Access; Physical Layer; General description (Release 1) Ericsson, Intel Corp., Nokia, Qualcomm Technologies

More information

3GPP TS V ( )

3GPP TS V ( ) TS 36.201 V10.0.0 (2010-12) Technical Specification 3rd Generation Partnership Project; Technical Specification Group Radio Access Network; Evolved Universal Terrestrial Radio Access (E-UTRA); LTE physical

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

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

Introduction. Air Interface. LTE and UMTS Terminology and Concepts

Introduction. Air Interface. LTE and UMTS Terminology and Concepts LTE and UMTS Terminology and Concepts By Chris Reece, Subject Matter Expert - 8/2009 UMTS and LTE networks are surprisingly similar in many respects, but the terms, labels and acronyms they use are very

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

LTE and 1x/1xEV-DO Terminology and Concepts

LTE and 1x/1xEV-DO Terminology and Concepts LTE and 1x/1xEV-DO Terminology and Concepts By Don Hanley, Senior Consultant 2/2009 1xEV-DO and LTE networks are surprisingly similar in many respects, but the terms, labels and acronyms they use are very

More information

LTE Whitepaper Santosh Kumar Dornal n wireless.blogspot.com

LTE Whitepaper Santosh Kumar Dornal  n wireless.blogspot.com LTE Whitepaper Santosh Kumar Dornal http://wired n wireless.blogspot.com Table of Contents LTE Interfaces and Protocols...3 LTE Network Elements...4 LTE Radio Network...6 LTE Bearers & QoS... 17 LTE Control

More information

OAI UE 5G NR FEATURE PLAN AND ROADMAP

OAI UE 5G NR FEATURE PLAN AND ROADMAP OAI UE 5G NR FEATURE PLAN AND ROADMAP Fabrice Nabet BUPT OpenAir Workshop, April 28 2017, Beijing TCL Communication Technology Holdings Ltd. 5G Spirit From OAI LTE to 5G NR LTE UE basic functionalities

More information

ARIB STD-T V Evolved Universal Terrestrial Radio Access (E-UTRA); LTE Physical Layer - General Description (Release 8)

ARIB STD-T V Evolved Universal Terrestrial Radio Access (E-UTRA); LTE Physical Layer - General Description (Release 8) ARIB STD-T63-36.201 V8.3.0 Evolved Universal Terrestrial Radio Access (E-UTRA); LTE Physical Layer - General Description () Refer to Industrial Property Rights (IPR) in the preface of ARIB STD-T63 for

More information

3GPP TS V8.0.0 ( )

3GPP TS V8.0.0 ( ) TS 36.213 V8.0.0 (2007-09) Technical Specification 3 rd Generation Partnership Project; Technical Specification Group Radio Access Network; Evolved Universal Terrestrial Radio Access (E-UTRA); Physical

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

LTE Channel State Information (CSI)

LTE Channel State Information (CSI) LTE Channel State Information (CSI) Presented by: Sandy Fraser, Agilent Technologies Agenda Channel State Information (CSI) different forms and definitions Channel Quality Information, Pre-Coding Matrix

More information

TEPZZ A T EP A2 (19) (11) EP A2. (12) EUROPEAN PATENT APPLICATION published in accordance with Art.

TEPZZ A T EP A2 (19) (11) EP A2. (12) EUROPEAN PATENT APPLICATION published in accordance with Art. (19) TEPZZ 597799A T (11) EP 2 597 799 A2 (12) EUROPEAN PATENT APPLICATION published in accordance with Art. 153(4) EPC (43) Date of publication: 29.05.2013 Bulletin 2013/22 (21) Application number: 11809845.8

More information

Over-the-air Signaling in Cellular Networks: An Overview

Over-the-air Signaling in Cellular Networks: An Overview Over-the-air Signaling in Cellular Networks: An Overview Chunliang Yang Abstract To improve the capacity and coverage of current cellular networks, many advanced technologies such as massive MIMO, inter-cell

More information

LabVIEW Communications LTE Application Framework 2.5 This document provides basic information about how to get started with LTE Application Framework.

LabVIEW Communications LTE Application Framework 2.5 This document provides basic information about how to get started with LTE Application Framework. GETTING STARTED GUIDE LabVIEW Communications LTE Application Framework 2.5 This document provides basic information about how to get started with LTE Application Framework. Table of Contents System Requirements...

More information

Docket No.: U TITLE UPLINK RESOURCE ALLOCATION IN A WIRELESS DEVICE AND WIRELESS NETWORK

Docket No.: U TITLE UPLINK RESOURCE ALLOCATION IN A WIRELESS DEVICE AND WIRELESS NETWORK TITLE UPLINK RESOURCE ALLOCATION IN A WIRELESS DEVICE AND WIRELESS NETWORK CROSS-REFERENCE TO RELATED APPLICATIONS [0001] This application claims the benefit of U.S. Provisional Application No. 62/345,410,

More information

CHAPTER 14 4 TH GENERATION SYSTEMS AND LONG TERM EVOLUTION

CHAPTER 14 4 TH GENERATION SYSTEMS AND LONG TERM EVOLUTION CHAPTER 14 4 TH GENERATION SYSTEMS AND LONG TERM EVOLUTION These slides are made available to faculty in PowerPoint form. Slides can be freely added, modified, and deleted to suit student needs. They represent

More information

ETSI TS V8.1.0 ( ) Technical Specification

ETSI TS V8.1.0 ( ) Technical Specification TS 136 201 V8.1.0 (2008-11) Technical Specification LTE; Evolved Universal Terrestrial Radio Access (E-UTRA); Long Term Evolution (LTE) physical layer; General description (3GPP TS 36.201 version 8.1.0

More information

PCI Planning Strategies for Long Term Evolution Networks

PCI Planning Strategies for Long Term Evolution Networks PCI Planning Strategies for Long Term Evolution Networks Hakan Kavlak 1 and Hakki Ilk 2 1 RAN Network Consulting, Ericsson Japan K.K, Tokyo, Japan hakan.kavlak@ericsson.com 2 Ankara University, Faculty

More information

RF Channel Characterization with Multiple Antenna Systems for LTE

RF Channel Characterization with Multiple Antenna Systems for LTE RF Channel Characterization with Multiple Antenna Systems for LTE Leonhard Korowajczuk CEO/CTO CelPlan Technologies leonhard@celplan.com www.celplan.com 703-259-4022 9/18/2012 Copyright CelPlan Technologies,

More information

Performance Evaluation of LTE-Advanced Channel Estimation Techniques in Vehicular Environments

Performance Evaluation of LTE-Advanced Channel Estimation Techniques in Vehicular Environments Performance Evaluation of LTE-Advanced Channel Estimation Techniques in Vehicular Environments Noor Munther Noaman 1 and Emad H. Al-Hemiary 2 1 Information and Communication Engineering Department College

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

Interoperability Test Plan for LTE Wireless Devices

Interoperability Test Plan for LTE Wireless Devices Interoperability Test Plan for LTE Wireless Devices Version Number: 3.1 August 2018 CTIA - The Wireless Association 2018. All rights reserved. CTIA-The Wireless Association ( CTIA ) hereby grants CTIA

More information

American Journal of Engineering Research (AJER) 2015

American Journal of Engineering Research (AJER) 2015 American Journal of Engineering Research (AJER) 215 Research Paper American Journal of Engineering Research (AJER) e-issn : 232-847 p-issn : 232-936 Volume-4, Issue-1, pp-175-18 www.ajer.org Open Access

More information

IMPLEMENTATION OF TM4 INTO OAI SOFTMODEM

IMPLEMENTATION OF TM4 INTO OAI SOFTMODEM IMPLEMENTATION OF TM4 INTO OAI SOFTMODEM Joint ETSI - OSA Workshop: Open Implementations and Standardization Pre Event Training December 08 Fraunhofer Institute for Integrated Circuits (IIS) Khodr Saaifan

More information

3GPP TS V8.3.0 ( )

3GPP TS V8.3.0 ( ) TS 36.300 V8.3.0 (2007-12) Technical Specification 3rd Generation Partnership Project; Technical Specification Group Radio Access Network; Evolved Universal Terrestrial Radio Access (E-UTRA) and Evolved

More information

Understanding the 5G NR Physical Layer

Understanding the 5G NR Physical Layer November 1 st, 2017 Javier Campos NR Physical Architect RAN1 Delegate You Will Learn 3GPP NR roadmap and releases Key differences between the physical layers of LTE and NR Key new technologies in NR physical

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

ETSI TS V ( )

ETSI TS V ( ) TS 136 201 V11.1.0 (2013-02) Technical Specification LTE; Evolved Universal Terrestrial Radio Access (E-UTRA); LTE physical layer; General description (3GPP TS 36.201 version 11.1.0 Release 11) 1 TS 136

More information

Pilot Patterns for the Primary Link in a MIMO-OFDM Two-Tier Network

Pilot Patterns for the Primary Link in a MIMO-OFDM Two-Tier Network Pilot Patterns for the Primary Link in a MIMO-OFDM Two-Tier Network by Sara Al-Kokhon A thesis submitted in conformity with the requirements for the degree of Master of Applied Science Electrical and Computer

More information

RF chipset verification for UMTS LTE (FDD) with R&S SMU200A and R&S FSQ Application Note

RF chipset verification for UMTS LTE (FDD) with R&S SMU200A and R&S FSQ Application Note RF chipset verification for UMTS LTE (FDD) with R&S SMU200A and R&S FSQ Application Note Products: R&S SMU200A R&S SMU-K55 R&S EX-IQ-Box R&S FSQ R&S FSQ-K100 R&S FSQ-K101 This application note describes

More information

DRX with Quick Sleeping: A Novel Mechanism for Energy Efficient IoT using LTE/LTE-A

DRX with Quick Sleeping: A Novel Mechanism for Energy Efficient IoT using LTE/LTE-A 1 DRX with Quick Sleeping: A Novel Mechanism for Energy Efficient IoT using LTE/LTE-A Naveen Mysore Balasubramanya, Lutz Lampe, Gustav Vos and Steve Bennett Department of Electrical and Computer Engineering,

More information

Agilent Vector Signal Analysis Software Option BHD 3GPP LTE Modulation Analysis. Technical Overview and Self-Guided Demonstration

Agilent Vector Signal Analysis Software Option BHD 3GPP LTE Modulation Analysis. Technical Overview and Self-Guided Demonstration Agilent 89600 Vector Signal Analysis Software Option BHD 3GPP LTE Modulation Analysis Technical Overview and Self-Guided Demonstration 2 Table of Contents Introduction... 3 Downlink physical layer channels

More information

Politecnico di Milano Facoltà di Ingegneria dell Informazione MRN 10 LTE. Mobile Radio Networks Prof. Antonio Capone

Politecnico di Milano Facoltà di Ingegneria dell Informazione MRN 10 LTE. Mobile Radio Networks Prof. Antonio Capone Politecnico di Milano Facoltà di Ingegneria dell Informazione MRN 10 LTE Mobile Radio Networks Prof. Antonio Capone Outline 1. Introduction 2. Network Architecture 3. Radio Interface 1. Introduction All

More information

ETSI TS V ( )

ETSI TS V ( ) TS 136 216 V14.0.0 (2017-04) TECHNICAL SPECIFICATION Universal Mobile Telecommunications System (UMTS); LTE; Evolved Universal Terrestrial Radio Access (E-UTRA); Physical layer for relaying operation (3GPP

More information

Keysight Technologies M9080B & M9082B LTE & LTE-Advanced FDD/TDD

Keysight Technologies M9080B & M9082B LTE & LTE-Advanced FDD/TDD Keysight Technologies M9080B & M9082B LTE & LTE-Advanced FDD/TDD X-Series Measurement Applications for PXIe Vector Signal Analyzers Technical Overview Perform LTE plus LTE-Advanced FDD and TDD base station

More information

TEPZZ Z7Z87ZA_T EP A1 (19) (11) EP A1 (12) EUROPEAN PATENT APPLICATION. (51) Int Cl.: H04L 5/00 ( ) H04L 1/18 (2006.

TEPZZ Z7Z87ZA_T EP A1 (19) (11) EP A1 (12) EUROPEAN PATENT APPLICATION. (51) Int Cl.: H04L 5/00 ( ) H04L 1/18 (2006. (19) TEPZZ Z7Z87ZA_T (11) EP 3 070 870 A1 (12) EUROPEAN PATENT APPLICATION (43) Date of publication: 21.09.16 Bulletin 16/38 (1) Int Cl.: H04L /00 (06.01) H04L 1/18 (06.01) (21) Application number: 9719.2

More information

Lauri Pirttiaho, NMP/Oulu

Lauri Pirttiaho, NMP/Oulu Contents: General about radio communications systems 3GPP WCDMA L1, the physical layer structure Transmitting and receiving Channels Codings Procedures Not included: Lauri Pirttiaho, NMP/Oulu diversity

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

C O M PAN Y R E S T R I C T E D

C O M PAN Y R E S T R I C T E D What is 5G? It s a paradigm shift 1G~1985 2G1992 3G2001 4G2010 5G2020 Transition from analog to digital www Define use case Analyze requirements Define technology embb www Define technology framework Find

More information

Keysight LTE and LTE-Advanced FDD/TDD X-Series Measurement Application

Keysight LTE and LTE-Advanced FDD/TDD X-Series Measurement Application Keysight LTE and LTE-Advanced FDD/TDD X-Series Measurement Application N9080B and W9080B N9082B and W9082B Technical Overview Perform LTE plus LTE-Advanced FDD and TDD base station (enb) and user equipment

More information

Porting the p receiver on the ExpressMIMO Platform (LabSession OAI 2)

Porting the p receiver on the ExpressMIMO Platform (LabSession OAI 2) Porting the 802.11p receiver on the ExpressMIMO Platform (LabSession OAI 2) Introduction and Motivation OpenAirInterface Platform: Protoype Design for Software Defined Radio (SDR) Applications Support

More information

Performance Analysis of PCFICH and PDCCH LTE Control Channels

Performance Analysis of PCFICH and PDCCH LTE Control Channels RADIOENGINEERING, VOL. 23, NO. 1, APRIL 2014 445 Performance Analysis of PCFICH and PDCCH LTE Control Channels Jiří MILOŠ, Stanislav HANUS Dept. of Radio Electronics, Brno University of Technology, Technická

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

LTE and the Evolution to LTE-Advanced Fundamentals

LTE and the Evolution to LTE-Advanced Fundamentals LTE and the Evolution to LTE-Advanced Fundamentals Based on the 2 nd Edition book LTE and the Evolution to 4G Wireless Design and Measurement Challenges Presented by: Agilent Technologies Agenda Introduction

More information

LTE Long Term Evolution. Dibuz Sarolta

LTE Long Term Evolution. Dibuz Sarolta LTE Long Term Evolution Dibuz Sarolta History of mobile communication 1G ~1980s analog traffic digital signaling 2G ~1990s (GSM, PDC) TDMA, SMS, circuit switched data transfer 9,6kbps 2.5 G ~ 2000s (GPRS,

More information

5G Frame Structure. August 2017 Frank Kowalewski, Eiko Seidel Nomor Research GmbH, Munich, Germany

5G Frame Structure. August 2017 Frank Kowalewski, Eiko Seidel Nomor Research GmbH, Munich, Germany 5G Frame Structure August 2017 Frank Kowalewski, Eiko Seidel Nomor Research GmbH, Munich, Germany Summary 3GPP is currently defining physical layer technologies for 5G cellular communications. New 5G services

More information

ETSI TS V ( )

ETSI TS V ( ) TS 38 4 V5..0 (08-07) TECHNICAL SPECIFICATION 5G; NR; Physical layer procedures for data (3GPP TS 38.4 version 5..0 Release 5) TS 38 4 V5..0 (08-07) Reference DTS/TSGR-0384vf0 Keywords 5G 650 Route des

More information

Keysight Technologies LTE, LTE-Advanced FDD/TDD, NB-IoT/eMTC FDD X-Series Measurement App, Multi-Touch

Keysight Technologies LTE, LTE-Advanced FDD/TDD, NB-IoT/eMTC FDD X-Series Measurement App, Multi-Touch Keysight Technologies LTE, LTE-Advanced FDD/TDD, NB-IoT/eMTC FDD X-Series Measurement App, Multi-Touch N9080C and N9082C Technical Overview Perform LTE and LTE-Advanced FDD and TDD, and NB-IoT and emtc

More information