You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Reference Implementation Based on near-RT RIC

This section documents the details of the O-RAN App SDK which is primarily covering the implementation for near-RT RIC xApps.

information about how the O-RAN App SDK will evolve to cover other O-RAN apps can be found here.

Description

The C++ framework allows the programmer to create an xApp object instance, and to use that instance as the logic base. The xApp object provides a message level interface to the RIC Message Router (RMR), including the ability to register callback functions which the instance will drive as messages are received; much in the same way that an X-windows application is driven by the window manager for all activity. The xApp may also choose to use its own send/receive loop, and thus is not required to use the callback driver mechanism provided by the framework.

Bronze Release Version

Bronze Release  development (master branch) version tag 4.0.5 (6 May 2020)  -- Code is currently frozen; only bug fixes and documentation updates are being applied.

Release A frozen: 1.11.1 (Amber branch) 6 November 2019

Trial branch (r2-temp): 1.10.2 Fall 2019

Gerrit Repo

https://gerrit.o-ran-sc.org/r/admin/repos/ric-plt/lib/rmr

Project WIKI Page

RIC Message Router (RMR)

Project Readthedocs Page

https://docs.o-ran-sc.org/projects/o-ran-sc-ric-plt-lib-rmr/en/latest/overview.html#rmr-library

Project README.md

https://gerrit.o-ran-sc.org/r/gitweb?p=ric-plt/lib/rmr.git;a=blob;f=README;h=247db4d1f0164e428bd01a5825ef28842e4222f7;hb=refs/heads/master

Primary Contact

Scott Daniels

  • No labels