AI-Era Cloud Network Transformation: A Reference Architecture and Implementation Roadmap
By Shazia Hasnie, PhD
Introduction:
The physical network infrastructure that underpins cloud computing was designed for an era that no longer exists. Distributed training across hundreds of thousands of GPUs, real-time inference at the edge, and autonomous agent coordination impose requirements that traditional cloud network designs were never intended to meet. The networks that served the cloud era were architected for north-south traffic, best-effort delivery, and human-scale applications. None of these assumptions hold for AI.
This article presents a framework for transforming cloud network infrastructure for the AI era. It is organized around two components: a four-pillar reference architecture that defines what must be built, and a five-phase implementation roadmap that defines how to execute the transformation. Together, they provide infrastructure transformation leaders with a complete program for preparing their organizations’ physical network infrastructure for the age of AI.
The Four-Pillar Reference Architecture:
The physical network infrastructure for AI-era cloud computing is organized around four interdependent pillars. Each pillar groups related layers of the infrastructure stack. Each depends on the pillars that precede it and enables the pillars that follow.
Figure 1: The Four Pillars of AI-Era Cloud Network Infrastructure — a complete reference architecture for physical network transformation.
PILLAR 1: PHYSICAL FOUNDATION
The physical foundation is the literal infrastructure on which all higher-layer network services depend. Optical transport determines the bandwidth, latency, and reliability of every interconnection between data centers, regions, and compute clusters. Physical plant and cabling provide the fiber, connectors, and cable management that make connectivity possible. Power and cooling provide the electrical and thermal infrastructure that keeps everything running.
Optical Transport. Optical link engineering for AI workloads requires a fundamental shift from traditional practice. Traditional optical link engineering treats traffic surges as anomalies and provisions for average utilization. AI workloads generate synchronized, high-bandwidth bursts—checkpointing incast can saturate multiple optical links for minutes at a time—that demand link budgets engineered for peak synchronized demand. The cost of insufficient capacity is not degraded optical performance; it is stalled training runs.
The optical technology roadmap is being reshaped by AI requirements. Co-packaged optics (CPO) integrate the optical engine directly with the switch ASIC, reducing power consumption by 30-50% while increasing port density. Silicon photonics leverage semiconductor manufacturing to produce optical components at scale. 800G and 1.6T per wavelength will be required as GPU bandwidth scales. Linear drive optics remove the digital signal processing from the optical transceiver, reducing power and latency. Breakout optics enable multi-planar topologies where each GPU connects to multiple parallel fabrics. Organizations must ensure that today’s optical investments are forward-compatible with these technologies.
Physical Plant and Cabling. Deployment precision at the physical layer determines whether the architectures designed at higher layers function as intended. Rail-optimized topologies depend on perfect physical cabling—a single miscabled port breaks the single-hop guarantee. Automated cabling verification, where the management interface validates each connection against the reference design, has reduced deployment time by up to 90% for early adopters. Continuous monitoring must detect cabling degradation before it causes performance issues.
Power and Cooling. AI network hardware consumes significantly more power than traditional cloud hardware. A rack of switches populated with 800G pluggable optics can consume over 10 kilowatts. CPO engines may require direct-to-chip liquid cooling. The transition to liquid cooling has implications that extend beyond the network—chilled water systems, heat rejection, building structural load—and retrofitting liquid cooling into a data center designed for air cooling is significantly more expensive than incorporating it into new construction.
PILLAR 2: NETWORK SYSTEMS
Network systems translate the physical foundation into functional network services. Modern data centers operate multiple physical networks—front-end, back-end, storage—each optimized for a specific traffic class. AI training demands a dedicated high-bandwidth, low-latency fabric for GPU-to-GPU communication that must interoperate with existing networks through well-defined interconnection points.
Network Fabrics. AI workloads generate east-west traffic that behaves differently from anything traditional cloud networks were designed to handle. It is dominated by a small number of high-bandwidth elephant flows—sustained, predictable data streams between GPU pairs—that produce synchronized bursts at predictable intervals. Worst-case path latency determines the completion time for collective communication operations, making the performance of the slowest path more important than average performance.
The industry has developed two distinct architectural paths to meet these requirements. For scale-up networks within a single rack or GPU pod, where distances are measured in meters and the cost of a stall is immediate, lossless transport via Priority-Based Flow Control (PFC) and Explicit Congestion Notification (ECN) remains the dominant approach. For scale-out networks connecting GPU clusters across data center halls or buildings, the industry is moving toward efficient utilization with low tail latency through fast recovery rather than absolute loss prevention. The Ultra Ethernet Consortium’s Ultra Ethernet Transport (UET) specification leads this effort, treating packet loss as a recoverable event rather than a failure.
The choice between paths is governed by three criteria: scale of deployment (≤256 GPUs favors lossless; ≥512 GPUs favors low-loss), workload characteristics (tightly coupled training benefits from lossless; loosely coupled inference tolerates low-loss), and organizational maturity (deep PFC expertise extends lossless viability to larger scales).
Four fabric capabilities support both paths. Dynamic load distribution—flowlet switching and packet spray—replaces static Equal Cost Multi-Path (ECMP) with congestion-aware path selection. In-band network telemetry (INT) provides the microsecond-granularity congestion visibility that makes intelligent load distribution possible. Rail-optimized topologies provide single-hop GPU-to-GPU connectivity for the most latency-sensitive collective operations. Advanced transport protocols, add selective retransmission via SACK and NACK that serves both scale-up and scale-out deployments.
Hardware Platforms and Qualification. Hardware must be qualified under AI workload conditions, not standard benchmarks. A switch that performs well under steady-state testing may exhibit unacceptable packet loss under synchronized burst patterns. The qualification process must answer a specific question: will this hardware maintain performance under the traffic patterns that AI workloads generate? Qualification is continuous—a firmware update, a new optics module, or a configuration change can alter behavior and must be validated before reaching production. The endpoint NIC plays a critical role, handling RDMA at line rate, packet-spray reordering, and selective retransmission. NIC qualification must be part of the same AI workload simulation process as switches and optics.
Network Operating Systems. The NOS must support PFC, INT, dynamic load distribution, and automation APIs. Interoperability is an architectural requirement in inherently multi-vendor AI infrastructure. Organizations should prioritize platforms that adhere to open standards—UET specifications, IETF YANG data models, OpenConfig—over proprietary extensions that create long-term supply chain constraints.
Edge and Regional Interconnect. AI inference increasingly occurs at the edge, requiring low-latency connectivity to cloud reasoning agents. Traffic engineering via Segment Routing over MPLS (SR-MPLS) and SR over IPv6 (SRv6) enables explicit path specification for latency-sensitive flows. Model distribution to edge endpoints requires versioned, efficient distribution protocols. Regional interconnect must be treated as a production input, not a shared utility—it is part of the AI supercomputer’s backplane.
PILLAR 3: OPERATIONAL INTELLIGENCE
Operational intelligence provides the control systems that make the network operable at scale. The AI-ready network cannot be managed through manual processes—a single AI cluster may contain thousands of switches requiring consistent configuration, where a single misconfigured buffer can stall thousands of GPUs.
Automation and Orchestration. The architectural response is declarative intent-based automation. The operator declares the desired network state using IETF YANG data models, and the automation framework translates this into device-level configuration via NETCONF, RESTCONF, and gNMI. Zero-touch provisioning enables switches to self-configure from the moment of installation. Configuration-as-code ensures every device conforms to architectural standards, with drift detected and corrected automatically. Network changes move through CI/CD pipelines that validate against policy and test under AI workload conditions before production deployment.
Telemetry and Monitoring. INT captures per-packet, per-path metrics at microsecond granularity. Streaming telemetry replaces polled monitoring with continuous, event-driven data push. The telemetry platform must ingest, store, and analyze millions of data points per second, enabling cross-layer correlation—tracing a GPU-level stall back through the fabric to the specific optical port and wavelength where the loss occurred. Predictive models detect performance degradation before it causes packet loss, shifting operations from reactive to proactive.
Testing and Validation. A dedicated testing environment must replicate production AI workload patterns—synchronized bursts, collective communication operations, checkpointing incast. Fault injection and chaos engineering validate network behavior under failure conditions. A digital twin of the production network, continuously synchronized, within a bounded delay, with real-time telemetry, enables what-if analysis for topology changes, capacity additions, and configuration updates before production deployment.
Security Architecture. Distributed AI dissolves the traditional network perimeter. The architectural response is in-fabric security: microsegmentation at the switch level validates every flow at the point of ingress, policy is bound to workload identity rather than network location, and the enforcement architecture relies on IEEE 802.1X, MACsec, and IPsec. Policy-as-code manages security rules through the same CI/CD pipelines as network configuration. The immutable audit trail serves double duty as both the security record and the compliance record.
PILLAR 4: STRATEGIC RESILIENCE
Strategic resilience ensures the network survives disruptions, scales with demand, and sustains itself over the long term.
Capacity Planning. Traditional capacity planning, based on historical averages and steady-state utilization, systematically underprovisions for AI. AI traffic is bursty, synchronized, and high-volume by design. Capacity must be provisioned for peak synchronized demand. Simulation-based planning models proposed network designs under projected AI workloads, identifying bottlenecks in the design phase before hardware is committed.
Disaster Recovery. AI training runs lasting weeks or months cannot be restarted from scratch. The network must support checkpointing at AI scale, with Recovery Time Objectives (RTO) and Recovery Point Objectives (RPO) defined per workload. The optical backbone must provide physically diverse paths with automatic protection switching. Failover architectures—active-active or active-passive—must be designed at the network level for inference workloads requiring high availability.
Business Continuity. The network fabric must tolerate WAN partitions without cascading failures, with local control planes capable of independent operation at each site. State reconciliation architecture—based on the shared event log pattern—must preserve causal ordering across partition boundaries. The network must support non-disruptive infrastructure refresh, with redundant paths and hitless failover enabling component replacement without interrupting workloads that run continuously for weeks or months.
The Five-Phase Implementation Roadmap
The migration from legacy to AI-ready network infrastructure is a multi-phase program that must deliver value at each stage while building toward the target architecture. Each phase has defined activities, deliverables, and success criteria. Each phase delivers measurable value before the next begins. Phase durations are calibrated for a Tier-1 cloud services provider; individual organizational timelines may vary based on scale, complexity, and resource availability. The success criteria stated for each phase are drawn from industry benchmarks and practitioner experience with large-scale network transformation programs. They represent targets that are ambitious but achievable for a Tier-1 cloud services provider with dedicated transformation resources and executive sponsorship.
Figure 2: The Five-Phase Implementation Roadmap — A 24–36 Month Transformation Program.
PHASE 1: FOUNDATION (MONTHS 1–6)
The first phase establishes the essential building blocks. Nothing can be automated, optimized, or secured until the network is instrumented and its state is understood.
The starting point is telemetry. Streaming telemetry must be enabled across all network devices in the AI infrastructure path—switches, optics, fabric elements—using gRPC-based protocols and OpenConfig YANG data models. The deliverable is a centralized telemetry platform receiving continuous data streams from every device. The success criterion is 100% telemetry coverage. Without complete visibility, every subsequent phase operates on incomplete information.
With telemetry flowing, a topology knowledge graph must be built—a dynamic map of all devices, links, and interconnections, continuously updated from telemetry data and discovery protocols. The graph must reflect topology changes within seconds, not minutes. Accurate neighbor discovery across all fabric layers is the foundation on which intent-based automation will reason about the network.
Configuration management must be brought under version control. Every device configuration—PFC thresholds, QoS policies, dynamic load distribution parameters—must be stored in version-controlled repositories. Every change must be tracked and attributed. The success criterion is 100% configuration version control with no out-of-band changes permitted. An automation framework that deploys configuration changes cannot operate reliably if changes are also being made through manual processes that bypass the automation pipeline.
Finally, the foundational intent model must be established. This is a structured format for expressing network intent—topology, capacity, QoS policies—in machine-readable YANG-based models. The deliverable is five foundational intents, defined and validated against the existing network state:
- Lossless Transport Intent: “All Remote Direct Memory Access over Converged Ethernet (RoCE) traffic on the AI fabric shall receive PFC priority treatment with zero packet loss under sustained load.”
- Fabric Capacity Intent: “The AI fabric shall maintain a minimum of 30% headroom on all east-west links during peak utilization.”
- Optical Link Diversity Intent: “Every GPU cluster shall have at least two physically diverse optical paths to its checkpoint storage.”
- Configuration Compliance Intent: “All device configurations shall match version-controlled templates. Any deviation shall be detected and flagged within 60 seconds.”
- Telemetry Coverage Intent: “Every device in the AI network path shall stream telemetry data. Any device that stops streaming shall be flagged within 30 seconds.”
These five intents are scoped to be achievable within Phase 1 while covering the most critical dimensions of AI network operations: lossless transport, capacity, resilience, configuration compliance, and observability.
PHASE 2: TRANSLATION (MONTHS 6–12)
The second phase builds the machinery that translates intent into device-level configuration. This is where declarative automation becomes operational.
The centerpiece is the intent compiler—a translation engine that converts YAML or JSON intent specifications into device-level configuration via NETCONF, RESTCONF, and gNMI. The intent compiler is not merely a template engine. It must understand the capabilities and constraints of each target device, select the appropriate protocol for each configuration operation, and handle the transactional semantics that make configuration changes safe. The success criterion is that the five foundational intents from Phase 1 are compiled and deployed without manual intervention.
Before any compiled configuration reaches production, it must be validated in a digital twin—a virtual replica of the AI network, continuously synchronized with production telemetry. The digital twin enables what-if analysis: if this configuration is applied, what happens to fabric utilization, PFC pause events, and flow completion times? The success criterion is 100% of configuration changes validated in the digital twin before production deployment.
Validation checks must be automated. Every intent must pass feasibility validation (can the network support this intent given current capacity?), capability validation (do the target devices support the required features?), and policy validation (does this intent comply with security and operational policies?). The success criterion is zero invalid intents deployed to production.
Multi-domain support must be enabled. The intent compiler must support both data center fabric and optical backbone domains, translating a single intent into coordinated configurations across domains.
PHASE 3: ASSURANCE (MONTHS 12–18)
The third phase closes the loop between intent and reality. The network may be configured correctly at a point in time, but AI workloads cause continuous change—congestion patterns shift, optical performance degrades, buffer utilization fluctuates. Assurance ensures the network remains in its intended state.
Real-time telemetry monitoring must track SLA compliance for all AI network services, updated continuously from streaming telemetry rather than periodically from polled data. Sub-second detection latency for SLA deviations is the success criterion. A RoCE stall that lasts 500 milliseconds must be detected while it is happening, not after the training run has been disrupted.
Drift detection must compare the intended network state against the actual state continuously. Drift can take many forms: a configuration change applied outside the automation pipeline, a performance degradation that violates the intent without changing the configuration, a topology change due to a link failure. The success criterion is 99% detection accuracy for both configuration and performance drift.
The assurance dashboard must provide all stakeholders—network operations, compute operations, capacity planning—with real-time visibility into network state versus intent. Alerting must be integrated with the incident management system so that 100% of SLA breaches generate alerts within one second of detection.
PHASE 4: REMEDIATION (MONTHS 18–24)
The fourth phase enables the network to respond to drift and failures. Detection without response is observation without action. Remediation closes the loop.
Root cause analysis (RCA) must be automated. When drift is detected, the system must correlate telemetry data across layers—optical, fabric, device—to identify the source. A packet loss event at the GPU layer may originate from a congested optical link three hops away. The RCA engine must trace the event across layers. The success criterion is greater than 80% accuracy for common incident types.
At least three remediation types must be implemented and validated in the digital twin before production enablement: rollback to the last known good configuration, traffic rerouting around congested or failed links, and dynamic QoS adjustment.
A policy engine must govern which remediation actions are fully automated, which require human approval, and which are prohibited. The policy framework must be machine-readable, version-controlled, and enforced at the automation layer. The success criterion is 100% of automated remediation actions comply with defined policies.
Supervised remediation must enable a human-in-the-loop approval workflow for actions that exceed the automated threshold. The goal is that 50% of detected issues are resolved automatically without human intervention, with the remainder escalated for approval.
PHASE 5: AUTONOMOUS (MONTHS 24–36)
The final phase extends over 12 months—longer than the preceding phases—because full autonomy is not a single deployment event. It requires progressive expansion of automation scope, validation of continuous optimization across diverse workload patterns, and accumulation of sufficient operational data for the learning system to deliver meaningful accuracy improvements. Each increment of autonomy must be earned through demonstrated reliability.
The automation scope must be expanded to cover all common incident types identified and validated in Phase 4. The success criterion is that 80% of all incidents are resolved automatically. The remaining 20% represent novel failures, complex multi-domain incidents, or situations where policy requires human judgment.
Continuous optimization must become a background process. The network self-tunes PFC thresholds based on observed congestion patterns, adjusts dynamic load distribution policies as workload distributions shift, and reallocates buffer resources as traffic characteristics evolve. The success criterion is a 20% reduction in SLA violations compared to the Phase 3 baseline.
Cross-domain coordination must achieve full automation for standard intents. When a new GPU cluster is provisioned, the orchestration layer coordinates optical link provisioning, fabric configuration, and security policy establishment across domains without manual intervention. Human involvement is reserved for novel or high-risk changes.
The learning system must improve from experience. Machine learning models trained on historical incident and remediation data must increase root cause analysis accuracy over time. The success criterion is a 10% quarterly improvement in RCA accuracy.
COEXISTENCE: RUNNING LEGACY AND AI-READY NETWORKS IN PARALLEL
The transformation cannot be accomplished through a flag-day cutover. The existing cloud network must continue to operate and generate revenue throughout the transition. The AI-ready network is deployed as a separate physical infrastructure—dedicated optical links, dedicated fabric, dedicated switches—wherever possible. Physical separation eliminates the risk that AI workload traffic patterns will disrupt legacy services. Where physical separation is impractical, logical isolation with strict QoS enforcement provides the necessary workload separation. Interconnection points between the two networks must be engineered with the same packet loss, latency and throughput requirements as the AI-ready network. Operational processes must govern both environments simultaneously during a transition measured in years.
ORGANIZATIONAL TRANSFORMATION
The AI-ready network cannot be operated by a team trained only on legacy network operations. Three new skill domains become critical: AI workload literacy (understanding the traffic patterns and failure modes of distributed training and inference), telemetry and data engineering (building and operating streaming telemetry platforms and correlation engines), and automation engineering (designing and operating intent-based automation and CI/CD pipelines). The talent strategy must balance retraining existing engineers—many of the required skills are extensions of existing knowledge—with external hiring for skills that cannot be developed internally in the required timeframe. Retention of critical talent during the transformation is essential: the engineers who understand the legacy infrastructure are essential to the coexistence strategy.
FINANCIAL MODELING
Network investment for AI must be justified on value generation—the network cost per training run completed, per inference served, per GPU-hour utilized—not traditional cost efficiency metrics. This shift from cost-per-bit to value-per-outcome transforms the investment conversation. A network that costs more per gigabit but enables higher GPU utilization generates a return that far exceeds its cost premium. The five-phase roadmap enables investment to be spread over 24 to 36 months, with each phase delivering measurable value before the next begins. The cost of inaction must be quantified and presented alongside the cost of transformation.
CONCLUSIONS:
The physical network is no longer a utility layer that can be taken for granted. It is the foundation on which AI performance depends. The optical backbone determines whether GPU clusters operate at full utilization or sit idle. The network fabric determines whether distributed training completes in days or weeks. The automation and telemetry infrastructure determines whether issues are detected proactively or discovered after customer impact.
The four-pillar reference architecture defines what must be built. The five-phase implementation roadmap defines how to execute the transformation. Together, they form a complete program for infrastructure transformation leaders.
The technologies described here are deployed and operational in production AI networks today. The challenge for infrastructure leaders is not whether these approaches work, but how to adapt them to their organization’s specific constraints, scale, and timeline.
REFERENCES:
[1] TM Forum, “Autonomous Networks: Business Requirements and Framework,” TM Forum IG1251, 2025. [Online].
[2] AMD, “Next Gen Networking Transport for Large Scale AI Training,” May 2026. [Online].
htt
[3] Tolly Group, “Dell Networking Data Center AI Switch Fabric Congestion Mitigation Evaluation,” April 2026. [Online].
[4] Tech Field Day, “Cisco AI Networking Cluster Operations Deep Dive,” November 2025. [Online].
htt
[5] Akamai / WWT, “East-West Is the New North-South: Rethink Security for the AI-Driven Data Center,” February 2026. [Online]. htt
[6] NIST, “Zero Trust Architecture,” NIST Special Publication 800-207, Aug. 2020. [Online].
[7] IETF, “Network Configuration Protocol (NETCONF),” RFC 6241, June 2011. [Online].
[8] IETF, “RESTCONF Protocol,” RFC 8040, January 2017. [Online]. htt
[9] IEEE, “Priority-based Flow Control,” IEEE Standard 802.1Qbb, 2011.
[10] IEEE, “Congestion Notification,” IEEE Standard 802.1Qau, 2010.
[11] OpenConfig, “OpenConfig: Vendor-Neutral Network Configuration and Telemetry,” [Online]. https://www.
[12] Cloud Native Computing Foundation, “gRPC: A High-Performance, Open Source Universal RPC Framework,” [Online]. https://grpc.io/
[13] Ultra Ethernet Consortium, “Ultra Ethernet Specification,” [Online]. https://
………………………………………………………………………………………………………………………………………………………….
References from IEEE Techblog:
Why Batch Pipelines Break AI Agents: The Case For Streaming-First Network Operations
The enterprise network stack is collapsing; AI’s impact; comparison with “Batch Pipelines Break AI Agents”
ABOUT THE AUTHOR:
Shazia Hasnie, Ph.D., is VP Product Strategy and Innovation at Cuber AI, focused on Agentic Network Operations. Her work explores the intersection of autonomous systems, cloud-native infrastructure, and the economic models that make AI operations sustainable at scale. She brings over 20 years of global experience in communications networks and holds a Ph.D. in Communications Engineering from the Australian National University.
AI-RAN and Agentic AI get real: Ericsson, Nokia, Verizon & other operators enter into a new network automation era
Disclaimer: Perplexity.ai was used for research in this article.
Executive Summary:
A cluster of announcements in early-to-mid June 2026 signals a real shift from AI research to commercial AI-driven network automation. Telcos are transitioning from isolated AI pilots to production-grade AI operations deployed across live networks.
-
Ericsson launched its AI in RAN commercial software subscription on June 11th, claiming up to 20% higher downlink throughput and up to 10% better spectral efficiency across more than 15 live deployments using existing baseband silicon.
-
Nokia and Indosat Ooredoo Hutchison (Indonesia) announced a GPU-accelerated AI-RAN partnership in Indonesia on June 8, expanding the Nokia–NVIDIA architecture already adopted by T-Mobile US, SoftBank, and Vodafone.
-
Verizon disclosed that its 60,000-site vRAN is now applying agentic AI to planned configuration changes, service assurance, and network optimization, while publicly calling for industry-wide interoperability standards for agentic systems.
-
Nokia launched an agentic AI framework for IP network operations within its Network Services Platform (NSP), marking its third agentic product announcement in a four-week period.
A growing number of network operators are transitioning from traditional connectivity providers into AI infrastructure operators. SK Telecom (South Korea) announced a gigawatt-scale AI Cloud built on NVIDIA DGX SuperPOD architecture; Deutsche Telekom (Germany) secured the German federal government’s sovereign AI cloud contract; and MTN Group (South Africa) detailed a plan to convert 18,000 African tower locations into a distributed AI inference grid.
Over a six-week window, six major network operators—SK Telecom, Deutsche Telekom, MTN Group, Verizon, SoftBank, and Indosat Ooredoo Hutchison—have converged on a single strategic premise: existing telecommunications infrastructure, including connectivity, physical real estate, and data center capacity, constitutes the foundational footprint for a commercial AI compute business.

