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.

To onboard an xApp, you can utilize either the CLI tool or the REST APIs of xapp onboarder.

...

  1. Onboard xApp
    • Send a POST request to http://INGRESS_HOST:32080/onboard/api/v1/onboard
    • Header Content-Type is application/json
    • Body includes two entry:
      • config-file.json: The xapp descriptor JSON. Copy your xapp descriptor file content into the config-file.json section of the body.
      • controls-schema.json: The schema JSON for controls section. Copy the schema file into the controls-schema.json section of the body. (OPTIONAL, if you don't have controls section in your descriptor)
  2. (Optional)Download xApp helm chart

Onboarding using xapp-onboarder CLI tools

...