Conceptio › Archive › arXiv CS
arXiv CSopen access

SLA-Safe Energy Control for AI-Native NG-RAN Using Stability-Aware Constrained PPO

· arxiv_cs
arXiv CS · Papers · License: Open Access
Open Source ↗Direct PDF ↓
distributed-systemsinternetnetworkingprotocols
networking, internet, protocols, distributed systems

SLA-Safe Energy Control for AI-Native NG-RAN Using Stability-Aware Constrained PPO Dharmendra Kumar

arXiv:2609.05861v1 [cs.NI] 5 Sep 2026

Independent Researcher Dallas, TX, USA [email protected]

Abstract—Artificial intelligence is becoming a key enabler for AI-native radio access networks, where closed-loop learningbased controllers can support adaptive and autonomous network optimization. One important AI-for-RAN use case is energy saving, in which radio resources and cell energy modes must be dynamically controlled without violating user quality-of-service (QoS) or service-level agreement (SLA) requirements. However, aggressive sleep-state or deactivation decisions may reduce energy consumption at the cost of throughput degradation, delay increase, SLA violations, and unstable mode switching, especially under time-varying and bursty traffic conditions. This paper proposes a stability-aware constrained reinforcement learning framework for SLA-safe energy control in 5G NG-RAN. The problem is formulated as a constrained Markov decision process in which an AI-native controller selects closed-loop energy-saving actions based on cell load, queue status, active-user information, current energy mode, and SLA-related indicators. The proposed framework uses constrained proximal policy optimization with adaptive Lagrangian penalties to account for throughput, delay, and SLA constraints. To improve operation under traffic distribution shift, the controller is trained using mixed nominal and stress traffic regimes, while a switching-stability penalty is introduced to reduce oscillatory transitions between active and low-power modes. Simulation results in a seven-cell NG-RAN environment show that the proposed controller reduces energy consumption by approximately 41.4% under nominal traffic, 10.5% under stress traffic, and 22.9% under unseen-stress traffic relative to the Always-On baseline. Under stress and unseen-stress traffic, the controller preserves zero SLA violation and zero throughput loss, indicating service-preserving operation under challenging conditions. The proposed method also reduces switching activity compared with basic threshold-based energy saving. These results show that stability-aware constrained reinforcement learning can provide a balanced AI-native RAN control approach for energy efficiency, SLA safety, robustness under traffic shift, and operational stability. Index Terms—AI-native RAN, 5G NG-RAN, energy saving, constrained reinforcement learning, proximal policy optimization, SLA-aware control, QoS constraints, traffic distribution shift

I. I NTRODUCTION Future radio access networks are expected to evolve from rule-based optimization toward AI-native closed-loop control, where learning-based agents observe network conditions, make autonomous decisions, and adapt to changing traffic © 2026 IEEE. Personal use of this material is permitted. Permission from IEEE must be obtained for all other uses. Accepted for publication in the Proceedings of the 2026 IEEE PIMRC Workshops, Singapore.

and service requirements. Among AI-for-RAN use cases, network energy saving is especially relevant because radio access infrastructure contributes significantly to mobile network power consumption, and energy-saving actions must be applied without degrading quality of service (QoS) or servicelevel agreement (SLA) compliance. Energy-saving control in NG-RAN is challenging because it is not only a power-minimization problem. Actions such as cell sleep, carrier deactivation, or transitions to low-power modes can reduce energy consumption during light-load periods, but aggressive decisions may degrade throughput, increase delay, and trigger SLA violations when traffic suddenly increases, and frequent mode transitions may further cause unstable control behavior. These challenges are amplified by traffic nonstationarity, where a policy trained under nominal conditions may fail under bursty or stress traffic. Traditional threshold-based energy-saving methods are simple and interpretable, but they often depend on fixed load thresholds and may not adapt well to changing traffic patterns. Reinforcement learning can learn adaptive control policies from network feedback; however, reward-only learning may still select actions that reduce energy while violating delay, throughput, or SLA requirements. Therefore, AI-native RAN energy control requires a constrained closed-loop formulation in which QoS and SLA requirements are treated as explicit operational constraints, while switching stability is also considered. In this paper, we propose a stability-aware constrained reinforcement learning framework for SLA-safe energy control in AI-native NG-RAN. The proposed framework formulates network energy saving as a constrained Markov decision process. An AI-RAN controller observes RAN telemetry such as cell load, queue status, active-user information, current energy mode, and SLA-related indicators, and selects energysaving actions such as active, light-sleep, or deep-sleep modes. The controller is trained using constrained proximal policy optimization with adaptive Lagrangian penalties for throughput, delay, and SLA constraints. To improve robustness under traffic distribution shift, training incorporates both nominal and stress traffic regimes. A switching-stability penalty is also introduced to reduce oscillatory transitions between energy modes.

