🤖 AI Summary
This work addresses the challenges of supporting low-latency, high-performance, and strongly isolated real-time distributed applications (dApps) in radio access networks, where existing approaches often suffer from high network complexity or insufficient security isolation. To overcome these limitations, the paper introduces WebAssembly (Wasm) into the O-RAN architecture for the first time, natively embedding a lightweight dApp runtime on the RAN side. This design enables sandboxed isolation, rapid startup, and deterministic execution without requiring additional edge resources or introducing extra security risks. Experimental results demonstrate that the proposed approach achieves strong isolation while delivering predictable low-latency performance, effectively enabling real-time closed-loop control within the O-RAN framework.
📝 Abstract
While the Open Radio Access Network Alliance (O-RAN) architecture enables third-party applications to optimize radio access networks at multiple timescales, real-time distributed applications (dApps) that demand low latency, high performance, and strong isolation remain underexplored. Existing approaches propose colocating a new RAN Intelligent Controller (RIC) at the edge, or deploying dApps in bare metal along with RAN functions. While the former approach increases network complexity and requires additional edge computing resources, the latter raises serious security concerns due to the lack of native mechanisms to isolate dApps and RAN functions. Meanwhile, WebAssembly (Wasm) has emerged as a lightweight, fast technology for robust execution of external, untrusted code. In this work, we propose a new approach to executing dApps using Wasm to isolate applications in real-time in O-RAN. Results show that our lightweight and robust approach ensures predictable, deterministic performance, strong isolation, and low latency, enabling real-time control loops.