Papers for

telecom software developers

Papers whose findings have a practical use for this group, as judged from the abstract. Open a paper to read what it means in practice.

Runtime attestation protects apps in open radio networks

rApp/xApp Attestation: A New Security Use Case for O-RAN

Abstract: The disaggregation and softwarization introduced by the Open Radio Access Network (O-RAN) architecture enable multi-vendor innovation but also expose the RAN Intelligent Controller (RIC) ecosystem to new runtime security risks. Existing O-RAN specifications define strong safeguards for onboarding, authentication, identity management, and secure communication; however, they do not provide a concrete mechanism for verifying whether deployed rApps and xApps remain in their intended, untampered state during operation. This paper introduces rApp/xApp attestation as a RIC-native O-RAN security use case for runtime integrity verification. Rather than proposing a new cryptographic protocol, the work defines how existing integrity verification techniques can be integrated into O-RAN through attestation modules, attestation agents, RIC application interfaces, and SMO-driven policy coordination. We map the use case to relevant O-RAN Alliance working groups, identify required standardization extensions, and demonstrate feasibility through a lightweight hash-based prototype implemented on the Near-RT RIC platform. Experimental results show attestation latencies below 40 ms across multiple cryptographic hash functions, indicating that runtime attestation can be performed without disrupting time-sensitive RIC operations when appropriately scheduled. Finally, we discuss remaining technical and standardization challenges, including trusted verification, known-good runtime states, scalability, mitigation policies, and future hybrid attestation mechanisms.

Mon 21 SeptCryptography and SecurityNetworking and Internet Architecture
The gist
Open Radio Access Networks (O-RAN) allow different vendors to build parts of mobile networks, but this flexibility can cause security risks. The authors introduce a way to check if certain software components called rApps and xApps are running correctly and haven't been tampered with while in use. Instead of inventing new security tools, they show how existing verification methods can fit into the O-RAN setup. Their prototype runs quickly enough to not interfere with important network functions. They also discuss challenges like scaling the system and deciding what to do if tampering is detected.
Open 2609.24296v1

OCUDU platform runs AI inside 5G radio units for real time tasks

The OCUDU dApp Platform: An Open Runtime and E3 Interface for Real-Time AI-RAN

Abstract: Machine learning has shown its largest gains in the band below 10 ms inside a 3GPP new radio (NR) 5G distributed unit (DU): link adaptation, per-slot scheduling, channel estimation, and the receiver itself. No open platform has let independently built software run there. Prior dApp frameworks reached the band only as external observers of an export stream. This paper is a guided introduction to the OCUDU dApp platform, an open runtime and E3 interface under which signed AI-RAN applications execute inside a production DU under three timing contracts: resident on the GPU receive chain (Class A), inside the scheduler's 100 us admitted deadline (Class B), or as never-blocking observers whose results the scheduler consumes (Class C). The conventional path is never displaced, and every authority is typed, validated, and operator-bounded. The paper explains how the runtime, the embedded E3 agent, and the three public repositories fit together; shows a dApp's source, its signed package, and its lifecycle state machine; defines the contracts a module is written against; and shows how one management surface serves a Python script, an operator's console, and an LLM agent. On a GB10 gNB with attached handsets, dApps of all three classes, including an out-of-tree neural equalizer, ran together on a live cell without a single fallback, and equalizer variants were compared over the air by lifecycle operations alone. Every measured checkpoint is reported with its conditions and its gaps. Platform, SDK, and a zero-hardware quickstart are public under BSD-3-Clause-Clear as a preview release of the OCUDU AI-RAN Working Group 2, inviting feedback, new use cases, and independent vetting ahead of upstreaming into the OCUDU mainline.

Mon 7 SeptNetworking and Internet ArchitectureMachine Learning
The gist
Making 5G networks smarter by running AI software directly inside the radio units is hard because of very strict timing needs. The authors introduced OCUDU, a new open platform that lets independent AI apps run tightly integrated within 5G distributed units, meeting strict deadlines. These AI apps can work at different priority levels, from ultra-fast GPU processing to less time-critical observation. The platform works alongside existing systems without replacing them and ensures security by validating every app. They tested it on real hardware with real handsets successfully running multiple AI apps at once.
Open 2609.07843v1