Beam Report
Understanding Beam Reports
Beam reports are the feedback mechanism that closes the loop in 5G NR beam management. Without accurate, timely beam reports, the gNB cannot know which Tx beam provides the best link to each UE. The report design balances measurement accuracy (more bits per beam, more beams reported) against uplink overhead (bits consumed on PUCCH/PUSCH that could carry user data).
The differential RSRP encoding is a key design choice: only the best beam's RSRP uses the full 7-bit absolute representation. Additional beams are encoded as offsets from the best, requiring only 4 bits each. This reduces a 4-beam report from 28 bits (4 × 7) to 19 bits (7 + 3 × 4), a 32% overhead reduction with minimal information loss.
Report Encoding Format
7 bits: −140 to −44 dBm
Resolution: 1 dB, 97 levels
RSRP = −140 + reported_value
L1-RSRP (differential, other beams):
4 bits: 0 to −30 dB
Resolution: 2 dB, 16 levels
RSRPn = RSRPbest + diff_value
L1-SINR (optional):
7 bits: −23 to +40 dB
Resolution: 0.5 dB, 128 levels
Report Size Examples:
1 beam, RSRP: 4 (SSBRI) + 7 = 11 bits
4 beams, RSRP: 4×4 + 7 + 3×4 = 35 bits
4 beams, RSRP+SINR: 35 + 4×7 = 63 bits
Report Transport Comparison
| Feature | UCI (PUCCH/PUSCH) | MAC CE |
|---|---|---|
| Max beams | 4 (nrofReportedRS) | 8 |
| Trigger | Periodic / aperiodic DCI | Scheduled on PUSCH |
| Latency | 1–2 slots (~0.5–1 ms) | 3–10 ms |
| Overhead | Low (11–63 bits) | Variable (larger) |
| Use case | Fast beam tracking | Comprehensive update |
Frequently Asked Questions
Report contents?
SSBRI/CRI (beam ID), 7-bit absolute L1-RSRP (best beam, −140 to −44 dBm), 4-bit differential RSRP (others, 0 to −30 dB, 2 dB steps). Optional L1-SINR (7-bit, −23 to 40 dB). 1 to 4 beams per report.
Transport mechanisms?
UCI on PUCCH/PUSCH: periodic or DCI-triggered, 0.5 to 1 ms latency, up to 4 beams. MAC CE: higher capacity (8 beams), 3 to 10 ms latency, multiplexed with PUSCH data. Rel-16 adds group-based reporting.
gNB usage?
Serving beam selection (TCI update), beam switching (hysteresis 3 to 6 dB), BFD-RS configuration, MU-MIMO spatial pairing, and inter-cell handover preparation. Report-to-action latency: 5 to 20 ms.