Centralized Unit (CU)
Where the CU Sits in the 5G RAN Split
The 5G New Radio base station, the gNB, is no longer a single monolithic box. 3GPP TR 38.801 defined eight candidate split points between the protocol layers, and the industry converged on a two-tier disaggregation: a higher-layer split (option 2, above PDCP/RLC) that separates the CU from the distributed unit, and a lower-layer split (commonly option 7-2x, inside the PHY) that separates the distributed unit from the radio unit. The CU owns RRC, the radio resource control state machine that manages connection setup, mobility, and bearer configuration; SDAP, which maps QoS flows to radio bearers; and PDCP, which handles header compression, ciphering, integrity protection, and in-order delivery during handover.
Because PDCP can buffer and reorder packets, the link below it tolerates milliseconds of transport delay rather than microseconds. That relaxed budget on the F1 interface is exactly what lets the CU be pulled back from the cell site into a centralized edge or regional cloud, while the distributed unit and radio unit stay near the antenna. A single CU instance commonly aggregates dozens of distributed units, which centralizes mobility decisions, simplifies inter-cell coordination, and concentrates the signaling toward the 5G core.
The control-plane and user-plane separation refines this further. The CU-CP terminates the NG-C interface toward the AMF and runs the RRC and control-plane PDCP, while one or more CU-UP nodes terminate NG-U toward the UPF and run SDAP and user-plane PDCP. Operators scale CU-UP capacity for data-heavy cells independently of CU-CP signaling capacity, and can place CU-UP instances at the edge for ultra-reliable low-latency services while keeping a centralized CU-CP for consistent mobility handling.
Interfaces and Latency Budgets
TF1 ≈ 1 to 10 ms ⇒ distance ≤ 80 to 200 km over fiber
Fiber propagation delay reference:
tprop ≈ 5 μs × Lkm (n ≈ 1.47, v ≈ 2.04 × 108 m/s)
F1-U user-plane stack:
F1-U = GTP-U / UDP / IP ; F1-C = F1AP / SCTP / IP
Compare fronthaul (DU–RU, eCPRI option 7-2x): T ≤ 100 μs, distance ≤ ~20 km. The CU–DU F1 link is the midhaul segment and is roughly two orders of magnitude more latency-tolerant.
CU, DU, and RU Responsibilities
| Node | Protocol layers | Split point | Southbound interface | Latency tolerance | Typical hosting |
|---|---|---|---|---|---|
| CU | RRC, SDAP, PDCP | Option 2 (above RLC) | F1 (to DU) | 1 to 10 ms | Virtualized, regional edge cloud |
| DU | RLC, MAC, High-PHY | Option 7-2x (intra-PHY) | eCPRI / Open Fronthaul (to RU) | ~100 μs | Cell-site server or local edge |
| RU | Low-PHY, RF front end | n/a (radio) | Antenna / air interface | Real-time | Tower-mounted radio unit |
| CU-CP | RRC, control-plane PDCP | E1 (to CU-UP) | NG-C (to AMF) | 1 to 10 ms | Centralized control cloud |
| CU-UP | SDAP, user-plane PDCP | E1 (to CU-CP) | NG-U (to UPF) | 1 to 10 ms | Edge or regional, scaled by traffic |
Frequently Asked Questions
What is the difference between CU-CP and CU-UP?
3GPP lets the CU split into a Control Plane (CU-CP) hosting RRC plus control-plane PDCP, and one or more User Plane (CU-UP) instances hosting SDAP plus user-plane PDCP. They are linked by the E1 interface, which carries bearer-context setup and modification. The split lets an operator scale user-plane throughput independently of control-plane signaling and push CU-UP instances toward the edge for low-latency traffic while keeping CU-CP centralized.
Which interfaces connect the CU to the DU and the core network?
Southbound, the CU reaches the distributed units over F1, split into F1-C (F1AP over SCTP/IP) and F1-U (GTP-U over UDP/IP). Northbound, it terminates NG-C to the AMF and NG-U to the UPF. When the CU is itself split, E1 links CU-CP and CU-UP, and the Xn interface connects neighboring gNBs for handover and dual connectivity. All are packet-based over routed IP, which is why the CU runs as virtualized software on commodity servers.
How much transport latency can the F1 interface between CU and DU tolerate?
The CU-DU split sits above RLC, so PDCP buffering absorbs delay and F1 one-way budgets of 1 to 10 ms are acceptable, supporting up to roughly 80 to 200 km of fiber. This is the midhaul segment. The lower-layer DU-RU fronthaul (eCPRI option 7-2x) is far stricter, demanding sub-100 microsecond latency and limiting reach to about 20 km. The relaxed F1 budget is what allows many distributed units to be pooled at one centralized CU site.