...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
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.
...
- 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)
- (Optional)Download xApp helm chart
- Send a GET request to http://INGRESS_HOST:32080/onboard/api/v1/charts/xapp/<XAPP_NAME>/ver/<XAPP_VERSION>
Onboarding using xapp-onboarder CLI tools
...