X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=docs%2Fdeveloper-guide.rst;h=0b98cc556c4d9af2466cc7fb1e85fb0ec4620928;hb=448c3841f395c0927d83c7297491475e027f23c5;hp=aea9f07c16229c0b8a30f07bd58c78eeac90fc7d;hpb=2f2b9e89aba501d3e1c361839cab735aa148c7e2;p=nonrtric.git diff --git a/docs/developer-guide.rst b/docs/developer-guide.rst index aea9f07c..0b98cc55 100644 --- a/docs/developer-guide.rst +++ b/docs/developer-guide.rst @@ -1,10 +1,6 @@ .. This work is licensed under a Creative Commons Attribution 4.0 International License. .. SPDX-License-Identifier: CC-BY-4.0 -A1 Mediation: -1. SDNC Controller -2. Near-RT RIC Simulator - SDNC A1 Controller Developer Guide ================================== @@ -43,6 +39,22 @@ The SDNC url to access the Northbound API, Credentials: admin/Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U +Policy Agent +===================================== +The O-RAN NonRT RIC PolicyAgent provides a REST API for management of policices. It provides support for: + + * Supervision of clients (R-APPs) to eliminate stray policies in case of failure + * Consistency monitoring of the SMO view of policies and the actual situation in the RICs + * Consistency monitoring of RIC capabilities (policy types) + * Policy configuration. This includes: + + * One REST API towards all RICs in the network + * Query functions that can find all policies in a RIC, all policies owned by a service (R-APP), all policies of a type etc. + * Maps O1 resources (ManagedElement) as defined in O1 to the controlling RIC. + +The PolicyAgent can be accessed over the REST API or through the DMaaP Interface. The REST API is documented in the *nonrtric/policy-agent/docs/api.yaml* file. Please Refer README file of PolicyAgent to know more about the API's. + + Near-RT RIC Simulator Developer Guide ===================================== @@ -71,4 +83,4 @@ End-to-end call In order to make a complete end-to-end call, follow the instructions given in this `guide`_. -.. _guide: https://wiki.o-ran-sc.org/pages/viewpage.action?pageId=12157166 \ No newline at end of file +.. _guide: https://wiki.o-ran-sc.org/pages/viewpage.action?pageId=12157166