………………………………………………………………………………………………………………………………………………………………………………………………
Government’s Buys Into AI Compute:
Government involvement in AI compute is intensifying, with direct implications for telecom strategy. China’s $295 billion program defines the upper bound of state-backed AI compute investment. Beijing announced plans to invest 2 trillion yuan ($295 billion) over five years in AI datacenter infrastructure. China Mobile and China Telecom are designated as the primary operators of a national AI compute network, while Huawei will supply the majority of AI chips—explicitly bypassing NVIDIA. The plan accelerates China’s original 2030 national computing network target to 2028, funded through sovereign debt.
- China’s National Data Administration reported 140 trillion daily AI token flows by March 2026—up 1,400-fold from the start of 2024. China Mobile, China Telecom, and China Unicom launched commercial AI token packages in May, with per-token costs that centralized operations can reduce by approximately 30 percent. China Mobile separately unveiled AI-eSIM, which embeds an autonomous decision layer directly into the SIM.
- Chinese network operators are advancing through the full AI lifecycle—token economy, infrastructure mandate, and sovereign chip supply—at a pace and scale unmatched by any other single market.
Technical Implications for Network Architecture:
The convergence of AI-RAN, agentic AI, and AI infrastructure provision demands architectural evolution across several dimensions:
Standards and Interoperability Gap:
Verizon’s public call for industry-wide interoperability standards for agentic systems highlights a critical bottleneck. Agentic AI frameworks from Ericsson, Nokia, and other vendors must interoperate across multi-vendor networks, yet no standardized protocol exists for agentic command, control, and assurance. This gap mirrors the early RAN interoperability challenges that Open RAN later addressed.
The TM Forum’s Autonomous Networks L4/5 roadmap and the 3GPP 6G standardization process will need to incorporate agentic AI interoperability as a core requirement. Without standards, telcos risk vendor lock-in for AI automation capabilities, undermining the multi-vendor flexibility that has been a telco industry priority for decades.
What This Means for 5G and 6G Roadmaps:
AI-driven automation is becoming a prerequisite for 6G L4/5 autonomous networks. The June 2026 announcements suggest that:
-
5G Advanced deployments will increasingly incorporate AI-RAN as a standard feature, not an optional enhancement.
-
6G specifications (expected by end-2028 per Ericsson) will likely embed agentic AI and autonomous decision layers as core architectural elements.
-
Network economics will shift from bandwidth-centric to compute-centric revenue models, with AI token services and inference grids becoming significant revenue streams.
For network architects, the implication is clear: AI infrastructure must be designed as a first-order network capability, not a second-order application layer. GPU acceleration, agentic orchestration, and token-economy support need to be part of the baseline network architecture from the outset.
Conclusions — The Automation Tipping Point:
June 2026 marks a tipping point where AI-driven network automation transitions from pilot to production. The combination of commercial AI-RAN subscriptions, agentic AI deployments at tens-of-thousands-of-site scale, and telco-led AI infrastructure provision signals that AI is no longer an experimental capability but a core network function.
The critical question for telcos is not whether to adopt AI automation, but how to avoid vendor lock-in while achieving the interoperability required for multi-vendor, multi-domain autonomous networks. Standards bodies, operator consortia, and vendor alliances must address this gap before agentic AI becomes a strategic constraint rather than a competitive advantage.
………………………………………………………………………………………………………………………………………………………………………………………………
References:
https://mtnconsulting.substack.com/p/the-unmanned-network-17-june-2026
Cisco Execs: New “Network Supercycle” as Agentic AI Workloads Reshape Telecom Infrastructure
Cisco Execs: New “Network Supercycle” as Agentic AI Workloads Reshape Telecom Infrastructure
STL Partners webinar: Agentic AI needed for RAN autonomy & efficiency
The Financial Trap of Autonomous Networks: Scaling Agentic AI in the Telecom Core
Nokia to showcase agentic AI network slicing; Ericsson partners with Ookla to measure 5G network slicing performance
T-Mobile US announces new broadband wireless and fiber targets, 5G-A with agentic AI and live voice call translation
Telecom operators investing in Agentic AI while Self Organizing Network AI market set for rapid growth
Ericsson integrates Agentic AI into its NetCloud platform for self healing and autonomous 5G private networks
Agentic AI and the Future of Communications for Autonomous Vehicles (V2X)
Ericsson’s June 2026 Mobility Report Highlights + AI impact on network traffic
Ericsson launches AI in RAN as commercial software subscription:
Ericsson goes with custom silicon (rather than Nvidia GPUs) for AI RAN
Dell’Oro: Analysis of the Nokia-NVIDIA-partnership on AI RAN
RAN silicon rethink – from purpose built products & ASICs to general purpose processors or GPUs for vRAN & AI RAN
RAN Silicon Rethink- Part II; vRAN and General-Purpose Compute
Analysis: Nvidia’s rumored new 6G AI-RAN – likely features/functions and industry impact
Analysis: Nvidia’s $2 billion investment in Marvell; NVLink Fusion ecosystem & RAN vendor silicon strategy
Dell’Oro: AI RAN to account for 1/3 of RAN market by 2029; AI RAN Alliance membership increases but few telcos have joined
Federated Wireless Spectrum AI: Advancing CBRS Efficiency Through AI-Driven RAN Optimization
Introduction:
Recent field trial results from Federated Wireless indicate up to 50% gains in usable CBRS spectrum [1.] and significantly accelerated network planning cycles when using the company’s Wireless Spectrum AI platform [2.]. The field trials were held in markets such as Phoenix and Philadelphia, along with more intensive trials and validations in four counties in Georgia with a tier 1 cable operator and a tier 1 mobile operator, according to Light Reading.
While these results are compelling for operators and enterprise adopters, they warrant careful technical evaluation. This article examines the underlying “Spectrum AI” approach, reviews early performance evidence, and assesses implications for CBRS-based private networks. It also considers deployment risks, regulatory dependencies, and workforce requirements relevant to production-scale adoption.
Note 1. CBRS (Citizens Broadband Radio Service) is a 150 MHz wide broadcast band (3.55 GHz to 3.7 GHz) allocated by the FCC for commercial and private cellular use. Operating in the 3.5 GHz band (Band 48), it utilizes dynamic spectrum sharing to bridge the gap between high-speed 5G/LTE and local Wi-Fi networks.
Note 2. Federated Wireless’ Spectrum AI is a physical AI platform for shared-spectrum planning and coordination in CBRS and 6 GHz environments, designed to improve spectral efficiency, interference management, and deployment speed. It uses real-world propagation and coordination data to help operators unlock more usable capacity without adding spectrum or infrastructure. It’s built to accelerate site planning, refine SAS coordination, and continuously improve with field data and model updates.
…………………………………………………………………………………………………………………………………………………………………………………………………………..
Physical AI for RF Modeling:
Spectrum AI introduces a “physical AI” approach that models radio propagation directly, in contrast to conventional higher-layer traffic analytics used in legacy planning tools. The system is trained on large-scale CBRS propagation datasets, enabling path loss prediction reportedly within 0.5 dB accuracy.
In addition to improved modeling fidelity, Federated claims runtime acceleration on the order of 102–103 compared to Monte Carlo-based simulations. This enables near–real-time spectrum optimization in dynamic environments. The platform interfaces with the Spectrum Access System (SAS), allowing continuous adjustment of grant requests while maintaining regulatory compliance.
A key architectural feature is the use of closed-loop learning: deployment data continuously refines model accuracy, creating a feedback cycle between field performance and planning. Early adopters report up to 90% reductions in planning time, suggesting a transition from static RF design toward adaptive, software-driven control of spectrum resources.

