blob: 12ff5167ceed2a5827da049fec2735bbb2dabdf7 [file] [log] [blame]
maximessone6b4d272019-10-31 13:26:13 +01001.. This work is licensed under a Creative Commons Attribution 4.0 International License.
2.. http://creativecommons.org/licenses/by/4.0
elinuxhenrik7f93fb62020-04-08 17:02:40 +02003.. Copyright (C) 2020 Nordix
maximessone6b4d272019-10-31 13:26:13 +01004
elinuxhenrik0d271842020-10-19 10:17:28 +02005.. _api_docs:
6
7
elinuxhenrik0c442862020-01-31 11:27:50 +01008========
maximessone6b4d272019-10-31 13:26:13 +01009API-Docs
10========
11
12This is the API-docs of Non-RT RIC.
13
14.. contents::
15 :depth: 3
16 :local:
17
maximessoneaaee912020-03-26 16:43:27 +010018The Non-RT RIC consists of two parts, described in the sections below:
elinuxhenrik0c442862020-01-31 11:27:50 +010019 * The Policy Agent
maximessoneaaee912020-03-26 16:43:27 +010020 * The SDNC A1 Controller
elinuxhenrik0c442862020-01-31 11:27:50 +010021
elinuxhenrik0c442862020-01-31 11:27:50 +010022
23Policy Agent
24============
elinuxhenrikc7a0d732020-02-04 14:49:59 +010025
elinuxhenrik0c442862020-01-31 11:27:50 +010026The Policy Agent provides common functionality useful for R-Apps, for instance:
maximessoneaaee912020-03-26 16:43:27 +010027 * A repository of available Near-RT RICs, their policy types and policy instances.
28 * An A1 connection to the Near-RT RICs.
elinuxhenrik0c442862020-01-31 11:27:50 +010029
elinuxhenrike0fab9a2020-03-31 17:59:49 +020030See :ref:`policy-agent-api` for how to use the API.
31
elinuxhenrik0c442862020-01-31 11:27:50 +010032See the README.md file in the nonrtric/policy-agent repo for info about how to use it.
33
elinuxhenrikc7a0d732020-02-04 14:49:59 +010034API Functions
35-------------
PatrikBuhr1b8d76d2020-01-30 16:10:19 +010036See the following document for the Policy Agent API: nonrtric/policy-agent/docs/api.yaml
elinuxhenrik0c442862020-01-31 11:27:50 +010037
maximessoneaaee912020-03-26 16:43:27 +010038SDNC A1 Controller
elinuxhenrik0c442862020-01-31 11:27:50 +010039==================
elinuxhenrikc7a0d732020-02-04 14:49:59 +010040
elinuxhenrik0c442862020-01-31 11:27:50 +010041An ONAP SDNC Controller for the A1 interface.
42
elinuxhenrik7f93fb62020-04-08 17:02:40 +020043See :ref:`sdnc-a1-controller-api` for how to use the API.
44
elinuxhenrik0c442862020-01-31 11:27:50 +010045See the README.md file in the nonrtric/sdnc-a1-controller repo for info about how to use it.
46
maximessoneaaee912020-03-26 16:43:27 +010047Complementary tools
48===================
49
maximessonf217fff2020-04-09 15:16:04 +020050There are two additional tools that can be used together with the Non-RT RIC, namely the Control Panel and the Near-RT RIC simulator.
maximessoneaaee912020-03-26 16:43:27 +010051
maximessonf217fff2020-04-09 15:16:04 +020052The Non-RT RIC Control Panel provides a user interface that allows the user to interact with the Non-RT RIC.
elinuxhenrik0a4c38b2020-04-14 10:59:36 +020053Documentation for the Control Panel can be found here:
54:doc:`Non-RT RIC Control Panel <nonrtric-controlpanel:index>`.
55It can be downloaded from here: ::
maximessoneaaee912020-03-26 16:43:27 +010056
elinuxhenrik0a4c38b2020-04-14 10:59:36 +020057 git clone "https://gerrit.o-ran-sc.org/r/portal/nonrtric-controlpanel".
58
59The Near-RT RIC simulator simulates an A1 protocol termination endpoint. Documentation for the simulator can be found
60here: :doc:`A1 Interface Simulator <sim-a1-interface:index>`. It can be downloaded from here: ::
61
62 git clone "https://gerrit.o-ran-sc.org/r/sim/a1-interface"