blob: 67f3ceec7bb47f507971d5c3bad92caa81f2c7f6 [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
elinuxhenrik0c442862020-01-31 11:27:50 +01005========
maximessone6b4d272019-10-31 13:26:13 +01006API-Docs
7========
8
9This is the API-docs of Non-RT RIC.
10
11.. contents::
12 :depth: 3
13 :local:
14
maximessoneaaee912020-03-26 16:43:27 +010015The Non-RT RIC consists of two parts, described in the sections below:
elinuxhenrik0c442862020-01-31 11:27:50 +010016 * The Policy Agent
maximessoneaaee912020-03-26 16:43:27 +010017 * The SDNC A1 Controller
elinuxhenrik0c442862020-01-31 11:27:50 +010018
elinuxhenrik0c442862020-01-31 11:27:50 +010019
20Policy Agent
21============
elinuxhenrikc7a0d732020-02-04 14:49:59 +010022
elinuxhenrik0c442862020-01-31 11:27:50 +010023The Policy Agent provides common functionality useful for R-Apps, for instance:
maximessoneaaee912020-03-26 16:43:27 +010024 * A repository of available Near-RT RICs, their policy types and policy instances.
25 * An A1 connection to the Near-RT RICs.
elinuxhenrik0c442862020-01-31 11:27:50 +010026
elinuxhenrike0fab9a2020-03-31 17:59:49 +020027See :ref:`policy-agent-api` for how to use the API.
28
elinuxhenrik0c442862020-01-31 11:27:50 +010029See the README.md file in the nonrtric/policy-agent repo for info about how to use it.
30
elinuxhenrikc7a0d732020-02-04 14:49:59 +010031API Functions
32-------------
PatrikBuhr1b8d76d2020-01-30 16:10:19 +010033See the following document for the Policy Agent API: nonrtric/policy-agent/docs/api.yaml
elinuxhenrik0c442862020-01-31 11:27:50 +010034
maximessoneaaee912020-03-26 16:43:27 +010035SDNC A1 Controller
elinuxhenrik0c442862020-01-31 11:27:50 +010036==================
elinuxhenrikc7a0d732020-02-04 14:49:59 +010037
elinuxhenrik0c442862020-01-31 11:27:50 +010038An ONAP SDNC Controller for the A1 interface.
39
elinuxhenrik7f93fb62020-04-08 17:02:40 +020040See :ref:`sdnc-a1-controller-api` for how to use the API.
41
elinuxhenrik0c442862020-01-31 11:27:50 +010042See the README.md file in the nonrtric/sdnc-a1-controller repo for info about how to use it.
43
maximessoneaaee912020-03-26 16:43:27 +010044Complementary tools
45===================
46
maximessonf217fff2020-04-09 15:16:04 +020047There 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 +010048
maximessonf217fff2020-04-09 15:16:04 +020049The 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 +020050Documentation for the Control Panel can be found here:
51:doc:`Non-RT RIC Control Panel <nonrtric-controlpanel:index>`.
52It can be downloaded from here: ::
maximessoneaaee912020-03-26 16:43:27 +010053
elinuxhenrik0a4c38b2020-04-14 10:59:36 +020054 git clone "https://gerrit.o-ran-sc.org/r/portal/nonrtric-controlpanel".
55
56The Near-RT RIC simulator simulates an A1 protocol termination endpoint. Documentation for the simulator can be found
57here: :doc:`A1 Interface Simulator <sim-a1-interface:index>`. It can be downloaded from here: ::
58
59 git clone "https://gerrit.o-ran-sc.org/r/sim/a1-interface"