Image Credit: Federated Wireless
…………………………………………………………………………………………………………………………………………………………………..
“We’ve been working on implementing our AI technology for spectrum for the last couple of years,” Federated Wireless President and CEO Iyad Tarazi told Light Reading. “It’s been a long journey with a lot of learnings. … I’m really shocked at the amount of value [AI] is bringing and how it’s changing how I view the business.” “It’s SAS+ with a lot of AI tools,” Tarazi added, noting that it’s designed for large cable operators, mobile carriers and regional wireless network operators.
The original, more rigid, rules-based approach caused operators to use a lot of “conservative buffers” and guardrails because they didn’t have the kind of real-time predictability that AI gives them, Tarazi said. “People were getting frustrated that shared spectrum could do more,” he explained. “Instead of a rules-based [approach], we can do these sorts of massive simulations with a lot of real world data, which is what physical AI is about.”
CBRS Market Context:
CBRS remains the dominant mid-band option for private 5G deployments in the United States. Industry estimates suggest approximately 75% of operational private cellular systems leverage CBRS, with projections exceeding 80% penetration in industrial environments by the early 2030s.
The installed base—hundreds of thousands of CBRS nodes across millions of locations—demonstrates that the ecosystem has moved beyond early trials into scaled deployment. Continued activity from cable operators, system integrators, and neutral-host providers reinforces this momentum. At the same time, the shared-spectrum model remains attractive due to its cost structure and regulatory accessibility.
Within this context, solutions that increase spectral efficiency without requiring additional licensed spectrum are particularly well positioned. Spectrum AI directly targets this requirement.
Reported Capacity and Efficiency Gains:
Federated Wireless reports several performance improvements based on simulations and early field data:
-
Up to 5× capacity gains in dense indoor environments.
-
Approximately 50% increase in usable spectrum across CBRS tiers.
-
102–103× faster RF simulation and planning cycles.
-
Up to 50% reduction in required site count, with estimated capital expenditure savings near 40%.
These metrics, if validated, would materially improve the economics of private 5G. However, all results are currently vendor-reported, and independent benchmarking across diverse deployment scenarios remains limited.
Enterprise Cost Implications:
Private network cost structures are heavily influenced by radio density, site acquisition, and backhaul provisioning. Reductions in node count directly translate into capital and operational savings.
For illustration, consider a 500-site CBRS deployment in a manufacturing environment. A 50% reduction in radios could eliminate approximately 250 nodes, potentially saving on the order of several million dollars in equipment costs while reducing power consumption and maintenance overhead. In parallel, faster planning cycles compress deployment timelines, improving time-to-value for enterprise use cases.
Improved spectral reuse also enables capacity expansion without incremental spectrum costs, enhancing return on investment for existing CBRS allocations.
Deployment Considerations and Risks:
Despite the potential benefits, several risks must be addressed before large-scale adoption:
-
Validation: Performance claims must be independently verified across heterogeneous environments, including industrial, campus, and rural deployments.
-
SAS interoperability: Dynamic spectrum optimization requires robust interaction with SAS platforms; inconsistencies could affect compliance or performance.
-
Regulatory uncertainty: Ongoing FCC proceedings related to CBRS power limits and tiering structures may impact long-term investment assumptions.
-
Security and control: AI-driven RF optimization introduces new attack surfaces and operational risks; explainability and override mechanisms are essential.
These factors underscore the need for phased deployment strategies, rigorous testing, and governance frameworks.
Strategic Implications:
Spectrum AI should be viewed as an incremental but meaningful evolution in RAN optimization rather than a disruptive architectural shift. By increasing effective capacity within existing mid-band allocations, it supports new enterprise and industrial use cases without additional spectrum licensing.
System integrators may incorporate such capabilities into broader solutions that include Wi-Fi 7, edge computing, and security platforms. For operators and neutral-host providers, improved spectral efficiency can reduce infrastructure intensity while expanding serviceable markets.
At a policy level, demonstrated gains in shared-spectrum efficiency could reinforce support for dynamic spectrum access models.
Workforce and Skills Requirements:
The adoption of AI-driven spectrum management increases the demand for interdisciplinary expertise spanning RF engineering, machine learning, and regulatory compliance. Key competencies include:
-
CBRS operational frameworks and SAS interfaces.
-
RF propagation modeling and validation.
-
AI/ML model governance and lifecycle management.
-
Security controls for autonomous network functions.
Structured training and certification programs can help address these requirements, particularly as networks evolve toward greater automation.
Conclusions:
Federated Wireless’ Spectrum AI highlights the growing role of AI in spectrum-aware RAN optimization. Early results suggest meaningful gains in capacity, cost efficiency, and deployment speed within CBRS networks. However, independent validation, regulatory stability, and robust operational controls will be critical to realizing these benefits at scale.
For technical decision-makers, the near-term priority is to evaluate performance claims through controlled trials, assess interoperability with existing SAS and RAN infrastructure, and align organizational capabilities with the demands of AI-driven network operations.
…………………………………………………………………………………………………………………………………………………………………………………………..
References:
Spectrum AI Advances AI Telecom Networks With CBRS Capacity Gains
GSMA Vision 2040 study identifies spectrum needs during the peak 6G era of 2035–2040
Dell’Oro: Fixed Wireless Access revenues +10% in 2025 & will continue to grow 10% annually through 2029
SNS Telecom & IT: Private LTE & 5G Network Ecosystem – CAGR 22% from 2025-2030
SNS Telecom & IT: CBRS Network Infrastructure a $1.5 Billion Market Opportunity
Big 5G Conference: 6G spectrum sharing should learn from CBRS experiences
Analysis: Ericsson’s leading role in French INTENTION 6G project
Ericsson’s R&D center in France is leading INTENTION-6G, a project worth more than €12 million over four years. It’s backed by the France 2030 plan to embed AI into RAN control for energy efficiency and intent-based operation. Partners include Orange, BubbleRAN and CentraleSupélec.
INTENTION 6G aims to optimize energy consumption of the Radio Access Network (RAN) while meeting 5G/6G traffic requirements. At the heart of the project is the integration of artificial intelligence into network control, particularly at RAN level, to improve both performance and energy efficiency. The project has now reached its mid development phase, enabling the first technology building blocks to be defined.
INTENTION 6G is based on a public private partnership approach that combines industrial, academic and entrepreneurial expertise. The project makes it possible to design, test and validate new solutions through demonstrators and experimental platforms, with a view to their gradual integration into tomorrow’s networks.
Several key areas structure the work: advanced automation of network functions, dynamic optimization of energy consumption, and the development of so called “intent based” networks, capable of automatically adjusting their performance to usage and needs thanks to artificial intelligence.
Christian Leon, Head of Ericsson Western Europe, says:
“Mobile networks are evolving to meet ever increasing requirements in terms of performance, energy efficiency and resource optimization. With INTENTION 6G, Ericsson France’s R&D center is actively contributing, alongside leading French partners, to laying today the foundations for the networks that will support tomorrow’s critical use cases and digital transformations.”

