Pith. sign in

REVIEW 3 major objections 5 minor 7 references

Energy Profiling and Analysis of 5G Private Networks: Evaluating Energy Consumption Patterns

T0 review · 3 major / 5 minor · reviewed 2026-08-12 · deepseek-v4-flash

Pith's one-line read The paper reports the first experimental energy profiling of individual private 5G components, showing the software-based core is the dominant energy consumer while the radio front-end costs a fraction of a watt-hour.

desk verdict A genuinely useful per-component energy profile of a private 5G lab network, but the headline Wh numbers are uninterpretable without phase durations and sampling details. read the letter →

arxiv 2412.01634 v1 pith:KHJUHROY submitted 2024-12-02 eess.SY cs.SY

classification eess.SYcs.SY
keywords private5GenergyprofilingnetworkconsumptionOpenAirInterfaceO-RANcoreradioaccess6Gsustainability
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

This paper attempts to establish a first experimental energy breakdown for a private 5G network by profiling the network core and the radio unit separately under idle, attach, and data-transfer conditions. Using a socket-level power meter, it reports that the software-based core (an OAIBox server) is the dominant consumer, drawing about 6.91 Wh at idle and an additional 9.58 Wh during a downlink burst, while the radio (a USRP B210) draws about 0.23 Wh at idle and 0.30 Wh in the same burst. The point of the measurement is to show where energy actually goes in a small standalone private network, so that sustainability engineering for 5G and 6G can target the right component. A careful reader would care because private 5G is entering hospitals and factories, where both energy cost and carbon footprint matter.

What carries the argument

The work is carried by a socket-level power-measurement chain plus a staged network-state protocol. A Netio PowerBox 4KF samples voltage, current, and true power factor for each device and publishes the values over MQTT; an Ubuntu VM subscribes, computes instantaneous power as $P = V \cdot I \cdot pf$, and stores the time series in InfluxDB, from which Grafana renders the curves. In parallel, the experimenter steps the private 5G network through defined states (core off, core on, gNB on, UE attached, modem active, iPerf downlink, iPerf uplink) so that the energy difference between consecutive steps can be attributed to a single component or action. The OAIBox Max provides the 5G core and gNB software, the USRP B210 acts as the radio front-end, a Quectel modem is the UE, and iPerf generates the traffic.

What would settle it

Repeat the staged experiment with a high-frequency wattmeter (1 Hz or faster) logging the OAIBox and USRP power continuously, and compare the integrated energy of the downlink phase against the paper's 9.58 Wh core and 0.30 Wh radio figures; if the integrated totals differ by more than the meter's rated accuracy, the reported profiles are artifacts of the measurement window.

Watch

Extended reading notes

Core claim

On the paper's own terms, the discovery is that per-component energy profiling of a private 5G network is practical and yields a clear rank order: the 5G core, running Open Air Interface software on a commodity server, uses roughly 6.91 Wh while idle and grows by about 9.58 Wh during a downlink iPerf burst, whereas the USRP B210 radio uses about 0.23 Wh idle and adds only 0.30 Wh in the same burst. The authors step through nine network states — idle, core start, gNB start, UE plug-in, modem activation, server start, downlink, return, and uplink — and attribute the meter readings to the OAIBox and USRP separately. They conclude that the core is the energy bottleneck in a laboratory-scale private 5G network and that this component-level view, which existing optimization studies do not provide, is a necessary input for designing energy-efficient private 5G and 6G architectures.

Load-bearing premise

The central numbers stand on the unstated assumption that the power meter's sampling and the phase timing capture the true energy of each step; the paper reports neither the sampling interval nor how the Wh values were integrated, so missed transients could shift the deltas.

Editorial extensions

If this is right

  • If these profiles hold, energy-optimization work for private 5G should focus on the core/gNB software: its idle draw of 6.91 Wh is the largest fixed cost in the small setup.
  • Traffic is the main variable cost on the core, with a downlink burst adding about 9.58 Wh and uplink a similar 9.63 Wh, so traffic shaping or burst scheduling on the core could yield measurable savings.
  • The radio front-end's tiny delta (0.30 Wh downlink, 0.28 Wh uplink) suggests that radio-side optimization alone will not move the total bill much in a single-cell private network.
  • The same measurement chain can be applied to additional components, such as edge nodes or UEs, to extend the breakdown toward a full private-network energy budget.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • I would expect the core's dominance to shrink in a real multi-cell deployment with more radios, but the per-cell figures here suggest the core-server share stays substantial because the radio is so cheap per unit.
  • The reported Wh values are phase-integrated, not power readings; normalizing to average watts or energy per transferred bit would allow direct comparison with other testbeds and could be done from the stored InfluxDB data.
  • A natural next experiment is to test whether the core's idle draw can be reduced by container-level scaling or sleep modes, since the 1.93 Wh jump at core start and 0.81 Wh at UE plug-in indicate which state transitions cost energy.