The main contributions of this paper are summarized as follows: • We formulate AI-native NG-RAN energy saving as a constrained closed-loop control problem that jointly considers energy efficiency, throughput, delay, SLA compliance, and switching stability. • We develop a stability-aware constrained PPO framework with adaptive Lagrangian penalties, mixed-regime training, and switching-cost regularization for SLA-safe energy control. • We evaluate the proposed approach in a seven-cell NGRAN simulation under nominal, stress, and unseen-stress traffic scenarios, showing energy reductions of approximately 41.4%, 10.5%, and 22.9% relative to Always-On, respectively. • We show that constrained learning and mixed-regime training are important for SLA-safe operation, while switching-aware control reduces unnecessary mode transitions compared with basic threshold-based energy saving. II. R ELATED W ORK AND G AP AI/ML techniques are increasingly considered for datadriven, closed-loop RAN optimization, including energy saving, load balancing, mobility optimization, and interference coordination. This work belongs to the AI-for-RAN category, where AI is used to improve RAN operation rather than to host AI workloads on RAN infrastructure [1], [2], [4], [5]. Energy saving in cellular networks has traditionally been addressed using rule-based or threshold-based mechanisms such as cell sleep, carrier shutdown, and low-power mode selection. These approaches are simple and interpretable, but their performance depends on manually selected thresholds and assumptions about traffic behavior. Under dynamic or bursty traffic, fixed thresholds may either miss energy-saving opportunities or select aggressive low-power actions that degrade throughput, increase delay, or violate SLA requirements. Frequent transitions between active and low-power modes can also create unstable control behavior. Reinforcement learning has been widely studied for wireless and RAN optimization because it can learn adaptive policies from network feedback [6], [9]–[11]. However, reward-only RL formulations may reduce average energy consumption while still producing unsafe behavior under stress traffic. Safe and constrained reinforcement learning provides a more suitable formulation for RAN control because QoS and SLA requirements can be represented as explicit constraints [8]. Nevertheless, applying constrained RL to AI-native RAN energy saving remains challenging because the policy must also handle traffic distribution shift and avoid unstable mode switching. Recent learning-based energy-saving studies also address switching behavior and realistic RAN evaluation: Bordin et al. [12] train PPO/DQN agents with a switching-cost term to reduce cell activation ping-ponging in an ns-O-RAN environ-

ment, while Bassoy et al. [13] propose a deep-RL energyefficiency scheme for 6G RAN. Our framework additionally treats SLA, delay, and throughput as explicit constraints via adaptive Lagrangian penalties rather than reward terms alone, combined with mixed-regime training for SLA-safe operation under both nominal and stress conditions. The gap addressed in this paper is the lack of a unified closed-loop framework that jointly considers energy efficiency, QoS preservation, SLA compliance, traffic-shift robustness, and switching stability. To address this gap, we propose a stability-aware constrained PPO framework for SLA-safe energy control in AI-native NG-RAN. The proposed method combines adaptive Lagrangian constraint handling, mixed-regime training across nominal and stress traffic, and switching-cost regularization to learn an energy-saving policy that remains service-aware under changing traffic conditions. III. AI-NATIVE RAN C ONTROL A RCHITECTURE This section presents the AI-native closed-loop RAN control architecture considered in this work. The objective is to support SLA-safe network energy saving by allowing an AIRAN controller to observe RAN telemetry, select energysaving actions, and receive feedback on energy consumption, QoS performance, SLA compliance, and control stability. Energy saving is treated as an AI-for-RAN use case, where intelligence is used to optimize RAN operation rather than to host AI workloads on the RAN infrastructure [1], [3]–[5]. Fig. 1 illustrates the proposed AI-native closed-loop RAN energy-control architecture. The controller observes RAN telemetry as state st , selects an energy-control action at , and receives reward and constraint feedback based on energy consumption, QoS performance, SLA compliance, throughput loss, and switching stability. A. Closed-Loop Control View At each decision epoch, the RAN environment provides telemetry information to the AI-RAN controller, including cell load, queue status, active-user information, current energy mode, and recent QoS or SLA indicators. Based on this state, the controller selects an energy-mode action for each controlled cell, such as active, light-sleep, or deep-sleep operation. After the action is applied, the environment returns feedback in terms of energy consumption, throughput, delay, SLA violation, throughput loss, and switching activity. This closed-loop interaction allows the controller to learn the long-term effect of energy-saving actions: a low-power decision may reduce energy immediately but increase delay or SLA violation risk if traffic demand increases shortly afterward, so the controller must learn not only when to save energy, but also when to preserve resources for service reliability. The architecture combines three design elements. First, telemetry-driven state observation enables adaptation to current RAN conditions. Second, constrained learning models throughput, delay, and SLA requirements as explicit operational constraints rather than only as soft reward penalties.

