Handover and Mobility
Seamless Mobility in Cellular Networks
A defining feature of cellular systems is that users move between cells without dropping their connections. The handover (or handoff) procedure transfers a user's radio resources from a source cell to a target cell. Getting this right is a delicate balance: trigger the handover too early and the user ping-pongs back and forth between cells, wasting signalling resources; trigger it too late and the user drops the connection due to poor signal quality. The key parameters — hysteresis margin and time-to-trigger — must be tuned to the user's velocity and the propagation environment. 3GPP defines precise measurement events (A1--A6) that govern when handover is initiated, with the A3 event being the most fundamental.
Definition: A3 Event and Handover Trigger
A3 Event and Handover Trigger
The A3 event in 3GPP (LTE/NR) is the standard intra-frequency handover trigger. It fires when the neighbouring cell's reference signal received power (RSRP) exceeds the serving cell's RSRP by a hysteresis margin for a sustained duration:
for a continuous duration of (time-to-trigger).
The handover parameters are:
- Hysteresis margin (dB): prevents handover due to small signal fluctuations. Typical range: 1--6 dB.
- Time-to-trigger (ms): the A3 condition must hold continuously for this duration before the handover is initiated. Typical values: 40--640 ms.
- Layer-3 filtering coefficient : smooths the RSRP measurements to reduce noise-induced triggers.
Other 3GPP events include A1 (serving becomes better than threshold), A2 (serving becomes worse than threshold), A4 (neighbour becomes better than threshold), A5 (serving worse and neighbour better than respective thresholds), and A6 (neighbour becomes offset better than secondary cell).
Definition: Ping-Pong Handover
Ping-Pong Handover
A ping-pong handover occurs when a user repeatedly hands over between two cells within a short time interval. Formally, a handover from cell to cell followed by a return handover from to within a time window (typically 1--5 seconds) is classified as a ping-pong.
The ping-pong rate is the fraction of handovers that are ping-pong:
Ping-pong rate increases with UE velocity (more frequent cell boundary crossings), decreases with larger hysteresis margin, and decreases with longer TTT.
Theorem: Handover Rate and Ping-Pong Trade-Off
Consider a UE moving at velocity through a cellular network with average cell radius . Under a simplified model with Poisson-distributed cell boundary crossings, the handover rate is:
The handover failure probability increases with velocity because the handover preparation time may exceed the time the UE spends in the overlapping coverage zone:
where is the width of the handover region. The ping-pong probability increases as:
showing that both hysteresis and TTT suppress ping-pong, but at the cost of increased handover delay and potential failures.
The handover rate scales linearly with velocity — a UE at 120 km/h crosses cell boundaries 4 times more often than at 30 km/h. The hysteresis margin prevents handover unless the target cell is definitively stronger, while the TTT ensures this condition is not transient. However, excessive hysteresis or TTT delays the handover so much that the UE leaves the source cell's coverage before the handover completes, causing a radio link failure (RLF).
Handover rate from geometric probability
For a UE moving in a random direction at speed through a PPP network with intensity , the rate of crossing Voronoi cell boundaries is (from stochastic geometry):
With (relating density to cell radius):
Ping-pong analysis
A ping-pong occurs when shadow fading causes a transient A3 event. The probability that a shadow-fading fluctuation exceeds is . The TTT provides additional filtering: the fluctuation must persist for duration , which requires the UE to remain in the transition zone. Combining:
showing the joint effect of hysteresis and TTT.
Optimal parameter design
The optimal and minimise a cost function balancing ping-pong rate and handover failure:
This is typically solved via mobility robustness optimisation (MRO), a self-organising network (SON) function in LTE/NR.
A3 Handover Event with Hysteresis and TTT
Handover Analysis
Explore the trade-off between handover robustness and ping-pong rate. Adjust the hysteresis margin, time-to-trigger, and UE velocity to observe their effects on the handover success rate, ping-pong rate, and handover delay. Higher velocity requires faster handover execution but also increases the risk of ping-pong due to more frequent cell boundary crossings. The simulation shows the RSRP traces from two cells and the resulting handover decisions.
Parameters
A3-Event Handover Procedure
Complexity: per measurement period, where is the number of monitored cells (typically 8--32 in LTE/NR).In 5G NR, conditional handover (CHO) prepares multiple target cells in advance, reducing the handover execution time and failure probability at high velocities.
Example: Handover Parameter Optimisation
A UE travels at km/h through a network with cell radius m and shadow fading standard deviation dB.
(a) Compute the expected handover rate. (b) With dB, estimate the ping-pong probability (using as a first-order approximation). (c) If ms, compute the distance travelled during the TTT and assess whether this is acceptable for the given cell size. (d) Recommend parameters for a high-speed scenario ( km/h).
Handover rate
(a) km/h m/s.
HO/s
About 1 handover every 47 seconds, or 76 HO/hour.
Ping-pong probability
(b) .
About 35% of handovers would be ping-pong with 3 dB hysteresis — this is unacceptably high.
TTT distance
(c) Distance during TTT: m.
This is only 0.5% of the cell radius — very small, leaving ample margin for handover completion.
High-speed recommendations
(d) At 120 km/h ( m/s):
- HO rate doubles to 0.042/s (152 HO/hour)
- Distance during TTT: 5.33 m (still 1.1% of )
- Recommend increasing to 5 dB to reduce :
- Consider reducing to 100 ms to prevent late handovers at high speed.
Quick Check
What is the effect of increasing the time-to-trigger in the A3 handover event?
It reduces both the ping-pong rate and the handover failure rate
It reduces the ping-pong rate but increases the risk of handover failure
It has no effect on handover performance
It reduces the handover rate proportionally
A longer requires the A3 condition to hold for more time before triggering, filtering out transient fluctuations (reducing ping-pong). However, this delays the handover, and at high velocities the UE may leave the source cell's coverage before the handover completes.
Common Mistake: Handover Parameters Must Be Adapted to Velocity
Mistake:
Using fixed dB and ms for all users regardless of their mobility state.
Correction:
At high speed ( km/h), the time the UE spends in the handover overlap zone is shorter, requiring faster handover execution. 3GPP NR defines mobility states (normal, medium, high) with speed-dependent parameter scaling:
- Normal ( km/h): dB, ms
- Medium (-- km/h): dB, ms
- High ( km/h): dB, ms
Additionally, 5G NR introduces conditional handover (CHO) that pre-prepares multiple target cells, reducing handover interruption time from 40--60 ms to 0 ms (make-before-break).
Handover (Handoff)
The process of transferring an active connection from one cell to another as the user moves. In LTE/NR, the A3 event triggers handover when the target cell's RSRP exceeds the source cell's RSRP by the hysteresis margin for the time-to-trigger duration.
Related: Ping-Pong Handover, A3 Event
Ping-Pong Handover
A handover followed by a rapid return handover to the original cell, typically caused by shadow fading fluctuations or insufficient hysteresis margin. Ping-pong wastes radio resources, increases signalling load, and degrades user experience through repeated interruptions.
Related: Handover (Handoff)
A3 Event
A 3GPP-defined measurement event where the neighbour cell's measured signal strength exceeds the serving cell's by a configured hysteresis margin. When the A3 condition persists for the time-to-trigger duration, the UE sends a measurement report and the network initiates handover.
Related: Handover (Handoff), Ping-Pong Handover