telecom • networking • design

an EventHelix.com blog


Leave a comment

LTE X2 Handover Sequence Diagrams

Let’s examine the X2 Handover in detail. We look at the X2 handover signaling procedure through sequence diagrams that focus on different aspects of the procedure.

The sequence diagrams presented here were generated with EventStudio System Designer.

LTE X2 Handover

Full signaling details are presented here.

Overview

Now we examine the same flow at a higher level of abstraction. The diagram focuses on the interactions between the mobile, eNodeBs and the MME/SGW.

UE Interactions

We now explore the signaling procedures that involve the UE.

Source eNodeB Role

Examine the interactions that involve the eNodeB that initiated the handover.

Target eNodeB Role

We now look at the interactions involving the eNodeB that will be serving the UE after the handover.

RRC Signaling the X2 Handover

The Radio Resource Control (RRC) signaling between the UE and the eNodeBs is covered here.

X2AP Signaling Between eNodeBs

X2AP is used for signaling between the eNodeBs. Here we examine the X2AP interactions.

Data Path Changes During an X2 Handover

The data path switching goes through several steps to accomplish a seamless handover.


Leave a comment

LTE X2 Handover Between eNodeBs Served by the same MME

LTE eNodeBs can directly communicate with other eNodeBs on the X2 interface. The X2 interface is used to perform a handover between eNodeB.

The messaging in X2 handover is detailed in LTE X2 Handover Presentation. A few excerpts from the presentation as shown below.

X2 Handover Sequence Diagram

The X2 handover flow is shown in the following sequence diagram:

Figure 1 X2 Handover Sequence Diagram

Handover Preparation

The handover procedure is triggered by the X2AP Handover Request message. The RABs to be handover over are sent from the source eNodeB to the target eNodeB.

Figure 2X2AP Handover Request

The target eNodeB then admits the user and responds with X2AP Handover Request Acknowledge message. This message contains a transparent container that carries the Handover Command message that needs to be sent to the UE.

Figure 3 X2AP Handover Request Acknowledge

The source eNodeB sends the handover command to the UE. It then sends sequence number information to the target eNodeB.

The target eNodeB then requests the MME to switch the path from the source eNodeB to target eNodeB.

Handover Execution

Figure 4 S1AP Path Switch Request

This was an overview of the messaging involved in the X2 handover. For details refer to the LTE X2 Handover Presentation.


Leave a comment

LTE Video Presentations

OFDM Time Frequency Multiplexing

Rohde & Schwarz‘s presentations provide an excellent introduction to LTE. The presentations are accompanied with an audio narration. The topics covered are covered:

  1. LTE Introduction
    • Motivations for LTE
    • LTE market and background
    • Requirements
    • Evolution path to LTE
  2. LTE Parameters and Downlink Modulation
    • LTE parameters and frequency bands
    • What is OFDMA?
    • OFDMA multiple access and downlink frame structure
    • OFDMA transmit and receive chains
  3. OFDMA and Downlink Frame Structure Details
    • Downlink OFDMA time-frequency multiplexing
    • LTE Spectrum Flexibility and Bandwidth
    • FDD downlink frame structure detailed
    • TDD frame structure
  4. SC-FDMA and LTE Uplink
    • Introduction to SC-FDMA and uplink frame structure
      • Marriage of single carrier transmission and FDMA
    • Uplink SC-FDMA tranmsit and receive chains
    • Peak to Average Power Ratio (PAPR) comparison with SC-FDMA and OFDMA
  5. Network and Protocol Architecture
    • LTE/SAE network architecture
    • EPC -Evolved Packet Core
    • Base Station control plane and user plane protocol stacks
    • EPC protocol stacks
  6. Channel Mapping and UE Categories
    • Logical and transport channel mapping in downlink and uplink
    • LTE UE Categories
  7. Initial Cell Search and Cell Selection
    • Downlink physical channels and signals
    • Cell Search and Selection in LTE
      • Primary synchronization signal
      • Secondary synchronization signal
      • Reference signals
  8. System Information
    • Downlink reference signal details
    • Master Information Block on PBCH
    • System Information on DL-SCH
  9. Random Access Procedures and EPS Bearer Setup
    • Random access preamble transmission to eNodeB
    • Random access response from eNodeB
    • Resource allocation and contention resolution
    • Signaling on PDCCH
    • Hybrid ARQ
    • RRC Connection Setup and EPS Bearer Setup
  10. Uplink Channels and Signals
    • Uplink physical channels and signals
    • PU-SCH: Physical Uplink Shared Channel
    • Uplink assignment signaling on PDCCH
    • Uplink frequency hopping
    • PUCCH
  11. LTE Mobility and MIMO Introduction
    • Intra MME Handover over the X2 interface
    • RRC States
    • MIMO Basics
      • Transmit diversity
      • Spatial multiplexing
      • Beamforming
  12. Downlink and Uplink MIMO in LTE
    • Downlink MIMO modes
      • Transmit diversity
      • Spatial multiplexing
      • Cyclic delay diversity
      • Beam forming
    • Spatial multiplexing downlink transmitter chain
      • Code book based precoding
    • Uplink MIMO
      • Uplink transmit antenna selection
      • Multi-user MIMO
  13. eNodeB and UE Performance Requirements
    • eNodeB modulation quality measurements
    • eNodeB performance requirements
    • UE performance requirements
  14. UE Certification and Field Trials
    • LTE terminal testing stages
    • LTE terminal certification
    • LTE field trial scenarios


1 Comment

SCTP connection setup, reconfiguration and release

Stream Control Transmission Protocol (SCTP) connection setup, reconfiguration and release

Stream Control Transmission Protocol (SCTP) connection setup, reconfiguration and release

Stream Control Transmission Protocol (SCTP) is a relatively new transport layer in the IP Protocol Stack. In an LTE network, SCTP is used to provide guaranteed message delivery between the MME and eNodeB.

SCTP belongs to the SIGTRAN protocol family and has been used as the transport layer for carrying telecom signaling over IP. SCTP provides a reliable transport service that operates at message level (unlike TCP that provides a byte stream
interface with no message boundaries).

SCTP allows multiple message streams to be exchanged on a single SCTP connection. Data from multiple streams can be sent in a single SCTP message as chunks. Selective acknowledgements are supported at individual chunk level.

SCTP protocol allows dynamic configuration of the IP addresses. Similar to SS7, SCTP can be switched over from one link to another. SCTP supports a make-before-break changeover, i.e. the packet stream is moved before removing the link that needs to be taken out of service.

In this sequence diagram we will be examining some of the features of SCTP.

  1. SCTP Connection establishment.
  2. SCTP data exchange and selective acknowledgement.
  3. Addition of a new IP address to an SCTP connection.
  4. Switching over to the new IP address.
  5. Removing the old IP address.
  6. SCTP connection release

SCTP Connection Setup, Reconfiguration and Release


2 Comments

LTE Attach and Default Bearer Setup

LTE reduces the latency in attach and PDP context activation. Attach and default bearer context setup take place almost in parallel.

The parallel procedures result in more complicated signaling messages. The messages involved in these procedures are explained here.

 

LTE Attach and Default Bearer Setup

Follow

Get every new post delivered to your Inbox.

Join 82 other followers