RAN Telemetry

state st

AI-RAN Controller Stability-aware constrained PPO with safety constraints

Load, queue, UE count, energy mode, SLA indicators

action at

Energy-Mode Action Select active, light-sleep, or deep-sleep

reward and constraint feedback rt, ct

Feedback KPIs

Energy, throughput, delay, SLA violation, loss, switching cost

NG-RAN Environment 7-cell simulation nominal, stress, unseen-stress traffic

Fig. 1. AI-native closed-loop RAN energy-control architecture. The controller observes RAN telemetry as state st , selects an energy-control action at , and receives reward and constraint feedback based on energy consumption, QoS performance, SLA compliance, throughput loss, and switching stability.

Third, switching-aware regularization discourages unnecessary transitions between active and low-power modes, improving closed-loop stability. To address traffic distribution shift, the proposed framework uses mixed-regime training with both nominal and stress traffic episodes, enabling energy reduction under regular load while adapting toward service-preserving operation under stress conditions.

where L(t) is the cell-load vector, Q(t) represents queuerelated indicators, N (t) is the active-UE vector, M (t) denotes the current energy-mode vector, and Γ(t) contains recent QoS or SLA-related indicators. The action selected by the controller is at = [m1 (t), m2 (t), . . . , mB (t)]

(3)

where each cell mode belongs to the discrete action set IV. P ROBLEM F ORMULATION This section formulates AI-native NG-RAN energy saving as a constrained closed-loop decision-making problem. The objective is to reduce long-term RAN energy consumption while preserving QoS, maintaining SLA compliance, and avoiding unstable switching between energy modes. A. System Model We consider a multi-cell NG-RAN system with B controllable cells. Time is divided into discrete decision epochs indexed by t. At each epoch, the AI-RAN controller observes the current network condition and selects an energy mode for each cell. Let mb (t) denote the energy mode of cell b at time t, where b ∈ {1, . . . , B}. The total network energy consumption is Etot (t) =

B X

 Eb mb (t), Lb (t)

(1)

b=1

where Eb (·) denotes the energy consumed by cell b under mode mb (t) and load Lb (t). Lower-power modes reduce energy consumption but may also reduce service capacity and increase the risk of QoS degradation.

mb (t) ∈ {active, light-sleep, deep-sleep}.

(4)

C. Objective and Service Constraints A purely energy-minimizing policy may select aggressive low-power actions that reduce energy but degrade throughput, increase delay, or violate SLA targets. Therefore, the control problem includes explicit QoS and SLA constraints. Let π(at |st ) denote the control policy over a decision horizon T . The long-term energy objective is "T −1 # X JE (π) = Eπ Etot (t) , (5) t=0 π ⋆ = arg min JE (π). π

Let R(t) denote achieved throughput, D(t) denote delay, and Vsla (t) denote the SLA violation indicator or violation rate. The service constraints are Eπ [Vsla (t)] ≤ ϵsla , Eπ [D(t)] ≤ ϵd ,

(6)

Eπ [R(t)] ≥ ϵr ,

B. State and Action Spaces

where ϵsla , ϵd , and ϵr are predefined SLA, delay, and throughput thresholds.

