Skip to content

Commit b88ed79

Browse files
committed
shortened abstract
1 parent a655f47 commit b88ed79

1 file changed

Lines changed: 10 additions & 11 deletions

File tree

README.md

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,6 @@ There are four modules composing this frameworks:
1717

1818
For a more detailed description of what are the dApps, please refer to [our architectural paper](https://doi.org/10.1016/j.comnet.2025.111342) ([here for the archive version](https://arxiv.org/pdf/2501.16502)) and its [presentation page](https://openrangym.com/o-ran-frameworks/dapps).
1919

20-
## Usage
21-
22-
A complete tutorial on dApps can be found [on the OpenRAN Gym website](https://openrangym.com/tutorials/dapps-oai).
23-
24-
Configuration and setup guides live in [`docs/`](docs/):
25-
26-
- [Documentation index & tutorial](docs/README.md) — including the over-the-air (OTA) OAI configuration notes.
27-
- [System configuration for IPC](docs/ipc-setup.md) — Unix Domain Socket (UDS) group and folder setup.
28-
2920
If you use the dApp concept and/or the framework to develop your own dApps, please cite the following paper:
3021

3122
```text
@@ -38,7 +29,15 @@ issn = {1389-1286},
3829
doi = {https://doi.org/10.1016/j.comnet.2025.111342},
3930
url = {https://www.sciencedirect.com/science/article/pii/S1389128625003093},
4031
author = {Andrea Lacava and Leonardo Bonati and Niloofar Mohamadi and Rajeev Gangula and Florian Kaltenberger and Pedram Johari and Salvatore D’Oro and Francesca Cuomo and Michele Polese and Tommaso Melodia},
41-
keywords = {Open RAN, dApps, Real-time control loops, Radio Resource Management (RRM), Spectrum sharing, Positioning, Integrated Sensing and Communication (ISAC)},
42-
abstract = {Open Radio Access Networks (RANs) leverage disaggregated and programmable RAN functions and open interfaces to enable closed-loop, data-driven radio resource management. This is performed through custom intelligent applications on the RAN Intelligent Controllers (RICs), optimizing RAN policy scheduling, network slicing, user session management, and medium access control, among others. In this context, we have proposed dApps as a key extension of the O-RAN architecture into the real-time and user-plane domains. Deployed directly on RAN nodes, dApps access data otherwise unavailable to RICs due to privacy or timing constraints, enabling the execution of control actions within shorter time intervals. In this paper, we propose for the first time a reference architecture for dApps, defining their life cycle from deployment by the Service Management and Orchestration (SMO) to real-time control loop interactions with the RAN nodes where they are hosted. We introduce a new dApp interface, E3, along with an Application Protocol (AP) that supports structured message exchanges and extensible communication for various service models. By bridging E3 with the existing O-RAN E2 interface, we enable dApps, xApps, and rApps to coexist and coordinate. These applications can then collaborate on complex use cases and employ hierarchical control to resolve shared resource conflicts. Finally, we present and open-source a dApp framework based on OpenAirInterface (OAI). We benchmark its performance in two real-time control use cases, i.e., spectrum sharing and positioning in a 5th generation (5G) Next Generation Node Base (gNB) scenario. Our experimental results show that standardized real-time control loops via dApps are feasible, achieving average control latency below 450microseconds and allowing optimal use of shared spectral resources.}
32+
keywords = {Open RAN, dApps, Real-time control loops, Radio Resource Management (RRM), Spectrum sharing, Positioning, Integrated Sensing and Communication (ISAC)}
4333
}
4434
```
35+
36+
## Usage
37+
38+
A complete tutorial on dApps can be found [on the OpenRAN Gym website](https://openrangym.com/tutorials/dapps-oai).
39+
40+
Configuration and setup guides live in [`docs/`](docs/):
41+
42+
- [Documentation index & tutorial](docs/README.md) — including the over-the-air (OTA) OAI configuration notes.
43+
- [System configuration for IPC](docs/ipc-setup.md) — Unix Domain Socket (UDS) group and folder setup.

0 commit comments

Comments
 (0)