Table of Contents
Fetching ...

Green O-RAN Operation: a Modern ML-Driven Network Energy Consumption Optimisation

Xuanyu Liang, Ahmed Al-Tahmeesschi, Swarna Chetty, Hamed Ahmadi

TL;DR

The paper tackles energy inefficiency in dense O-RAN deployments by optimizing RU sleep modes using a twin-critic TD3-based DRL approach implemented as an xApp in the Near-RT RIC. It formulates RU sleep decisions as an MDP with a continuous action space to avoid combinatorial explosion and balances energy use with QoS via a carefully designed reward. Empirical results show the TD3 method achieves over 50% energy savings compared to an always-on baseline and outperforms two DQN baselines by up to 6%, with improved stability and faster convergence, especially in larger networks where discrete-action methods become infeasible. The work demonstrates the practicality and scalability of ML-driven energy optimization in Open RAN and points toward future enhancement via Federated Learning for distributed deployment.

Abstract

The increasing energy demand of next-generation mobile networks, especially 6G, is becoming a major concern, particularly due to the high power usage of base station components RU, which often remain active even during low traffic periods. To tackle this challenge, our study focuses on improving energy efficiency in O-RAN systems using intelligent control strategies. TD3 leverages a continuous action space to overcome the limitations of traditional discrete-action methods like DQN. By avoiding exponential growth in action space, TD3 enables more precise control of RU sleep modes in dense and large radio environments. Simulation results show that our approach consistently achieves over 50% energy savings compared to the always-on baseline, with TD3 outperforming DQN-based methods by up to 6%, while also offering better stability and faster convergence.

Green O-RAN Operation: a Modern ML-Driven Network Energy Consumption Optimisation

TL;DR

The paper tackles energy inefficiency in dense O-RAN deployments by optimizing RU sleep modes using a twin-critic TD3-based DRL approach implemented as an xApp in the Near-RT RIC. It formulates RU sleep decisions as an MDP with a continuous action space to avoid combinatorial explosion and balances energy use with QoS via a carefully designed reward. Empirical results show the TD3 method achieves over 50% energy savings compared to an always-on baseline and outperforms two DQN baselines by up to 6%, with improved stability and faster convergence, especially in larger networks where discrete-action methods become infeasible. The work demonstrates the practicality and scalability of ML-driven energy optimization in Open RAN and points toward future enhancement via Federated Learning for distributed deployment.

Abstract

The increasing energy demand of next-generation mobile networks, especially 6G, is becoming a major concern, particularly due to the high power usage of base station components RU, which often remain active even during low traffic periods. To tackle this challenge, our study focuses on improving energy efficiency in O-RAN systems using intelligent control strategies. TD3 leverages a continuous action space to overcome the limitations of traditional discrete-action methods like DQN. By avoiding exponential growth in action space, TD3 enables more precise control of RU sleep modes in dense and large radio environments. Simulation results show that our approach consistently achieves over 50% energy savings compared to the always-on baseline, with TD3 outperforming DQN-based methods by up to 6%, while also offering better stability and faster convergence.

Paper Structure

This paper contains 11 sections, 17 equations, 6 figures, 2 tables, 1 algorithm.

Figures (6)

  • Figure 1: shows O-RAN Architecture, with components and interfaces from O-RAN and 3GPP. O-RAN interfaces are drawn as solid lines, 3GPP ones as dashed lines. The layout of the O-RU is shown in the picture in the right section.
  • Figure 2: illustrates the radio maps of 500 $\times$ 500 m$^2$ and 1000$\times$ 1000 m$^2$ area.
  • Figure 3: illustrates the rewards of TD3, DQNSA and DQNMA in 500 $\times$ 500 m$^2$ scenario
  • Figure 4: illustrates the average energy consumption in 500 $\times$ 500 m$^2$ scenario among 10 to 40 UE with DQNMA, DQNSA and TD3 models.
  • Figure 5: illustrates the rewards of TD3 and DQNSA model in 1000 $\times$ 1000 m$^2$ scenario
  • ...and 1 more figures