At each decision epoch, the controller observes the state vector

D. Reward, Constraint Costs, and CMDP

st = [L(t), Q(t), N (t), M (t), Γ(t)]

(2)

The reward balances energy efficiency, service utility, and switching stability:

rt = −αEtot (t) + βUserv (t) − γCsw (t)

(7)

where Userv (t) captures service utility based on throughput and delay, Csw (t) is the switching cost, and α, β, and γ are nonnegative weighting coefficients. The switching cost is Csw (t) =

B X

B. Constrained PPO Update Isw b (t)

(8)

b=1

where Isw b (t) = 1 if mb (t) ̸= mb (t − 1) and 0 otherwise. The constraint costs are defined as c1 (t) = Vsla (t), +

c2 (t) = [D(t) − ϵd ] ,

(9)

c3 (t) = [ϵr − R(t)] . The reward and constraint returns are defined as "T −1 # X Jr (π) = Eπ rt , t=0

Jci (π) = Eπ

(10)

# ci (st , at ) ,

i = 1, 2, 3.

t=0

where ci (st , at ) denotes the instantaneous realization of cost ci (t) under state st and action at . The constrained optimization problem is formulated as max Jr (π) π

s.t. Jci (π) ≤ ζi ,

Let LPPO (θ) denote the standard PPO clipped surrogate objective [7]. The constrained PPO objective is written in compact form as J (θ) = LPPO (θ) −

3 X

  λi Jˆci (θ) − ζi

(13)

i=1

where Jˆci (θ) is the empirical cumulative cost for constraint i, ζi is the corresponding constraint budget, and λi is the Lagrange multiplier. The multipliers are updated as h  i+ (14) λi ← λi + ηλ Jˆci (θ) − ζi ,

+

"T −1 X

The proposed framework differs from reward-only RL in two main ways. First, QoS and SLA requirements are handled as explicit constraints using adaptive Lagrangian penalties. Second, switching stability is incorporated into the reward design to discourage unnecessary transitions between active and low-power modes.

(11) i = 1, 2, 3,

where ζi denotes the allowable cumulative constraint budget for constraint i. Using Lagrangian relaxation, the constrained objective becomes 3 X (12) L(π, λ) = Jr (π) − λi (Jci (π) − ζi ) , i=1

where λi ≥ 0 are Lagrange multipliers that penalize constraint-budget violations during training [8]. V. S TABILITY-AWARE C ONSTRAINED PPO F RAMEWORK This section presents the proposed stability-aware constrained PPO framework for SLA-safe energy control in AInative NG-RAN. The framework combines PPO-based policy learning, adaptive Lagrangian constraint handling, mixedregime training, and switching-aware regularization. A. Framework Overview At each decision epoch, the controller observes the RAN state st and selects an energy-saving action at according to a policy πθ (at |st ) parameterized by θ. The selected action determines the energy mode of each controlled cell. After the action is applied, the environment returns the reward rt , constraint costs ci (t), switching cost Csw (t), and next state st+1 . The policy is updated using trajectories collected from closed-loop interaction with the simulated RAN environment.

where [x]+ = max{0, x} and ηλ is the multiplier learning rate. This update increases the penalty when constraint costs exceed the allowable budget and reduces the effective pressure when the policy remains within feasible limits. C. Switching Stability and Mixed-Regime Training Frequent transitions between active and low-power modes may create oscillatory behavior and service fluctuation. To improve control stability, the reward includes the switching penalty Csw (t) defined in Section IV, which discourages unnecessary mode changes and encourages smoother control behavior near mode-selection boundaries. Traffic in operational RAN systems is nonstationary, and a policy trained only under nominal traffic may learn an aggressive low-energy strategy that performs poorly under bursty or stress traffic. To improve robustness under traffic distribution shift, the proposed framework uses mixed-regime training, sampling episodes from both nominal and stress traffic regimes: nominal episodes expose the controller to regular load variations and energy-saving opportunities, while stress episodes expose it to sudden demand increases and force it to learn when energy saving should be reduced to preserve QoS and SLA performance. During evaluation, the trained policy operates in closed loop without further parameter updates. It is evaluated under nominal, stress, and unseen-stress traffic scenarios using energy consumption, throughput, delay, SLA violation rate, throughput loss, and switching activity. VI. E XPERIMENTAL S ETUP A. Simulation Environment and Traffic Scenarios The proposed framework is evaluated in a controlled multicell NG-RAN simulation environment. The main evaluation uses a seven-cell layout consisting of one center cell and six neighboring cells. Each cell can operate in one of three

