Cloud RAN
Understanding Cloud RAN
Traditional cellular networks deploy a dedicated baseband unit at every cell site, each sized for peak traffic capacity. In urban environments with hundreds of small cells, this creates massive hardware redundancy since peak traffic across all cells never occurs simultaneously. Cloud RAN eliminates this waste by centralizing BBUs in a shared pool. Statistical multiplexing of traffic across 10 to 100 cells means the pool needs only 50 to 70% of the total capacity of individual BBUs, saving both capital expenditure and operational cost (power, cooling, site rental). China Mobile pioneered large-scale C-RAN deployment starting in 2014, pooling baseband for over 300,000 sites by 2020.
The enabling technology for Cloud RAN is the fronthaul network connecting radio heads to the centralized BBU pool. Traditional CPRI (Common Public Radio Interface) digitizes the analog IQ samples from each antenna element and transports them as a constant-bit-rate stream over fiber. This works well for LTE 2x2 MIMO (2.46 Gbps per 20 MHz sector) but becomes impractical for 5G massive MIMO: a 100 MHz, 64T64R sector would require 157 Gbps. The eCPRI standard and O-RAN split option 7-2x solve this by performing partial PHY processing at the radio site (beamforming, FFT/IFFT), sending frequency-domain data instead of time-domain samples, reducing bandwidth by 5 to 10 times. This shift enabled the transition from dedicated CPRI hardware to standard Ethernet switches and routers for fronthaul transport.
Fronthaul Bandwidth Equations
BWCPRI = Nant × BWRF × 2 × Nbits × fs × (16/15) × (10/8)
eCPRI Bandwidth (split 7-2x):
BWeCPRI ≈ BWCPRI / (5 to 10) (frequency-domain compression)
BBU Pooling Gain:
Gpool = 1 - Npool / (Nsites × Cpeak)
Where Nant = antenna ports, BWRF = channel bandwidth, Nbits = sample width (15 to 16 bits), fs = sampling rate, 16/15 = CPRI control overhead, 10/8 = line coding. Example: 2 antennas, 20 MHz, 15 bits, 30.72 MHz sampling = 2.46 Gbps per sector.
RAN Architecture Comparison
| Architecture | Baseband Location | Transport | Latency Budget | Key Benefit |
|---|---|---|---|---|
| D-RAN (distributed) | Cell site | Backhaul (IP/MPLS) | 10 to 30 ms | Simple, no fronthaul needed |
| C-RAN (centralized) | Central office | CPRI fiber | <100 μs | BBU pooling, CoMP |
| vRAN (virtualized) | Edge data center | eCPRI/Ethernet | <250 μs | COTS hardware, flexible |
| O-RAN (open) | Edge cloud (O-DU/O-CU) | Open fronthaul (7-2x) | <250 μs | Multi-vendor, RIC AI/ML |
| Hybrid | Split (lower at site) | eCPRI + backhaul | Variable | Balances BW and latency |
Frequently Asked Questions
What is the difference between Cloud RAN and distributed RAN?
D-RAN places a dedicated BBU at each cell site, sized for peak capacity. Cloud RAN pools BBUs centrally, achieving 30 to 50% resource savings via statistical multiplexing. Cell sites simplify to radio heads plus fronthaul. The tradeoff is fronthaul bandwidth: CPRI needs 10 to 25 Gbps per sector with sub-100 μs latency, exceeding backhaul by 10 to 50 times.
What are the fronthaul bandwidth requirements?
CPRI carries raw IQ samples, scaling linearly with antennas and bandwidth: 2.46 Gbps for LTE 2x2 MIMO 20 MHz, but 157 Gbps for 5G 64T64R 100 MHz. eCPRI with O-RAN split 7-2x sends frequency-domain data, reducing bandwidth 5 to 10x. A 64-port 100 MHz sector needs approximately 10 to 25 Gbps eCPRI, transportable over standard 25GbE or 100GbE Ethernet.
How does O-RAN relate to Cloud RAN?
O-RAN extends C-RAN by disaggregating the RAN into open components: O-RU (radio), O-DU (lower baseband), and O-CU (higher baseband), running as VNFs on COTS x86 servers. Open interfaces allow multi-vendor mixing, reducing lock-in and costs 30 to 40%. The RAN Intelligent Controller (RIC) adds AI/ML-based real-time optimization.