-
- Intent-Based Networking (IBN): The project designs networks capable of automatically adjusting performance. Operators issue high-level business goals (intents) via language models, which the system automatically translates into exact technical configurations.
- Advanced Automation: AI takes over network control loops at the Radio Access Network (RAN) level. This shifts management from rigid, manual rules to real-time, zero-touch autonomous domain operations.
- Dynamic Energy Optimization: Mitigating the heavy carbon footprint of next-gen hardware is a priority. AI dynamically monitors traffic demands to initiate micro-sleep and scale down RAN energy use without dropping service quality.
- Standalone Native AI Architecture: It avoids complex legacy radio splitting by prioritizing a standalone architecture. AI components function pervasively across the edge-cloud continuum through a dedicated “AI interconnect”.
- Integrated Sensing and Communication (ISAC): Turning the network into a radar grid to track real-time physical environments.
- Mass-Market Immersive Experiences: Assuring low-latency and continuous data throughput for holographic communications and mixed reality (XR).
- Industry 5.0: Powering dynamic workgroup creation and traffic handling for mobile robot swarms, autonomous delivery drones, and smart factories.
……………………………………………………………………………………………………………………………..
Building on its R&D center in France, opened in 2020, Ericsson says it’s leveraging its expertise in next generation network technologies. The teams involved are particularly specialized in 6G research, AI native networks, critical networks and cybersecurity. The center has already contributed to a portfolio of more than 180 patents in mobile technologies and is part of a strong ecosystem of academic and industrial partners in France.
By mobilizing its innovation capabilities and drawing on a rich and committed ecosystem, Ericsson is helping to prepare a new generation of networks that are smarter, more flexible and more sustainable.
References:
https://www.ericsson.com/en/press-releases/3/2026/intention-6g
https://ieeexplore.ieee.org/document/10942858/
S&P Global Market Intelligence Surveys: Fiber Deployments in U.S. and Europe + AI Infrastructure Causes Market Shift
S&P’s Global Market Intelligence most recent survey showed that 87% of telecom providers in North America and Europe were deploying fiber optics last year, about the same as 2024. That’s according to the firm’s Erik Keith during a webinar hosted June 17th by the Fiber Broadband Association and its president, Gary Bolton. Among the 104 telecom operators surveyed globally, nearly nine out of ten are already using fiber as part of their broadband strategy. On the cable side, more than two-thirds of operators have either deployed fiber-to-the-home or plan to do so.
The Fiber Broadband Association says, “FTTH technology is clearly the “end game” solution for wireline broadband access services, however, the speed and scope of operator migration to full-fiber networks varies widely, depending on factors such as operator roadmaps and competitive landscape conditions.”

