blob: 8736a6368b13e2b877d660592f5d1027503e9703 [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
3
4
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
40See the README.md file in the nonrtric/sdnc-a1-controller repo for info about how to use it.
41
maximessoneaaee912020-03-26 16:43:27 +010042Complementary tools
43===================
44
45There are two additional tools that can be used together with the Non-RT RIC, namely the control panel and the Near-RT RIC simulator.
46
47The Non-RT RIC Control panel provides a user interface that allows the user to interact with the Non-RT RIC.
48It can be downloaded using: git clone "https://gerrit.o-ran-sc.org/r/portal/nonrtric-controlpanel"
49
50The Near-RT RIC simulator does what its name suggests, and can be downloaded here: git clone "https://gerrit.o-ran-sc.org/r/sim/a1-interface"