Share X Bluesky LinkedIn Reddit HN

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, and a circularity audit.

Referee Report

3 major / 5 minor

Summary. The paper reports an experimental energy profiling study of the components of a private 5G network built from an OAIBox (5G core plus gNB) and a USRP B210 (radio unit), with a Quectel modem as the UE. Using a Netio PowerBox 4KF and an MQTT/InfluxDB/Grafana pipeline, the authors measure energy consumption under idle, core start, gNB start, UE attach, modem activation, iperf downlink, and iperf uplink conditions at 20 MHz bandwidth. The headline results are an idle OAIBox consumption of about 6.91 Wh, USRP consumption of 0.23 Wh, and downlink-related increases of about 9.58 Wh (OAIBox) and 0.30 Wh (USRP), with similar uplink values. The paper concludes that the core, rather than the radio, dominates the additional energy cost of user-plane traffic and calls for further profiling in real-world multi-access-point deployments.

Significance. If the measurements are trustworthy, the paper provides a useful first look at component-level energy breakdowns in private 5G systems, which is relevant to O-RAN and green 6G research. The chosen open-source testbed (OAI, USRP, Netio) is well suited to this purpose, and the data-collection pipeline is described in enough architectural detail to be reimplemented. However, the significance is currently limited because the reported energy values lack the measurement metadata necessary for verification: step durations, sampling rates, integration method, and uncertainty are all absent. In its present form, the central quantitative conclusions about which component dominates under traffic are not reproducible, and the paper should not be accepted without addressing these omissions.

major comments (3)
  1. [Section 4, Figure 2] The reported step-wise energy increments (e.g., OAIBox +9.58 Wh in downlink, +1.68 Wh in modem activation, +1.93 Wh in core start) are unnormalized by phase duration. Since Wh is time-integrated power, these values are comparable only if each step lasted the same length of time, which the manuscript does not report. If the downlink iperf phase ran longer than the modem-activation phase, the 9.58 Wh figure would reflect the longer observation window rather than a higher power draw. The manuscript must provide the duration of each step and either the average power per step or the energy normalized to a common time base, such as Wh per minute.
  2. [Section 3, Eq. (1)] The methodology does not specify the Netio PowerBox sampling interval, the MQTT publication rate, or how the instantaneous power values from Eq. (1) are accumulated into the reported Wh values. Without this information, the energy numbers in Section 4 are not reproducible, and transient power spikes during modem activation or the start of iperf bursts could be systematically missed if the sampling rate is too low. The authors should state the publication frequency, the averaging/integration window, and how phase boundaries were defined and synchronized with the network events.
  3. [Section 4] No repetition count or measurement uncertainty is provided for any reported value. Several claimed effects are very small (for example, 0.02 Wh and 0.03 Wh increments at the USRP during gNB start and UE attach), so without error bars or repeated trials it is impossible to tell whether these deltas exceed the measurement noise of the Netio PowerBox. The authors should report the number of repeated runs, the standard deviation or confidence intervals, and the accuracy specification of the power meter.
minor comments (5)
  1. [Abstract / Section 1] The paper repeatedly says this is the first or a missing aspect of energy profiling for private 5G components, but Section 2 cites only four related works; the novelty claim would be more credible with a broader literature review covering other experimental energy-profiling studies of base stations, cores, and radio units.
  2. [Section 4] The phrase "roughly" is used for all measurements, but no numeric precision or rounding convention is defined; please specify the level of precision or provide exact averaged values.
  3. [Figure 1] The figure caption and the figure itself appear duplicated in the text, with the labels "continoues energy monitoring process" appearing twice; please remove the duplication and fix the typo to "continuous".
  4. [Section 1] The phrase "real-time sugeries" should be corrected to "real-time surgeries".
  5. [References] The reference list is very short for a survey-oriented introduction; some claims, such as the security implications of O-RAN stated in Section 2, would benefit from additional citations beyond the four included works.

Circularity Check

0 steps flagged · score 0.0 of 10

No circularity found; the paper reports direct experimental energy measurements without fitted parameters or self-citation load-bearing arguments.

full rationale

The paper's derivation chain is an empirical measurement pipeline, not a mathematical derivation: Netio PowerBox samples voltage, current, and power factor, the paper computes instantaneous power via P = V * I * p f, stores the values, and reports per-stage energy increments for the OAIBox and USRP. None of these stages is defined in terms of the paper's conclusions, and no parameter is fitted to a subset of the data and then renamed as a prediction. The references are external works and are not used to justify the measured energy values. The reported Wh figures are direct observations from the measurement setup, so there is no reduction of a claimed result to its own inputs. The absence of phase durations and sampling intervals is a real reproducibility and interpretation concern, but it concerns measurement fidelity and comparability, not circularity. Therefore the appropriate circularity score is 0.

