maximesson | 94978f4 | 2019-11-13 11:53:26 +0100 | [diff] [blame] | 1 | .. This work is licensed under a Creative Commons Attribution 4.0 International License. |
| 2 | .. SPDX-License-Identifier: CC-BY-4.0 |
elinuxhenrik | 0a4c38b | 2020-04-14 10:59:36 +0200 | [diff] [blame] | 3 | .. Copyright (C) 2020 Nordix |
Lathish | 1279d19 | 2019-10-10 13:30:07 +0100 | [diff] [blame] | 4 | |
elinuxhenrik | c7a0d73 | 2020-02-04 14:49:59 +0100 | [diff] [blame] | 5 | Developer Guide |
| 6 | =============== |
Lathish | 1279d19 | 2019-10-10 13:30:07 +0100 | [diff] [blame] | 7 | |
elinuxhenrik | c7a0d73 | 2020-02-04 14:49:59 +0100 | [diff] [blame] | 8 | This document provides a quickstart for developers of the Non-RT RIC. |
| 9 | |
elinuxhenrik | ff5f78e | 2020-12-08 12:59:19 +0100 | [diff] [blame] | 10 | A1 Policy Management Service |
| 11 | ---------------------------- |
maximesson | eaaee91 | 2020-03-26 16:43:27 +0100 | [diff] [blame] | 12 | |
elinuxhenrik | 6208ce8 | 2020-11-18 15:15:07 +0100 | [diff] [blame] | 13 | The Policy Management is implemented in ONAP. For documentation see `readthedocs`_ and `wiki`_. |
elinuxhenrik | 7106105 | 2020-02-03 11:11:37 +0100 | [diff] [blame] | 14 | |
elinuxhenrik | 6208ce8 | 2020-11-18 15:15:07 +0100 | [diff] [blame] | 15 | .. _readthedocs: https://docs.onap.org/projects/onap-ccsdk-oran/en/latest/index.html |
| 16 | .. _wiki: https://wiki.onap.org/pages/viewpage.action?pageId=84644984 |
elinuxhenrik | 7106105 | 2020-02-03 11:11:37 +0100 | [diff] [blame] | 17 | |
PatrikBuhr | 1e71486 | 2021-05-20 12:02:38 +0200 | [diff] [blame^] | 18 | Enrichment Coordinator Service |
| 19 | ------------------------------ |
| 20 | The Enrichment Coordinator Service is a Java 11 web application built using the Spring Framework. |
| 21 | Using Spring Boot dependencies, it runs as a standalone application. |
| 22 | |
| 23 | Its main functionality is to act as a data subscription broker and to decouple data |
| 24 | producer from data consumers. |
| 25 | |
| 26 | See the ./config/README file on how to create and setup the cerificates and private keys needed for HTTPS. |
| 27 | |
| 28 | |
elinuxhenrik | 6208ce8 | 2020-11-18 15:15:07 +0100 | [diff] [blame] | 29 | rAPP Catalogue |
| 30 | -------------- |
elinuxhenrik | c7a0d73 | 2020-02-04 14:49:59 +0100 | [diff] [blame] | 31 | |
elinuxhenrik | 6208ce8 | 2020-11-18 15:15:07 +0100 | [diff] [blame] | 32 | See the README.md file in the r-app-catalogue folder for how to run the component. |
RehanRaza | c079452 | 2020-07-23 18:35:50 +0200 | [diff] [blame] | 33 | |
maximesson | e6b4d27 | 2019-10-31 13:26:13 +0100 | [diff] [blame] | 34 | End-to-end call |
elinuxhenrik | 6208ce8 | 2020-11-18 15:15:07 +0100 | [diff] [blame] | 35 | --------------- |
maximesson | e6b4d27 | 2019-10-31 13:26:13 +0100 | [diff] [blame] | 36 | |
| 37 | In order to make a complete end-to-end call, follow the instructions given in this `guide`_. |
| 38 | |
maximesson | eaaee91 | 2020-03-26 16:43:27 +0100 | [diff] [blame] | 39 | .. _guide: https://wiki.o-ran-sc.org/pages/viewpage.action?pageId=12157166 |