1 .. This work is licensed under a Creative Commons Attribution 4.0 International License.
2 .. http://creativecommons.org/licenses/by/4.0
9 This is the API-docs of Non-RT RIC.
15 The Non-RT RIC consists of two parts, described in the sections below:
17 * The SDNC A1 Controller
23 The Policy Agent provides common functionality useful for R-Apps, for instance:
24 * A repository of available Near-RT RICs, their policy types and policy instances.
25 * An A1 connection to the Near-RT RICs.
27 See the README.md file in the nonrtric/policy-agent repo for info about how to use it.
31 See the following document for the Policy Agent API: nonrtric/policy-agent/docs/api.yaml
36 An ONAP SDNC Controller for the A1 interface.
38 See the README.md file in the nonrtric/sdnc-a1-controller repo for info about how to use it.
43 There are two additional tools that can be used together with the Non-RT RIC, namely the control panel and the Near-RT RIC simulator.
45 The Non-RT RIC Control panel provides a user interface that allows the user to interact with the Non-RT RIC.
46 It can be downloaded using: git clone "https://gerrit.o-ran-sc.org/r/portal/nonrtric-controlpanel"
48 The 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"