- Pervasive Adoption: Among the 104 telecom operators surveyed globally, 87% in North America and Europe utilize or are actively deploying fiber.
- FTTH Dominance: Fiber-to-the-home (FTTH) is widely regarded as the ultimate end-game for wireline broadband, though legacy copper and fixed wireless networks remain a part of some operators’ transition strategies.
- Cable Operator Progress: On the cable side, more than two-thirds of providers have already deployed FTTH or plan to do so as competition intensifies. More than two-thirds of surveyed cable operators have either deployed FTTH or plan to do so in the near future.
- Growing Cable Competition: Fiber overlap now extends across an estimated 75% of the U.S. cable footprint. Because of this, traditional cable operators are experiencing continued broadband subscriber losses and are actively revising their pricing and bundling strategies.
- High Consumer Satisfaction: Consumer surveys show that gigabit-tier fiber subscribers report the highest overall satisfaction rates, while fiber providers—including Verizon, Breezeline, and Frontier—claim the three lowest monthly churn rates in the U.S.
- AI as a Fiber Catalyst: Fiber is increasingly viewed as a dual-use asset capable of supporting both residential users and hyperscalers, as surging artificial intelligence (AI) demands require advanced, high-capacity infrastructure.
……………………………………………………………………………………………………………….
A different S&P Global Market Intelligence report argues that AI infrastructure demand is becoming linked to a larger market shift: constrained energy supply, higher expected earnings for producers and a growing premium for companies that control scarce capacity. For telecom and technology markets, the report adds another layer to the AI infrastructure conversation. The AI buildout is often discussed in terms of chips, models, cloud platforms and data centers. S&P Global Market Intelligence’s analysis suggests the conversation also needs to include energy supply, regional exposure, capex efficiency and the market value of scarce capacity.
……………………………………………………………………………………………………………….
References:
https://www.benton.org/headlines/fiber-breakfast-week-24-fiber-technology-trends
2026 Fiber Connect Keynote: “The Future of Fiber Optics: AI and the Quantum”
Analysis: Fiber Broadband Association (FBA) whitepaper: Upgrading MSO Networks to Fiber to the Home (FTTH): A Technical Perspective
Fiber Broadband Association Middle Mile WG: how to use “Digital Infrastructure Networks” for coordinated fiber backbone investments
Analysis: AT&T 1Q-2026 results: increased fiber penetration, FWA momentum, D2D deals, and mobile/home internet bundles
Fiber Optic Boost: Corning and Meta in multiyear $6 billion deal to accelerate U.S data center buildout
Fiber Optic Networks & Subsea Cable Systems as the foundation for AI and Cloud services
How will fiber and equipment vendors meet the increased demand for fiber optics in 2026 due to AI data center buildouts?
Automating Fiber Testing in the Last Mile: An Experiment from the Field
AI wireless and fiber optic network technologies; IMT 2030 “native AI” concept
EdgeCore Digital Infrastructure and Zayo bring fiber connectivity to Santa Clara data center
Fiber Connect 2023: Telcos vs Cablecos; fiber symmetric speeds vs. DOCSIS 4.0?
SHIELD-6G with AI-native cyber threat intelligence platform to enhance cybersecurity for Europe’s future 6G networks
The SHIELD-6G (Scalable, Hybrid, and Intelligent End-to-End Defense for 6G Networks) project is exploring ways of strengthening cybersecurity for Europe’s future 6G networks. Backed by an €8 million ($9 million) grant from the European Commission, the 36-month initiative brings together 19 international partners to build an AI-native cyber threat intelligence platform for future networks. Telefónica, Ericsson and Nokia are among 19 companies and research organizations from 10 European countries (Ireland, Spain, Finland, France, the Netherlands, Italy, Greece, Latvia, Estonia, and Turkey) are involved. The project is being coordinated by University College Dublin.
“Future 6G networks are expected to support highly sensitive and mission-critical applications, including connected healthcare, autonomous industrial operations, smart manufacturing, maritime connectivity, and resilient public and private communications,” states the press release.
“6G networks will form the foundation of Europe’s next generation of digital services, but their success will depend on trust, resilience, and security by design,” said Madhusanka Liyanage, Associate Professor/Ad Astra Fellow and Director of Graduate Research at the School of Computer Science, University College Dublin, Ireland. “SHIELD‑6G brings together a strong European consortium to develop intelligent cybersecurity capabilities that can protect critical services and support Europe’s digital sovereignty.”
“6G is way more complex than 5G, because it manages more devices, and there’s more automation, and with automation there come problems,” says Bart Siniarski, director at MBP Network Technology, a Shield-6G member organization. “The attack surface will be extended by a couple of magnitudes. So when we step into 6G — which is, to me, 5G on AI steroids — there are going to be problems at the beginning. And then over time [the goal is that] we are comfortable using 6G in critical infrastructure like hospitals or factories or maybe in shipping and militaries.”
………………………………………………………………………………………………………………………………………………………
The SHIELD-6G project tests and validates its AI-native cyber threat intelligence platform across three primary mission-critical use cases. These scenarios are selected because they require ultra-reliable low latency, mass automation, and high security.
Core AI Security Technologies:
Privacy-Preserving Analytics: Uses federated learning and differential privacy to train threat detection models locally on edge devices. Networks share intelligence without exposing sensitive underlying user data.
Explainable AI (XAI): Ensures complex model decisions are transparent by providing clear, human-readable explanations for network blocks or flags. This prevents false alarms from interrupting critical infrastructure like hospitals or shipping lanes.
Zero-Touch Security Orchestration: Combines automation with secure multi-party computation to isolate and mitigate zero-day network breaches. Responses trigger dynamically with minimal human intervention.
Digital Twin Simulation: Embeds AI models into a network digital twin environment to safely stress-test defenses. The software predicts how an attack will propagate before it affects live network traffic.
………………………………………………………………………………………………………………………………………………………
-
- AI-Native Threat Detection: Developing an automated, real-time cyber defense platform for identifying and mitigating known and unknown threats, including zero-day attacks.
- Privacy & Resilience: Using secure multi-party computation and federated learning to ensure user data remains private while improving systemic network resilience.
- Real-World Validation: Testing the 6G security framework across critical use cases such as connected healthcare, smart manufacturing, and maritime connectivity.
- Coordinating Institution: University College Dublin (UCD).
- Key Partners: Includes multinational companies, specialist SMEs (such as UCD spinout MBP Systems), and the global defense and aerospace giant Thales.
- Funding: Backed by the EU under the Horizon Europe program through the Smart Networks and Services Joint Undertaking (SNS JU).
-
- Remote Medical Operations: Securing ultra-low latency connections required for real-time remote robotic surgeries and critical patient monitoring.
- Data Privacy Compliance: Ensuring that highly sensitive personal health telemetry data remains private during processing.
- Interconnected Medical Devices: Safeguarding thousands of continuous-monitoring hospital IoT devices from unauthorized network penetration.
-
- Autonomous Industrial Operations: Protecting automated, closed-loop machinery and collaborative factory floor robots from data injection or remote hijacking.
- Digital Twin Environments: Modeling and simulating cyberattacks safely inside factory digital twins without disrupting ongoing physical production.
- Supply Chain Automation: Securing end-to-end logistics automation against zero-day vulnerabilities in multi-stakeholder industrial software.
- Autonomous Shipping & Logistics: Defending open-sea navigation, automated port loading systems, and vehicle-to-infrastructure communication channels.
- Critical Coastal Infrastructure: Ensuring stable, tamper-proof communications for offshore installations like deep-sea cargo networks and renewable energy hubs.
- Satellite-Terrestrial Handover: Securing the handoff of tracking data as vessels transition between ground stations and global satellite communication networks.
The SHIELD-6G platform utilizes AI-native, privacy-preserving, and automated technologies to establish a Cyber Threat Intelligence (CTI) pipeline tailored for 6G networks. These technologies allow multi-stakeholder networks to self-heal against cascading vulnerabilities without sharing raw data.
……………………………………………………………………………………………………………………………………………………………
References:
https://www.telecoms.com/5g-6g/european-consortium-launches-shield-6g-security-project
https://www.darkreading.com/cybersecurity-operations/eu-6g-network-security
linkedin.com/posts/bartsiniarski_shield6g-6g-cybersecurity-activity-7467489224217460736-A0yi
Analysis & Implications of the Communications Cybersecurity Information Sharing and Analysis Center (C2 ISAC)
Key Differences Between Network Cybersecurity and Control System Cybersecurity & Why It Matters
Anthropic’s Project Glasswing aims to reshape IT cybersecurity
Emerging Cybersecurity Risks in Modern Manufacturing Factory Networks
Cisco to lay off more than 4,000 as it shifts focus to AI and Cybersecurity
StrandConsult Analysis: European Commission second 5G Cybersecurity Toolbox report
GSA Meetup: Cyber Security Continues as Major Obstacle for IoT Adoption
Demythifying Cyber security: IEEE ComSocSCV April 19th Meeting Summary
3GPP approves timelines for Release 21 which will specify 6G RAN, Core and 5G Advanced
At 3GPPs meeting last week in Singapore, Technical Specification Group (TSG) RAN #112 approved the full Release-21 timeline jointly proposed by the three TSG Chairs. On June 12th, more than 150 participants from the regions ICT community attended ‘3GPP 6G Standardization: From Study to Specification,’ featuring the combined technical leadership of 3GPP. Topics covered in the summit included the 3GPP Chairs’ analysis of progress this week on 5G Advanced work items and 6G studies across the TSGs. There were also expert overviews on some key topics: AI/ML, ISAC (integrated sensing and communications), Massive MIMO evolution, NTN standards cooperation and security considerations for the 3GPP 6G System.
This formally completes the first 6G study item in 3GPP and sets the stage for the third quarter this year in which 3GPP working groups must settle numerous questions, including the migration architecture that network operators have wanted a decision on for over a year. 3GPP TSG RAN Chairman Younsun Kim, PhD, Samsung, said during a joint session with the other two TSGs (SA and CT) that “no decisions were possible” on migration options, with input now hoped for at TSG RAN#113, scheduled for September 14–17, 2026 in Madrid, Spain. Vodafone warned in a 3GPP contribution titled, “Good migration option decisions in September need hardware impacting decisions now!” that the September decision point only works if the plenary stopped deferring decisions.
Some achievements at this 3GPP Singapore meeting:
- Over 590 standards delegates welcomed by our Hosts to Singapore.
- Social events and a Singapore Industry summit on 3GPP held.
- Singapore Ministry and Government visitors welcomed as guests.
- All Work Items and Study Items for 5G‑Advanced on schedule in Release‑
- 14 Study Items for 6G progressing.
- The TSG RAN Study on 6G Scenarios and requirements (TR 38.914) approved this week.
- First timeline for early 6G specifications approved (Rel-21).
3GPP’s Release 21 will comprise the first 6G specs as well as 5G-Advanced. Release 21 work items for 6G and 5G-Advanced are scheduled to be approved with a first functional freeze in March 2027 and a second freeze in June 2028, with a “checkpoint” in March 2028 for 80% of the work to be done. The stage 3 final freeze is set for December 2028. The full and final code freeze is scheduled for March 2029.
Guy Daniels wrote in a blog post titled, “Analysis of 3GPP RAN #112: Timeline locked but the migration question unanswered“:
There is a 3GPP structural oddity in the details. The March 2027 6G “package approval” is the approval of a placeholder whose RAN2/3/4 content is finalized three months later. This is deliberate concurrency, not an oversight, it’s how the 3GPP works. The normative engineering windows are equally tight: RAN1 runs Q2 2027 to Q3 2028; RAN2/3/4 run Q3 2027 to Q4 2028; six quarters each to specify a new radio generation.”
“The Scenarios and Requirements study is finished, but the political questions it deferred are not. The requirements now say what 6G must do. September begins the fight over what it will be.”

