Wireless Notes
Learn handoff handover techniques with hard soft handoff, types intra-cell inter-cell inter-RAT, triggers, LTE 5G event A3, ping-pong prevention, and DAPS dual connectivity for engineering students.
Understanding handoff (handover) mechanisms in cellular systems — hard handoff, soft handoff, vertical handoff, handoff decision algorithms, and implementation across GSM, CDMA, LTE, and 5G networks.
Handoff Fundamentals
Why Handoff is Necessary
As a mobile user moves away from the serving base station:
- Signal strength decreases (path loss increases with distance)
- Signal quality degrades (increasing interference at cell edge)
- Eventually, the signal becomes too weak for reliable communication
- Simultaneously, the user approaches a neighboring cell with stronger signal
Handoff transfers the connection to the better cell before the original connection fails completely.
Handoff Decision Parameters
| Parameter | Description | Typical Threshold |
|---|---|---|
| RSSI (Received Signal Strength) | Total received power | -100 to -110 dBm (trigger) |
| RSRP (Reference Signal Received Power) | LTE-specific signal power | -120 dBm (event trigger) |
| RSRQ (Reference Signal Received Quality) | Signal quality indicator | -15 dB (poor quality) |
| SINR | Signal-to-Interference-plus-Noise | < 0 dB (handoff needed) |
| CQI | Channel Quality Indicator | Based on SINR mapping |
Handoff Margin and Hysteresis
To prevent the "ping-pong effect" (rapid back-and-forth handoff between two cells when signal strengths are nearly equal), networks use:
- Handoff margin: Target cell must be stronger by a margin (typically 2-5 dB)
- Time-to-trigger: Condition must persist for a duration (typically 40-640 ms) before handoff initiates
- Hysteresis: Once handed off, signal must drop significantly before handing back
Types of Handoff
Hard Handoff (Break-Before-Make)
The connection to the old cell is broken BEFORE the connection to the new cell is established. There is a brief interruption (20-200 ms).
Used in: GSM, LTE (intra-frequency)
Soft Handoff (Make-Before-Break)
The mobile maintains connections to BOTH cells simultaneously during the transition. The network combines signals from both cells (macro-diversity combining). Only after the new connection is stable is the old one released.
Used in: CDMA (IS-95, WCDMA/UMTS)
Soft handoff is possible in CDMA because all cells use the same frequency — the mobile can receive both signals simultaneously without retuning. In FDMA/TDMA systems, the mobile has only one receiver tuned to one frequency, making simultaneous reception from two cells on different frequencies impossible.
Softer Handoff
A special case of soft handoff where the mobile moves between sectors of the SAME cell (same base station, different directional antennas). Signal combining happens within the base station itself — no backhaul signaling required.
Vertical Handoff (Inter-RAT)
Handoff between different Radio Access Technologies:
- 5G NR ↔ LTE (most common today)
- LTE ↔ 3G UMTS (still occurs in coverage gaps)
- WiFi ↔ Cellular (for WiFi calling, WiFi offloading)
Vertical handoff is more complex because different technologies have different frame structures, timing, and signaling protocols.
Handoff Procedures by Generation
GSM Handoff (2G)
GSM uses Network-Controlled Hard Handoff (NCHO):
- Mobile measures neighbor cell signal strengths (reported every 480 ms)
- BSC collects measurements and makes handoff decision
- BSC requests channel allocation from target cell
- Network sends HANDOVER COMMAND to mobile
- Mobile tunes to new frequency/timeslot
- Mobile sends HANDOVER ACCESS burst on new channel
- Network confirms — handoff complete
Total interruption: 100-200 ms (barely perceptible in voice)
WCDMA/UMTS Soft Handoff (3G)
UMTS supports up to 3-way soft handoff (Active Set of 3 cells):
- Mobile continuously measures pilot signals from all detectable cells
- When a neighbor pilot exceeds "add threshold" → added to Active Set
- Mobile receives data from all Active Set cells simultaneously
- RNC combines uplink signals from multiple Node Bs (selection combining)
- Mobile performs maximal ratio combining on downlink from Active Set
- When a cell's pilot drops below "drop threshold" for a timer duration → removed from Active Set
Soft handoff provides ~2-3 dB gain at cell edges (diversity gain) but consumes extra capacity (same data transmitted by multiple cells).
LTE Handoff (4G)
LTE uses hard handoff but with preparation that minimizes interruption:
Measurement → Decision → Preparation → Execution
- Measurement: UE measures RSRP/RSRQ of serving and neighbor cells (event-triggered reporting)
- Decision: Serving eNodeB decides handoff based on measurement reports
- Preparation: Serving eNodeB contacts target eNodeB via X2 interface; target allocates resources
- Execution: UE receives RRC Reconfiguration message with target cell parameters; UE performs synchronization with target; interruption ~30-50 ms
LTE handoff is faster than GSM because:
- Direct X2 interface between eNodeBs (no central controller bottleneck)
- Preparation happens before break (resources pre-allocated)
- No frequency retuning needed for intra-frequency handoff
5G NR Handoff
5G NR introduces additional complexity:
- Beam-level mobility: Within a cell, beam switching occurs before cell handoff
- Dual connectivity: Maintain LTE + NR connections simultaneously
- Conditional handoff: UE executes handoff autonomously when conditions met (reducing latency)
- DAPS (Dual Active Protocol Stack): UE maintains connections to source and target during handoff (like soft handoff for 5G)
Handoff Comparison Table
| Feature | Hard Handoff | Soft Handoff | LTE X2 Handoff | 5G Conditional |
|---|---|---|---|---|
| Interruption | 100-200 ms | ~0 ms | 30-50 ms | ~0 ms (goal) |
| Simultaneous links | 1 | 2-3 | 1 | 1-2 (DAPS) |
| Network load | Normal | Higher (duplicate TX) | Normal | Normal |
| Complexity | Low | High (combining) | Medium | Medium-High |
| Cell edge gain | None | 2-3 dB diversity | None | Minimal |
| Technology | GSM, LTE | CDMA, WCDMA | LTE | 5G NR |
Handoff Failures and Optimization
Common Failure Causes
| Cause | Result | Solution |
|---|---|---|
| Late handoff trigger | Signal too weak before handoff starts | Lower trigger threshold |
| Too-early handoff | Unnecessary handoff, ping-pong | Increase hysteresis |
| Target cell congested | No resources available at target | Admission control, load balancing |
| Uplink failure | Measurement reports not received | Faster reporting, larger margin |
| Radio link failure | Connection lost during execution | Timer-based recovery procedure |
Self-Optimizing Networks (SON)
Modern networks use SON algorithms that automatically tune handoff parameters based on performance statistics:
- Too many late handoffs → reduce trigger threshold
- Too many ping-pongs → increase hysteresis
- Too many failures at specific cell boundary → adjust antenna tilt
Key Takeaways
- Handoff transfers an active connection from one cell to another as the user moves — it is the mechanism that makes mobility possible in cellular networks
- Hard handoff (break-before-make) causes brief interruption but is simpler; soft handoff (make-before-break) provides uninterrupted service but uses more resources
- Hysteresis and time-to-trigger prevent ping-pong effect where the mobile oscillates rapidly between two cells at the boundary
- CDMA systems uniquely support soft handoff because all cells share the same frequency — the mobile can listen to multiple cells simultaneously
- LTE uses prepared hard handoff with X2 direct communication between eNodeBs, achieving ~30-50 ms interruption
- 5G NR introduces conditional handoff (UE decides autonomously) and DAPS (dual protocol stacks) to achieve near-zero interruption even with hard handoff
- SON algorithms automatically optimize handoff parameters based on real-time network performance, reducing manual tuning effort
Exam Focus
Revise definitions, diagrams, examples, and short-answer points for Handoff Techniques in Cellular Networks.
Interview Use
Prepare one clear explanation, one practical example, and one common mistake for this Wireless Communications topic.
Search Terms
wireless-communications, wireless communications, wireless, communications, cellular, networks, handoff, techniques
Related Wireless Communications Topics