b83b0740e79a96399aaae66dea62e53dd5e6cda0
[nonrtric/plt/sme.git] / docs / developer-guide.rst
1 .. This work is licensed under a Creative Commons Attribution 4.0 International License.
2 .. SPDX-License-Identifier: CC-BY-4.0
3 .. Copyright (C) 2022-2023 Nordix
4 .. Copyright (C) 2024 OpenInfra Foundation Europe
5
6 Developer Guide
7 ===============
8
9 This document provides a quick start for developers of the Non-RT RIC Service Management & Exposure. Additional developer guides are available on the `O-RAN SC NONRTRIC Developer wiki <https://wiki.o-ran-sc.org/display/RICNR/Release+F>`_.
10
11 To build and run the Service Manager implementation, see the README.md file in the "servicemanager" folder. To build and run the CAPIF Core implementation, see the README.md file in the "capifcore" folder. To view the Open API specs common to Service Manager and CAPIF, please see the following.
12
13 .. raw:: html
14
15     <ul>
16     <li><a href="./Provider_Management.html">Provider Management</a></li>
17     <li><a href="./Publish_Service.html">Publish Service</a></li>
18     <li><a href="./Invoker_Management.html">Invoker Management</a></li>
19     <li><a href="./Discover_Service.html">Discover Service</a></li>
20     </ul>
21
22 To view the Open API specs supported by CAPIF only, please see below.
23
24 .. raw:: html
25
26     <ul>
27     <li><a href="./Events.html">Events</a></li>
28     <li><a href="./Security.html">Security</a></li>
29     </ul>