EExApp: GNN-Based Reinforcement Learning for Radio Unit Energy Optimization in 5G O-RAN
Jie Lu, Peihao Yan, Huacheng Zeng
TL;DR
5G RAN energy consumption, especially RU power, motivates the need for intelligent joint optimization of sleep and slicing. EExAPP introduces a graph neural network–based dual-actor–dual-critic PPO xApp with a Transformer encoder for dynamic UE inputs and a bipartite Graph Attention Network to balance energy efficiency and QoS. OTA experiments on a real O-RAN testbed show significant RU energy reductions while maintaining QoS, outperforming SASC and other baselines. The work demonstrates practical, scalable near-real-time energy optimization for commercial O-RAN deployments and provides public code release.
Abstract
With over 3.5 million 5G base stations deployed globally, their collective energy consumption (projected to exceed 131 TWh annually) raises significant concerns over both operational costs and environmental impacts. In this paper, we present EExAPP, a deep reinforcement learning (DRL)-based xApp for 5G Open Radio Access Network (O-RAN) that jointly optimizes radio unit (RU) sleep scheduling and distributed unit (DU) resource slicing. EExAPP uses a dual-actor-dual-critic Proximal Policy Optimization (PPO) architecture, with dedicated actor-critic pairs targeting energy efficiency and quality-of-service (QoS) compliance. A transformer-based encoder enables scalable handling of variable user equipment (UE) populations by encoding all-UE observations into fixed-dimensional representations. To coordinate the two optimization objectives, a bipartite Graph Attention Network (GAT) is used to modulate actor updates based on both critic outputs, enabling adaptive tradeoffs between power savings and QoS. We have implemented EExAPP and deployed it on a real-world 5G O-RAN testbed with live traffic, commercial RU and smartphones. Extensive over-the-air experiments and ablation studies confirm that EExAPP significantly outperforms existing methods in reducing the energy consumption of RU while maintaining QoS.
