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 | |
Lathish | e1041aa | 2020-01-31 14:01:45 +0000 | [diff] [blame] | 10 | Policy Agent |
elinuxhenrik | 6208ce8 | 2020-11-18 15:15:07 +0100 | [diff] [blame^] | 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 | |
elinuxhenrik | 6208ce8 | 2020-11-18 15:15:07 +0100 | [diff] [blame^] | 18 | rAPP Catalogue |
| 19 | -------------- |
elinuxhenrik | c7a0d73 | 2020-02-04 14:49:59 +0100 | [diff] [blame] | 20 | |
elinuxhenrik | 6208ce8 | 2020-11-18 15:15:07 +0100 | [diff] [blame^] | 21 | 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] | 22 | |
maximesson | e6b4d27 | 2019-10-31 13:26:13 +0100 | [diff] [blame] | 23 | End-to-end call |
elinuxhenrik | 6208ce8 | 2020-11-18 15:15:07 +0100 | [diff] [blame^] | 24 | --------------- |
maximesson | e6b4d27 | 2019-10-31 13:26:13 +0100 | [diff] [blame] | 25 | |
| 26 | In order to make a complete end-to-end call, follow the instructions given in this `guide`_. |
| 27 | |
maximesson | eaaee91 | 2020-03-26 16:43:27 +0100 | [diff] [blame] | 28 | .. _guide: https://wiki.o-ran-sc.org/pages/viewpage.action?pageId=12157166 |