Assumptions & free parameters 1 free parameters · 2 assumptions · 0 invented entities

The paper introduces no new entities, parameters, or fitted constants. The only entries are measurement assumptions: the power meter data fidelity and the representativeness of the one-access-point lab setup. The experimental nature of the work means the main burden is on measurement protocol rather than derived parameters.

free parameters (1)
  • Step/phase boundaries and measurement windows
    The Wh deltas for each stage (idle, CN5G start, gNB start, modem connect, modem active, downlink, uplink) depend on when the authors chose to start and stop each phase. These boundaries are not specified and effectively select the reported numbers.
assumptions (2)
  • domain assumption The Netio PowerBox 4KF, sampled via MQTT, provides sufficiently accurate and timely power readings for each component.
    Invoked implicitly in the Methodology section (Figure 1 and the power calculation P = V x I x pf). The sampling interval and accuracy are not reported.
  • domain assumption The laboratory setup (one gNB, one UE, one server) faithfully represents the energy behavior of real private 5G networks.
    Stated in the Discussion as a limitation: real-world private 5G networks can be more complex and have more access points. The paper's central claim about profiling depends on this representativeness assumption.

how reviews work

0 comments
Cite this review

Pith. "Pith review of Energy Profiling and Analysis of 5G Private Networks: Evaluating Energy Consumption Patterns." pith.science (2026). https://pith.science/paper/KHJUHROY

@misc{pith2026241201634,
  author       = {Pith},
  title        = {Pith review of: Energy Profiling and Analysis of 5G Private Networks: Evaluating Energy Consumption Patterns},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/KHJUHROY}},
  note         = {Machine review of arXiv:2412.01634}
}
read the original abstract

Private 5G networks provide enhanced security, a wide range of optimized services through network slicing, reduced latency, and support for many IoT devices in a specific area, all under the owner's full control. Higher security and privacy to protect sensitive data is the most significant advantage of private networks, in e.g., smart hospitals. For long-term sustainability and cost-effectiveness of private 5G networks, analyzing and understanding the energy consumption variation holds a greater significance in reaching toward green private network architecture for 6G. This paper addresses this research gap by providing energy profiling of network components using an experimental laboratory setup that mimics real private 5G networks under various network conditions, which is a missing aspect in the existing literature.

Figures

Figures reproduced from arXiv: 2412.01634 by the authors.

Figure 2
Figure 2. It is observed that in the idle mode (step 1), OAIBox and USRP consume roughly 6.91 Wh and 0.23 Wh respectively. For CN5G (step 2), the energy increases by roughly 1.93 Wh in the OAIBox once it starts. Additionally, 0.04 Wh and 0.03 Wh are increased both in OAIBox and USRP respectively for gNB while it starts (step 3). In the current setup, Quectel UE gets power from the OAIBox. It increases by 0.81 Wh and 0.02 Wh a… view at source ↗

Discussion (0). Continue with ORCID to comment.

Reference graph

Works this paper leans on

7 extracted references · 7 canonical work pages

  1. [1]

    Sinan A Khwandah, John P Cosmas, Pavlos I Lazaridis, Zaharias D Zaharis, and Ioannis P Chochliouros. 2021. Massive MIMO systems for 5G communications. Wireless Personal Communications 120, 3 (2021), 2101–2115

  2. [2]

    Amna Mughees, Mohammad Tahir, Muhammad Aman Sheikh, and Abdul Ahad

  3. [3]

    Pawani Porambage, Jarno Pinola, Yasintha Rumesh, Chen Tao, and Jyrki Huusko

  4. [4]

    Ibrahim Salah, M Mourad Mabrook, Kamel Hussein Rahouma, and Aziza I Hussein

  5. [2021]

    IEEE Access 9 (2021), 147692–147716

    Energy-efficient ultra-dense 5G networks: recent advances, taxonomy and future research directions. IEEE Access 9 (2021), 147692–147716

  6. [2022]

    Optical and Quantum Electronics 54, 2 (2022), 125

    Energy efficiency optimization in adaptive massive MIMO networks for 5G applications using genetic algorithm. Optical and Quantum Electronics 54, 2 (2022), 125

  7. [2023]

    In2023 Joint European Conference on Networks and Communications & 6G Summit (EuCNC/6G Summit)

    Xcaret: Xai based green security architecture for resilient open radio access networks in 6g. In2023 Joint European Conference on Networks and Communications & 6G Summit (EuCNC/6G Summit) . IEEE, 699–704

Pith tools

Reviewed August 12, 2026 · model on record in the stance chip above.