Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Note
titleObsolete Note

We are in the process of moving this xApp writing guide to https://docs.o-ran-sc.org.

Please refer to App Writing Guide for latest guide.


Logically, an xApp is a entity that implements a well-defined function. Mechanically, an xApp is a K8s pod that consists one or multiple containers. In order for an xApp to be deployable, it needs to have an xApp descriptor (JSON) that describes the xApp's configuration parameters and information the RIC platform needs to configure the RIC platform for the xApp. The xApp developer will also need to provide a JSON schema for the descriptor.

...