constraints), Constrained PPO without switching penalty, and Nominal-Only PPO (trained only under nominal traffic) to assess the importance of mixed-regime training.

TABLE I M AIN S IMULATION PARAMETERS Parameter Network layout Energy modes Control interval Episode length Nominal load Stress load Evaluation seeds Evaluation scenarios

Value 7 cells Active, light-sleep, deep-sleep 1s 500 decision epochs 10–25 UEs per cell 35–60 UEs per cell 5 random seeds Nominal, stress, unseen-stress

C. Training Configuration and Evaluation Metrics

energy modes: active, light-sleep, and deep-sleep. Time is divided into discrete decision epochs, and each decision epoch represents one control interval of 1 s. At each epoch, the AIRAN controller observes the network state, selects an energy mode for each controlled cell, and receives feedback from the environment. Three traffic scenarios are considered. The nominal scenario represents regular traffic variation with moderate load fluctuations, where the number of active UEs varies between 10 and 25 per cell. The stress scenario represents bursty demand and sudden load increases, where the number of active UEs varies between 35 and 60 per cell with random burst periods. The unseen-stress scenario is used only during evaluation and is not included in training. It uses different burst intensity, duration, or hotspot location compared with the stress traffic used during training. During mixed-regime training, each episode is sampled from either the nominal or stress traffic regime, while unseen-stress is reserved for testing only. B. Energy, Service, and Baseline Models A normalized energy model represents the relative energy cost and service capacity of different cell modes. Active, lightsleep, and deep-sleep modes use normalized energy costs of 1.00, 0.60, and 0.30, with corresponding capacity factors of 1.00, 0.70, and 0.35, respectively. Deep-sleep provides the largest energy reduction but also reduces available service capacity, increasing the risk of delay growth or throughput degradation under high load. QoS performance is evaluated using throughput and delay, while SLA compliance is evaluated using an SLA violation rate. In this work, an SLA violation occurs when the delay exceeds the predefined delay threshold or when throughput loss relative to the Always-On baseline exceeds the predefined throughput-loss threshold. Throughput loss is computed as Rloss (t) =

RAO (t) − R(t) RAO (t)

(15)

