1 .. This work is licensed under a Creative Commons Attribution 4.0 International License.
2 .. http://creativecommons.org/licenses/by/4.0
3 .. Copyright (C) 2020 Nordix
7 .. |swagger-icon| image:: ./images/swagger.png
10 .. |yaml-icon| image:: ./images/yaml_logo.png
18 This is the API-docs of Non-RT RIC.
20 The Non-RT RIC consists of three parts, described in the sections below:
21 * The A1 Policy Management Service
22 * The Enrichment Coordinator Service
26 A1 Policy Management Service
27 ============================
29 For information about the A1 Policy Management Service that is implemented in ONAP, see `readthedocs`_ and `wiki`_.
31 .. _readthedocs: https://docs.onap.org/projects/onap-ccsdk-oran/en/latest/index.html
32 .. _wiki: https://wiki.onap.org/pages/viewpage.action?pageId=84644984
34 Enrichment Coordinator Service
35 ==============================
37 See `ECS API <./ecs-api.html>`_ for how to use the API.
40 :header: "API name", "|swagger-icon|", "|yaml-icon|"
43 "ECS API", ":download:`link <../enrichment-coordinator-service/api/ecs-api.json>`", ":download:`link <../enrichment-coordinator-service/api/ecs-api.yaml>`"
49 The Non RT-RIC Service Catalogue provides a way for services to register themselves for other services to discover.
51 See `RAC API <./rac-api.html>`_ for how to use the API.
55 :header: "API name", "|swagger-icon|", "|yaml-icon|"
58 "RAC API", ":download:`link <../r-app-catalogue/api/rac-api.json>`", ":download:`link <../r-app-catalogue/api/rac-api.yaml>`"
63 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.
65 The Non-RT RIC Control Panel provides a user interface that allows the user to interact with the Non-RT RIC.
66 Documentation for the Control Panel can be found here:
67 :doc:`Non-RT RIC Control Panel <nonrtric-controlpanel:index>`.
68 It can be downloaded from here: ::
70 git clone "https://gerrit.o-ran-sc.org/r/portal/nonrtric-controlpanel".
72 The Near-RT RIC simulator simulates an A1 protocol termination endpoint. Documentation for the simulator can be found
73 here: :doc:`A1 Interface Simulator <sim-a1-interface:index>`. It can be downloaded from here: ::
75 git clone "https://gerrit.o-ran-sc.org/r/sim/a1-interface"