...
xappframework is a simple framework for rapid development of RIC xapps, and supports various services essential for RIC xapps such as RESTful APIs, RMR (RIC Message Routing), database backend services and watching and populating config-map changes in K8S environment. Currently there are three language specific frameworks: Python, Go, and C++. Features supported vary by each framework; please refer to the specific documentation for details.
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
The following is the version and publication date for each of the frameworks:
Language | Last Updated | Version |
---|---|---|
Python | 8 May 2020 | 1.1.1 |
Go | 28 April 2020 | 0.4.9 |
C++ | 28 April 2020 | 1.0.0 |
Gerrit Repo
The following are links to the code repository for each framework:
Language | Repository Link |
---|---|
Python | https://gerrit.o-ran-sc.org/r/admin/repos/ric-plt/xapp-frame-py |
Go | https://gerrit.o-ran-sc.org/r/admin/repos/ric-plt/xapp-frame |
...
...
Project WIKI Page
Discussions regarding ongoing development can be found on Wiki pages using the following anchor links:
Language | Link |
---|---|
Python | xApp Framework for |
...
Python (xapp-frame- |
...
py) | |
Go | xApp Framework for Go (xapp-frame) |
C++ | xApp Framework for |
...
CXX (xapp-frame- |
...
cpp) |
Project Readthedocs Page
The primary documentation for the frameworks should be on the Read The Docs site:
Project README.md
...