……………………………………………………………………………………………………………………………………………………………………………………………………………………………….
In a blog post summarizing last week’s plenary meeting, Ericsson said 6G standardization “is in full swing” and highlighted some of the early 6G decisions, including choices for waveform, modulation, channel coding, a basic security framework and supported bandwidths. The agreed 6G waveform is to use cyclic-prefix orthogonal frequency-division multiplexing (CP-OFDM) in the downlink. There are two options for uplink: CP-OFDM and discrete Fourier transform spread OFDM (DFT-s-OFDM). Supported bandwidths will range from 3MHz to 400MHz. 3GPP also agreed that 5G channel codes “will be largely reused” in 6G.
Here’s Ericsson’s timeline for 6G:

“6G is coming into focus…We are at a point now where a lot of pieces of the puzzle are starting to come together,” Gabriel Brown, senior principal analyst at Omdia, explained in a recent podcast with colleague and analyst Ruth Brown (no relation). The analysts also presented the 6G state of play at the 6G Summit hosted by ATIS’s Next G Alliance ahead of Network X Americas last month. Gabriel noted there has been a mindset shift among telcos about 6G from being “cautious” to “embracing it.” He said that the World Radiocommunication Conference next year (WRC-27) and the Summer Olympic Games in Los Angeles in 2028 will be important “checkpoints” for the anticipated early 2029 arrival of the 6G standards.
“[The LA Summer Olympics] is going to be an amazing opportunity for the U.S. ecosystem to showcase the potential of next-generation connectivity…It’s a chance to show how wireless can serve all the other industries there,” he added.
It will be important to watch for 3GPP’s September 2026 Madrid meeting output deliverables to get a sense of what functions and features might be in 6G RANs.
……………………………………………………………………………………………………………………………………………………………………………………….
6G Core Network:
The 6G core network architecture (such as signaling, network management, security, 6G specific features, and AI-native core architecture) will be defined in Release 21 Stage-2 (System & Architecture) scheduled to be completed in June 2028. Stage-3 (Protocol Specifications) is slated for December 2028 with ASN.1 & OpenAPI Freeze to be completed in March 2029.
3GPP decided NOT to liaise/contribute their 5G SA core network architecture specs to ITU-T, but ETSI rubber stamped them. Just as they did with IMT-2020 (5G), 3GPP will likely maintain exclusive development and control over all non-radio specifications for IMT-2030 (6G). Instead of formalizing them through ITU-T. 3GPP relies on its own Organizational Partners, e.g. ETSI and ATIS, to adopt the core network framework in their standards. 3GPP decided to bypass ITU-T for the 5G mobile core network, opting to develop 5G SA core network specs directly to ensure rapid, market-driven deployment.
……………………………………………………………………………………………………………………………………………………………………………………………
Addendum – 3GPP specs are NOT standards and have no legal standing:
What most, if not all, telecom trade publications (like this one) get completely wrong is that 3GPP does not produce standards, but specifications via their Releases. Those must be contributed, discussed, debated and approved by official SDOs like ITU-R and ETSI or other 3GPP members.
In the case of 5G/IMT 2020, ATIS presented all 3GPP RIT/SRIT specifications as contributions to ITU-R WP5D, which is 100% responsible for all IMT terrestrial radio interface standards (ITU-R recommendations). It should also be noted that ITU-R WP 5D has sole responsibility for IMT 2030/6G Frequency Arrangements which will be done after 6G frequencies are agreed at the ITU World Radiocommunication Conference (WRC-27),which is scheduled to take place from October 18 to November 12, 2027, in Shanghai, China.
“The 3GPP Technical Specifications and Technical Reports have, in themselves, no legal standing. They only become “official” when transposed into corresponding publications of the Partner Organizations (or the national / regional standards body acting as publisher for the Partner). At this point, the specifications are referred to as UMTS within ETSI and FOMA within ARIB/TTC.”
https://portal.etsi.org/new3g/specs/publications_partners.htm
From Qualcomm:
“3GPP Organization – Fixing three common misconceptions: 3GPP develops technical specifications, not standards. This is a subtle, but important organizational clarification. 3GPP is an engineering organization that develops technical specifications. These technical specifications are then transposed into standards by the seven regional Standards Setting Organizations (SSOs) that form the 3GPP partnership.”
https://www.qualcomm.com/news/onq/2017/08/understanding-3gpp-starting-basics
The Partnership Project is not a legal entity but is a collaborative activity between the following recognized Standards Development Organizations (SDO):
- The Association of Radio Industries and Businesses (ARIB) – Japan
- The Alliance for Telecommunications Industry Solutions (ATIS) – US
- China Communications Standards Association (CCSA) – China
- The European Telecommunications Standards Institute (ETSI) – Europe
- Telecommunications Standards Development Society (TSDSI) – India
- Telecommunications Technology Association (TTA) – South Korea
- Telecommunication Technology Committee (TTC) – Japan
The Partnership Project is entitled the “THIRD GENERATION PARTNERSHIP PROJECT” and may be known by the acronym “3GPP.”
………………………………………………………………………………………………………………………………………………………………………………………………
References:
https://www.3gpp.org/news-events/3gpp-news/tsg112#:~:text=3GPP%20plenaries
https://www.3gpp.org/news-events/3gpp-news/rel21-timeline
https://6gfutures.substack.com/p/analysis-of-3gpp-ran-112-timeline
https://www.ericsson.com/en/blog/2026/6/6g-standardization-key-milestones-and-ran-decisions
https://www.3gpp.org/about-us/legal-matters
https://portal.etsi.org/new3g/specs/publications_partners.htm
https://www.lightreading.com/6g/it-s-official-6g-specs-are-set-for-early-2029
https://www.itu.int/en/ITU-R/study-groups/rsg5/rwp5d/imt-2030/Pages/default.aspx
Roles of 3GPP and ITU-R WP 5D in the IMT 2030/6G standards process
ITU-R M.[IMT-2030.EVAL] & ITU-R M.[IMT-2030.SUBMISSION] reports: Evaluation & Submission Guidelines for 6G RIT/SRITs (6G)
IMT-2030 (“6G”) Minimum Technology Performance Requirements for Radio Interface Technologies
Comparing AI Native mode in 6G (IMT 2030) vs AI Overlay/Add-On status in 5G (IMT 2020)
Analysis: Nvidia’s rumored new 6G AI-RAN – likely features/functions and industry impact
ITU-R WP 5D Timeline for submission, evaluation process & consensus building for IMT-2030 (6G) RITs/SRITs
ITU-R WP 5D reports on: IMT-2030 (“6G”) Minimum Technology Performance Requirements; Evaluation Criteria & Methodology
AI wireless and fiber optic network technologies; IMT 2030 “native AI” concept
Highlights of 3GPP Stage 1 Workshop on IMT 2030 (6G) Use Cases
Should Peak Data Rates be specified for 5G (IMT 2020) and 6G (IMT 2030) networks?
GSMA Vision 2040 study identifies spectrum needs during the peak 6G era of 2035–2040
Highlights and Summary of the 2025 Brooklyn 6G Summit
NGMN: 6G Key Messages from a network operator point of view
Nokia and Rohde & Schwarz collaborate on AI-powered 6G receiver years before IMT 2030 RIT submissions to ITU-R WP5D
Verizon’s 6G Innovation Forum joins a crowded list of 6G efforts that may conflict with 3GPP and ITU-R IMT-2030 work
Nokia Bell Labs and KDDI Research partner for 6G energy efficiency and network resiliency
Deutsche Telekom: successful completion of the 6G-TakeOff project with “3D networks”
Market research firms Omdia and Dell’Oro: impact of 6G and AI investments on telcos
Qualcomm CEO: expect “pre-commercial” 6G devices by 2028
Ericsson and e& (UAE) sign MoU for 6G collaboration vs ITU-R IMT-2030 framework
Virtualization’s role in 5G Advanced (3GPP Release 18) and a proposed new hardware architecture
Ericsson’s June 2026 Mobility Report Highlights + AI impact on network traffic
Ericsson’s June 2026 Mobility report states that:
- 5G global subscriptions have now passed the 3 billion mark with the addition of 162 million in the first quarter of 2026.
- Half of the world’s mobile data traffic is now carried over 5G vs 48% at the end of 2025. It’s forecast to rise to 85% by the end of 2031.
- Mobile network data traffic growth exceeded expectations, at 22% between Q1 2025 and Q1 2026.
- Fixed Wireless Access (FWA) adoption is also growing, with around 70% of FWA service providers now offering the service over 5G.
- The number of commercial 5G SA network slicing offerings has increased from 65 to 84 in just 6 months.
- Cellular IoT connections are expected to approach 8 billion by the end of 2031
“With the upcoming transition to physical AI, traffic patterns will fundamentally shift as we move from centralized models in data centers to distributed, autonomous AI agents embedded across our device vehicles and cities, commonly connected by 5G,” said Ericsson CTO Erik Ekudden, in a statement accompanying the report.
“Mobile networks are no longer only about providing best-effort connectivity, they are becoming critical, intelligent infrastructure that meets diverse application needs, Reflecting part of this shift is the continued rise in new commercial service offerings based on 5G standalone network slicing and the number of communications service providers deploying 5G SA,” Ekudden said.
Image Credit: Ericsson
……………………………………………………………………………………………………………………………………………………………………….
Impact of Agentic AI workloads on network traffic:
The most critical engineering takeaway from the report is a profound asymmetry in data traffic growth, heavily driven by agentic AI workloads and user-generated content.
Key Insights:
- AI-driven applications – spanning smartphones, AI/AR smart glasses and autonomous vehicles – are inherently uplink heavy, generating continuous data streams that challenge traditional downlink-dominated traffic patterns.
- Uplink traffic growth is already outpacing downlink for many service providers, with field measurements indicating capacity constraints under peak load. Scenario modeling suggests that additional AI traffic will result in uplink traffic being three times higher in 2031 compared to 2025.
- Current networks are not dimensioned for sustained uplink demand, calling for a step change in design – from 5G software and hardware enhancements in the near term to 6G-native uplink innovations over the longer horizon.
- Traffic Inversion: Traditionally, cellular networks are architected and provisioned to handle heavily downlink-centric (DL) traffic patterns. However, the proliferation of multimodal generative AI and uplink-heavy applications is radically flipping this paradigm.
- Field Measurement Data: Out of 55 global operators analyzed, 43 experienced uplink (UL) growth rates outpaces DL growth. Crucially, 17 of those service providers reported UL expansion exceeding DL by a factor of 1.5x or higher.
- Projections: Ericsson’s scenario modeling suggests that cumulative AI-driven traffic could cause UL demands to spike threefold by 2031 compared to 2025 baselines.
- Near-Term: Immediate deployment of 5G RAN software optimizations and hardware refreshes. This includes pushing for 5G Standalone (SA) core migrations, leveraging AI-optimized Massive MIMO beamforming, and utilizing network slicing to guarantee bounded latency for critical UL channels.
- Long-Term: Transitioning to 6G-native uplink innovations. Early 6G standardization, targeted for finalization around 2028–2029, will focus deeply on AI-native architectures, Integrated Sensing and Communication (ISAC), and asymmetric air-interface designs natively optimized for continuous data streams.
Market Outlook:
Resolving these capacity constraints requires immediate, targeted infrastructure capital expenditure. While macro RAN spending has faced recent headwinds, the urgent necessity to re-dimension the air interface for an AI-centric world represents a powerful pipeline catalyst for Ericsson and its infrastructure rivals. Telco spending on RAN products has slumped from $45 billion in 2022 to $35 billion last year, according to analysts at Omdia, while Ericsson’s annual sales have dropped from SEK271.5 billion ($28.8 billion) to SEK236.7 billion ($25.1 billion) over this same period.
References:
https://www.ericsson.com/en/reports-and-papers/mobility-report/reports/june-2026
GSA: Global private mobile networks exceed 2,000 worldwide; Ericsson Private 5G from Verizon Business extends beyond U.S.
Ericsson reports 10% drop in 1st quarter sales; targets network growth
AT&T and Ericsson boost Cloud RAN performance with AI-native software running on Intel Xeon 6 SoC
Ericsson and Intel collaborate to accelerate AI-Native 6G; other AI-Native 6G advancements at MWC 2026
Ericsson goes with custom silicon (rather than Nvidia GPUs) for AI RAN
Nokia to showcase agentic AI network slicing; Ericsson partners with Ookla to measure 5G network slicing performance
China’s telecom industry rapid growth in 2025 eludes Nokia and Ericsson as sales collapse
Latest Ericsson Mobility Report talks up 5G SA networks and FWA
Ericsson Mobility Report touts “5G SA opportunities”
GSA: Global private mobile networks exceed 2,000 worldwide; Ericsson Private 5G from Verizon Business extends beyond U.S.
The number of worldwide private mobile networks that are worth more than €100,000 exceeds 2,000, according to the Global mobile Suppliers Association (GSA). Demand is being driven by the growing data, security, digitization and mobility requirements of modern enterprise and government entities. GSA said that at the end of 1Q2026, it had identified 2,003 organizations in 88 countries worldwide that had deployed one or more private mobile networks. The private mobile networks it counted had contract values of more than €100,000 (~$116,000). A further 178 private mobile networks are worth between €50,000 and €100,000, GSA said.
4G-LTE remains the dominant technology, accounting for 1,369 of the customers catalogued by the GSA, but 5G is inching up; 5G is deployed in 974 of the networks, often in conjunction with LTE, but 5G-only networks increased by one percentage point on Q4 2025 to account for 30.3% of customers. GSA said that 76% of the references are non-public and unique. Some industries are cagier than others– in sectors like military and defense, maritime, and the power plants space more than 80% of references are not in the public domain.
Image Source: GSA
Although the proportion of 5G only deployments makes up a significant number of references (30.3%), it must be noted that this number skews toward long-term trials and deployments within educational and test-bed or validation facilities, with a limited number running real operation in industrial situations.
………………………………………………………………………………………………………………………………………………………………………………………………………….
The top five markets are currently the US, Germany, the UK, China and Japan, but those markets were exceeded in growth terms in the first quarter of 2026 by another market in the top 10; Canada saw the number of customers of private mobile networks grow by 5% in Q1. The UK had the next-highest growth rate at 4%, followed by the US at 2% and Germany at 1%.
China is often reported to have a high number of private networks at more than 40,000, the GSA said. But it believes that many of those networks actually use public mobile networks and therefore do not meet its definition for inclusion in its report.
“As the report clearly shows, a large number and varied range of market participants are actively engaged in developing and delivering solutions for private mobile networks,” said GSA president Joe Barrett, in a statement accompanying the group’s latest Private Mobile Networks publication.
“With so much opportunity, and so many regulators planning initiatives to make spectrum available for LTE and 5G private usage, we expect significant market developments over the next couple of years,” Barrett said. Naturally, there is a strong correlation between the number of private mobile networks in a country and the availability of dedicated spectrum there. In addition, private mobile network deployments are mainly in high-income and upper-middle-income countries, according to the GSA.
The GSA did not specifically mention the high-income Middle Eastern markets in its report summary, but it’s probably safe to assume that countries like Oman will help to drive growth going forward. Port of Salalah in the south of Oman announced the launch of the country’s first fully managed private 5G network in partnership with incumbent telecoms operator Omantel. The network will support automation and accelerate the port’s digital transformation, boosting the efficiency of its logistics operations, it said. And both parties indicated that they expect the deal to kick-start the wider use of private enterprise 5G networks in Oman, looking specifically at ports, logistics and industry.
…………………………………………………………………………………………………………………………………………………………………………………………………………………………………
Ericsson Private 5G is now available through Verizon Business beyond U.S. borders. It’s targeted at global enterprises already using Ericsson technology in Verizon Business Private 5G Networks in the U.S., allowing them to extend it to international campuses. It offers a dual mode 4G and 5G network with global spectrum support
“Verizon Business can offer more optionality and flexibility to its private wireless customers who operate across international borders,” states the press release.
Hannes Ekström, Senior Vice President and Head of Customer Unit Verizon, Ericsson Americas, says: “Enterprises are rapidly embracing digital transformation, leveraging secure and high-performing private 5G networks as a key driver of innovation and efficiency. Our multinational customers in the U.S. have already unlocked significant growth through 5G-enabled private networks, and now they seek to replicate this success globally.”
“Through our collaboration with Verizon, we are expanding the reach of our Ericsson Private 5G solution to support Verizon Business’s international deployments, enabling seamless global operations. By simplifying 5G adoption and enhancing reliability, low latency, and security, we are empowering industries to harness next-generation connectivity and drive innovation on a global scale.”
“Verizon Business is proud of our expanding private wireless portfolio, and we’re committed to providing the best possible private wireless experience to our customers around the world,” said Robb Juliano, Vice President of 5G Acceleration, Verizon Business. “By extending the availability of Ericsson Private 5G outside of the U.S., we’re offering enterprises more flexibility in driving innovation, enhancing security, and optimizing operations with private wireless networks on a global scale.”
References:
https://gsacom.com/technology/private-mobile-networks/
https://gsacom.com/paper/private-mobile-networks-june-2026/
https://www.telecoms.com/5g-6g/private-mobile-networks-exceed-2-000-worldwide
https://www.ericsson.com/en/press-releases/2026/6/ericsson-private-5g-for-verizon-business
Private 5G networks move to include automation, autonomous systems, edge computing & AI operations
SNS Telecom & IT: Private 5G Market Nears Mainstream With $5 Billion Surge
SNS Telecom & IT: Private LTE & 5G Network Ecosystem – CAGR 22% from 2025-2030
SNS Telecom & IT: Mission-Critical Networks a $9.2 Billion Market
Verizon partners with Nokia to deploy large private 5G network in the UK
SNS Telecom & IT: Private 5G and 4G LTE cellular networks for the global defense sector are a $1.5B opportunity
HPE Aruba Launches “Cloud Native” Private 5G Network with 4G/5G Small Cell Radios
SNS Telecom & IT: Private 5G Network market annual spending will be $3.5 Billion by 2027
SNS Telecom & IT: Private 5G and 4G LTE cellular networks for the global defense sector are a $1.5B opportunity
Ericsson integrates Agentic AI into its NetCloud platform for self healing and autonomous 5G private networks
Dell’Oro: 6G RAN Capex to reach $500 billion by 2034 + Counterpoint
Dell’Oro Report Summary:
According to a recent Dell’Oro Group report, global telecom operators will spend $500 billion on 6G infrastructure over the next decade. During that same period, the overall network equipment market is projected to grow at just a 1% CAGR. Telco revenues are expected to grow at 3% over the next decade. The report’s base-case scenario envisions 6G as an evolutionary technology that builds on Massive MIMO, the existing site grid, and wider channel bandwidths to deliver step-change improvements in RAN economics.
“While the G decoupling movement is gaining momentum for all the right reasons, the most likely scenario is still that 6G will be another G, with 6G RAN capex expected to accelerate toward the end of the decade,” said Stefan Pongratz, Vice President of RAN and Telecom Capex Research at Dell’Oro Group. “At the same time, operators are in a much stronger position today from a network capacity perspective than they were during the transition from 4G to 5G. As a result, cumulative 6G RAN revenue during the first six years of the cycle is projected to be 10 to 20 percent lower than during the comparable period of the 5G cycle.”
Additional highlights from the June 2026 6G Advanced Research Report include:
- 6G RAN is expected to scale rapidly, with cumulative RAN revenue and wireless capex during the first six years projected to exceed $100 B and $500 B, respectively.
- 6G is not expected to expand the overall RAN market. Instead, the baseline scenario projects the broader RAN market to grow at a 1 percent CAGR between 2030 and 2034.
- Both Sub-7 GHz and cmWave spectrum bands are expected to play important roles in 6G deployments, although momentum behind spectrum above 7 GHz continues to build.
- Cumulative 6G RAN investments between 2029 and 2034 are projected to account for approximately half of total RAN capex during the same forecast period.
Dell’Oro Group’s 6G Advanced Research Report offers an overview of the RAN market, including tables showing total RAN revenue by technology (2G-6G) from 2000 to 2034. 6G RAN is analyzed by spectrum (Sub-7 GHz, cmWave, mmWave), by Massive MIMO, by RF Power (Macro, Micro, Pico), and by region (North America, Europe, Middle East and Africa, China, Asia Pacific Excl. China, and CALA). To purchase this report, please contact us by email at [email protected].
Editor’s Counterpoint:
We don’t agree with Stefan’s statement that “6G RAN is expected to scale rapidly,” based on the delays and failures of ITU-R’s IMT 2020 (5G) standards and 3GPPs 5G SA core network specifications.
A phased ramp-up is more likely, as early commercial launches begin at the end of 2030 and early 2031. Then slower scaling through the early 2030s as spectrum, devices, infrastructure, and business cases mature.
At this point in time, we have no idea what the IMT 2030 RIT/SRITs will be or 3GPPs 6G SA Core network functionality. ITU WP5D’s IMT-2030 work is still setting requirements and evaluation criteria, and candidate RIT submissions are only expected in the 2027–2029 window. The ITU-R also says the technical performance requirements are minimum levels for consideration and do not guarantee real-world deployment performance. That’s similar to IMT 2020/5G RITs, where ITU-R M.2410 report: minimum performance requirements were NOT met for URLLC – ultra high reliability or ultra low latency (1ms in the data plane; 10ms in the control plane).
In other words, approval creates the foundation, not instant scale. That points to a 6G RAN standards process that finishes just as first deployments begin, not one that guarantees immediate mass rollout.
-
3GPP Release 20 (2025–2026): Early 6G studies focused on requirements/architecture
-
3GPP Release 21 (2027–2028): First concrete 6G specifications, core radio/network framework
-
3GPP 6G functional freeze: December 2028
-
ITU-R IMT-2030 formal approval: December 2026 for technical performance requirements; full RIT/SRIT approval late 2030–early 2031.
This timeline confirms the Counterpoint’s “standards finish just as first deployments begin” concern—there’s no guarantee of immediate mass rollout. Furthermore, 6G SA has not yet been defined while 5G SA is still rolling out in 2026 – six years after 5G NR specs and IMT 2020 RIT standards were completed. Therefore, the 2030-2031 6G commercial launch assumption is optimistic for many markets.
What’s needed by 2030: globally harmonized work, spectrum studies across low, mid, mmWave, and sub-THz bands, and network operator/vendor roadmaps. Once those crystalize they could support fast 6G uptake in premium pockets such as dense urban zones, enterprise campuses, and fixed wireless/edge-centric use cases where the economics are strongest. That means “rapid” is plausible in targeted launches, not across entire national footprints.
6G will likely face the same structural constraints that slowed 5G: spectrum availability, device ecosystems, deployment costs, and the need to integrate with 5G-Advanced during the transition time period. Higher-band operation, especially above 100 GHz, is technically feasible but still requires mature propagation, hardware, and deployment architectures before it can scale widely. The result is usually a long coexistence period where 5G remains the coverage layer while 6G expands selectively.
The likely pattern is “launch first, scale later,” with meaningful expansion depending more on spectrum policy, device availability, and operator ROI than on the standard approval itself.
Deployment timeline:
-
2026–2027: Standards and requirements work intensifies, with 3GPP/ITU alignment still being shaped and operators pushing for realistic deployment timelines.
-
2028–2029: Pre-commercial and early pilot networks appear, especially in dense urban, enterprise, and testbed environments.
-
2030: First commercial 6G launches are widely expected by the end of 2030, but these will be selective rather than universal.
-
2031–2033: Main capex ramp and larger-scale rollout window, as more of the macro grid, transport, and edge layers are upgraded.
-
2034 and beyond: Broader geographic expansion and more mature multi-band coverage, with 6G taking on a larger share of traffic and enterprise use cases.
6G Capex Outlook:
Dell’Oro’s view that the 6G capex ramp starts around the end of 2030 (we think it will be 2031), while cumulative 6G RAN investment in 2029–2034 could account for 55% to 60% of total RAN capex in that period. A separate data-driven forecast argues global 6G capex could land somewhere in the sub-$1 trillion to about $1.5 trillion range over a decade, depending on traffic growth and spec assumptions. That is a wide band, but it is consistent with a technology transition that reuses much of the existing macro grid rather than replacing everything at once.
………………………………………………………………………………………………………………………………………………………………………………………………
Sebastian Barros wrote:
6G will deliver necessary operational improvements. It will utilize new 7GHz spectrum, improve radio performance, and lower the cost per bit for operators still recovering from the 5G capex hangover. However, consumers and enterprises do not pay a premium for faster pipes. Connectivity is now a hyper-commoditized utility.
If Telcos want to capture value in this new economy, they must stop defining their core business as “connectivity.” Telecom is a distribution business.
Networks serve as the last-mile delivery system for the global economy. In the past, the industry distributed voice, SMS, and 8K video. Today, the asset being distributed is intelligence. Hyperscalers are building massive, centralized AI data centers, but that compute power requires a physical delivery mechanism to reach users.
…………………………………………………………………………………………………………………………………………………………………………………
References:
Current 6G Trajectory is Evolutionary, According to Dell’Oro Group
Dell’Oro: RAN Market Stabilized in 2025 with 1% CAG forecast over next 5 years; Opinion on AI RAN, 5G Advanced, 6G RAN/Core risks
Market research firms Omdia and Dell’Oro: impact of 6G and AI investments on telcos
ABI Research: 6G Radio Installed Base by Region from 2029 to 2034
GSMA Vision 2040 study identifies spectrum needs during the peak 6G era of 2035–2040








