The transition from 4G LTE to 5G New Radio (NR) represents more than just a spectral upgrade; it is a fundamental re-architecting of the Radio Access Network (RAN). While legacy base stations were monolithic hardware blocks, 5G architectures utilize functional disaggregation and software-defined virtualization to enable massive scale and low-latency performance.

Functional Split & Latency Lab

Disaggregated RAN Topology Simulator

Real-Time Stats
Fronthaul Latency
30.0 ms
Throughput Heavy
CENTRALIZATION GAIN70%

Engineering Tip: Placing the DU at the Cell Site minimizes latency for real-time HARQ processing, essential for high-speed mobility.

Cell Site (Local)
RU
DU
CU
Regional Edge
DU
CU
Central Cloud
DU
CU
Radio Unit
Dist. Unit
Central Unit

Monolithic RAN (Legacy)

  • •ó Single-vendor proprietary hardware
  • •ó Rigid capacity coupling
  • •ó High CAPEX/OPEX for footprint
  • •ó Static orchestration

OpenRAN (Next-Gen)

  • •ó Multi-vendor interoperability
  • •ó CU/DU functional splits
  • •ó COTS (Commercial Off-The-Shelf) hardware
  • •ó AI-driven RIC orchestration

1. The 5G Functional Split (3GPP Option 2)

In 5G, the traditional base station (gNB) is split into three primary logical entities to allow for more efficient processing and centralized management:

ComponentFunctional Split (O-RAN 7-2x)Primary Responsibility
CU (Central Unit)Upper L3 / L2 (Option 2)RRC/PDCP/SDAP. High-level protocol processing and security.
DU (Distributed Unit)High-PHY / MAC / RLC (Option 7)Scheduling, HARQ, FEC, and FFT/iFFT processing.
RU (Radio Unit)Low-PHY / RF (7-2x Split)Beamforming, Precoding, Filter, and DAC/ADC conversion.

Engineering Math: Fronthaul Capacity

The eCPRI (Enhanced Common Public Radio Interface) throughput depends on the sampling rate and number of antennas. For a 100MHz 5G carrier with 4x4 MIMO:

BW_{ecpri} = N_{antennas} \times f_{sampling} \times N_{bits} \times 2 \text{(I / Q)}

\approx 4 \times 122.88 \text{MHz} \times 15 \text{bits} \times 2 = 14.7 \text{Gbps}

*This is why 25G and 100G Ethernet are the baseline for 5G fronthaul networks.

"The 7-2x split is the strategic choice for OpenRAN because it balances the bandwidth of the fronthaul with the complexity of the Radio Unit. By moving the Resource Element Mapping to the RU but keeping the FEC in the DU, we achieve optimal multi-vendor interoperability."

2. OpenRAN: Breaking the Vendor Lock-in

OpenRAN takes disaggregation a step further by mandating open interfaces between these components. Specifically, the 7-2x split (O-RAN Front-haul) ensures that a Radio Unit from Vendor A can communicate seamlessly with a Distributed Unit from Vendor B.

Core OpenRAN Interfaces

Front-haul (eCPRI):

The low-latency link between RU and DU, carrying digitized IQ data.

Mid-haul (F1 Interface):

The 3GPP-standardized connection between the CU and the DU.

Back-haul (NG Interface):

The connection between the RAN Central Unit and the 5G Core (5GC).

3. The RAN Intelligent Controller (RIC)

Perhaps the most innovative component of OpenRAN is the RIC. It acts as the "brain," using AI/ML to optimize radio resources in real-time.

  • Near-Real-Time RIC: Operates on loops of 10ms to 1s. Responsible for interference management and load balancing.
  • Non-Real-Time RIC: Operates on loops > 1s. Handles policy management and long-term network analytics.

This programmable layer allows operators to deploy xApps and rApps—modular software applications that can be swapped out to improve specific performance metrics without upgrading the entire radio stack.

4. Precision Timing & Synchronization

In a disaggregated RAN, the RU and DU are often separated by kilometers of fiber. However, they must remain perfectly synchronized in frequency and phase to support advanced features like Massive MIMO.

SyncE (Synchronous Ethernet)

Frequency synchronization. It passes a stable clock signal across the physical layer (L1) of the Ethernet link.

PTP (Precision Time Protocol)

Phase/Time synchronization (IEEE 1588v2). Required for TDD (Time Division Duplexing) where UL/DL share the same frequency.

For 5G NR, Class C (30ns) or Class D (5ns) clocks are required in the Fronthaul switches to ensure that the time error from the Grandmaster clock to the RU stays within the 1.5┬╡s limit.

5. Network Slicing at the Edge

The RIC enabling OpenRAN allows for Radio Resource Slicing. Instead of treating all traffic equally, the DU can partition its scheduling resources (PRBs - Physical Resource Blocks) to guarantee performance for specific use cases.

  • uRLLC Slice: High priority, low latency for autonomous vehicles or industrial robotics.
  • eMBB Slice: High throughput for 4K/8K video streaming and mobile broadband.
  • mMTC Slice: Optimized for battery life and massive connectivity for IoT sensors.

Conclusion: The Software-Defined Radio Future

OpenRAN is moving the telecommunications industry closer to the IT world. By treating the RAN as a series of containerized microservices (CU/DU), operators can finally use CI/CD pipelines to deploy radio features. The challenge remains the strict performance requirements of the "Physical Layer" which still demands highly optimized hardware and nanosecond-level timing accuracy.

Share Article

Technical Standards & References

REF [3GPP-TS-38.401]
3GPP (2023)
NG-RAN; Architecture Description
Base technical specification for the 5G Radio Access Network architecture.
VIEW OFFICIAL SOURCE
REF [ORAN-WG4]
O-RAN Alliance (2022)
Open Front-haul Interface Specification
Defines the 7-2x functional split between the DU and RU.
VIEW OFFICIAL SOURCE
REF [ITU-T-G.8273.2]
ITU-T (2020)
Timing characteristics of telecom boundary clocks and telecom time slave clocks
Standard for synchronization accuracy in packet-based fronthaul networks.
Mathematical models derived from standard engineering protocols. Not for human safety critical systems without redundant validation.

Related Engineering Resources