where RAO (t) is the throughput achieved by the Always-On baseline and R(t) is the throughput achieved by the evaluated method. Switching activity is measured using Csw (t). The proposed method is compared against rule-based baselines (Always-On, Threshold-ES, and Threshold-ES with hysteresis, which uses separate activation/deactivation thresholds to reduce frequent switching) and learning-based ablations: Unconstrained PPO (no explicit SLA, delay, or throughput

The proposed controller is trained using PPO with an actor-critic neural network architecture. The policy and value networks are multilayer perceptrons with two hidden layers of 64 units each. Unless otherwise stated, the learning rate is 3×10−4 , discount factor is 0.99, GAE parameter is 0.95, PPO clip range is 0.20, batch size is 64, rollout length is 1024 steps, entropy coefficient is 0.01, and Lagrange multiplier learning rate is 1 × 10−3 . The same network architecture and training budget are used for the learning-based baselines. All methods are evaluated using normalized energy consumption, aggregate throughput, average delay, SLA violation rate, throughput loss relative to Always-On, and switching activity. Results are averaged over five random seeds and reported using mean values. The proposed method is considered effective if it reduces energy consumption under nominal traffic, maintains near-Always-On QoS under stress and unseenstress traffic, and avoids excessive switching activity. D. Computational Considerations Training the constrained PPO agent for 200,000 timesteps takes approximately 14 minutes on a single CPU core. The lightweight two-layer, 64-unit MLP actor requires only a single forward pass per decision epoch, with measured mean inference latency of 0.74 ms per cell (2000 trials, CPU)— negligible relative to the 1 s control interval and suitable for real-time RAN deployment. VII. R ESULTS AND D ISCUSSION This section evaluates the proposed stability-aware constrained PPO framework under nominal, stress, and unseenstress traffic scenarios. The evaluation focuses on the tradeoff among energy consumption, QoS preservation, SLA compliance, throughput loss, and switching activity. A. Overall Performance Table II summarizes the comparison between the proposed method and rule-based baselines. Under nominal traffic, the proposed CRL-PPO controller reduces normalized energy consumption from 0.8567 to 0.5016, corresponding to approximately 41.4% energy saving relative to Always-On, while maintaining low delay, small throughput loss, and an SLA violation rate below 1%. Under stress traffic, the controller increases resource activation and operates closer to AlwaysOn, achieving 10.5% energy saving with zero SLA violation and zero throughput loss. In the unseen-stress scenario, which is not included in training, the proposed method achieves 22.9% energy saving while maintaining zero SLA violation, zero throughput loss, and delay equal to the Always-On reference.

TABLE II M AIN P ERFORMANCE C OMPARISON ACROSS T RAFFIC S CENARIOS Scenario Nominal Nominal Nominal Nominal Stress Stress Stress Stress Unseen Stress Unseen Stress Unseen Stress Unseen Stress

Method Always-On Threshold-ES Threshold-ES-Hysteresis Proposed-CRL-PPO Always-On Threshold-ES Threshold-ES-Hysteresis Proposed-CRL-PPO Always-On Threshold-ES Threshold-ES-Hysteresis Proposed-CRL-PPO

Energy 0.8567 0.3686 0.3550 0.5016 0.9497 0.8580 0.9497 0.8500 0.9213 0.6785 0.7309 0.7099

Throughput 0.2836 0.2836 0.2837 0.2840 0.7486 0.7486 0.7486 0.7486 0.6065 0.6065 0.6065 0.6065

Delay 0.0010 0.0010 0.0010 0.0011 0.0010 0.0010 0.0010 0.0010 0.0010 0.0010 0.0010 0.0010

SLA Viol. 0.0000 0.0000 0.0008 0.0072 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000

Thr. Loss 0.0000 0.0000 0.0008 0.0025 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0001 0.0000

Switch Rate 0.0000 0.1605 0.0089 0.0727 0.0000 0.2094 0.0000 0.1470 0.0000 0.1671 0.0098 0.0722

SLA Viol. 0.8376 0.0004 0.0032 0.0072 0.9992 0.4744 0.0000 0.0000 0.9772 0.4356 0.0000 0.0000

Thr. Loss 0.1213 0.0015 0.0019 0.0025 0.1194 0.0297 0.0000 0.0000 0.1529 0.0472 0.0000 0.0000

Switch Rate 0.1157 0.0749 0.1436 0.0727 0.0213 0.2103 0.1513 0.1470 0.0752 0.3637 0.0910 0.0722

TABLE III A BLATION S TUDY OF L EARNING -BASED M ETHODS Scenario Nominal Nominal Nominal Nominal Stress Stress Stress Stress Unseen Unseen Unseen Unseen

Method Unconstrained-PPO Nominal-Only-PPO Constrained-PPO-NoSwitch Proposed-CRL-PPO Unconstrained-PPO Nominal-Only-PPO Constrained-PPO-NoSwitch Proposed-CRL-PPO Unconstrained-PPO Nominal-Only-PPO Constrained-PPO-NoSwitch Proposed-CRL-PPO

Energy 0.2905 0.3706 0.5154 0.5016 0.8019 0.8726 0.8460 0.8500 0.7188 0.7490 0.6922 0.7099

Throughput 0.3135 0.2838 0.2839 0.2840 0.7831 0.7837 0.7486 0.7486 0.6687 0.6260 0.6065 0.6065

Delay 0.0059 0.0010 0.0011 0.0011 0.0442 0.0097 0.0010 0.0010 0.0360 0.0042 0.0010 0.0010

Compared with Threshold-ES, the proposed method reduces switching activity under all scenarios while maintaining SLAsafe operation. Although threshold-based methods can save more energy in some cases, they are less adaptive and may either switch frequently or behave conservatively under stress traffic.

traffic scenarios. The current evaluation relies on simplified traffic and channel assumptions; future work will evaluate the proposed controller under more realistic 5G NR channel conditions, including Rayleigh fading, dynamic uplink channel variation, and interference in dense urban deployments.

B. Ablation Study

[1] 3GPP, “NR and NG-RAN overall description; Stage-2,” 3rd Generation Partnership Project (3GPP), TS 38.300, v18.2.0, Aug. 2024. [2] 3GPP, “Study on artificial intelligence (AI)/machine learning (ML) for NR air interface,” 3rd Generation Partnership Project (3GPP), TR 38.843, v18.0.0, Jan. 2024. [3] O-RAN Alliance, “O-RAN architecture description,” O-RAN Alliance Working Group 1. [4] O-RAN Alliance, “Non-real-time RAN Intelligent Controller and A1,” O-RAN Alliance Working Group 2. [5] M. Polese, L. Bonati, S. D’Oro, S. Basagni, and T. Melodia, “Understanding O-RAN: Architecture, interfaces, algorithms, security, and research challenges,” IEEE Commun. Surveys Tuts., vol. 25, no. 2, pp. 1376–1411, 2023, doi: 10.1109/COMST.2023.3239220. [6] R. S. Sutton and A. G. Barto, Reinforcement Learning: An Introduction, 2nd ed. Cambridge, MA, USA: MIT Press, 2018. [7] J. Schulman, F. Wolski, P. Dhariwal, A. Radford, and O. Klimov, “Proximal policy optimization algorithms,” arXiv preprint arXiv:1707.06347, 2017. [8] E. Altman, Constrained Markov Decision Processes. Boca Raton, FL, USA: CRC Press, 1999. [9] N. C. Luong, D. T. Hoang, S. Gong, D. Niyato, P. Wang, Y.-C. Liang, and D. I. Kim, “Applications of deep reinforcement learning in communications and networking: A survey,” IEEE Commun. Surveys Tuts., vol. 21, no. 4, pp. 3133–3174, 2019, doi: 10.1109/COMST.2019.2916583. [10] M. Chen, U. Challita, W. Saad, C. Yin, and M. Debbah, “Artificial neural networks-based machine learning for wireless networks: A tutorial,” IEEE Commun. Surveys Tuts., vol. 21, no. 4, pp. 3039–3071, 2019, doi: 10.1109/COMST.2019.2926625. [11] Y. Sun, M. Peng, Y. Zhou, Y. Huang, and S. Mao, “Application of machine learning in wireless networks: Key techniques and open issues,” IEEE Commun. Surveys Tuts., vol. 21, no. 4, pp. 3072–3108, 2019, doi: 10.1109/COMST.2019.2924243.

Table III compares the proposed method with learningbased ablations. Unconstrained-PPO is unsafe despite lower energy, and Nominal-Only-PPO fails under stress and unseenstress traffic. In contrast, the constrained variants maintain zero SLA violation under stress and unseen-stress traffic, while the proposed method reduces switching compared with Constrained-PPO-NoSwitch. VIII. R EPRODUCIBILITY AND C ODE AVAILABILITY Code and experiment configurations are publicly available at https://github.com/dharmendra041983/sla-safe-energycontrol-ngran. IX. C ONCLUSION The main contribution of this paper is a stability-aware constrained PPO framework for AI-native NG-RAN energy saving. The framework formulates energy control as a constrained closed-loop problem, combines adaptive Lagrangian penalties with mixed-regime training, and includes switchingcost regularization to reduce unnecessary energy-mode transitions. Evaluation in a seven-cell NG-RAN simulation shows that the proposed method achieves a balanced energy-QoSstability tradeoff under nominal, stress, and unseen-stress

R EFERENCES

[12] M. Bordin, A. Lacava, M. Polese, F. Cuomo, and T. Melodia, “Demo: Enabling deep reinforcement learning research for energy saving in Open RAN,” in 2025 IEEE 22nd Consumer Commun. Netw. Conf. (CCNC), 2025, pp. 1–2, doi: 10.1109/CCNC54725.2025.10975928. [13] S. Bassoy, R. Behravesh, and J. Pujol-Roig, “SEEDRL: Smart energy efficiency using deep reinforcement learning for 6G networks,” in 2023 IEEE Globecom Workshops (GC Wkshps), 2023, pp. 732–737.

Record · ID 667965 · SHA-256 be61fb06ab31135c
Retrieved via Conceptio — every document is proof-bundled with source, license, and retrieval metadata.