diff options
-rw-r--r-- | docs/guide/developer-guide.rst | 4 | ||||
-rw-r--r-- | docs/media/oran_architecture.png | bin | 0 -> 23768 bytes | |||
-rw-r--r-- | docs/offeredapis/offeredapis.rst | 9 |
3 files changed, 8 insertions, 5 deletions
diff --git a/docs/guide/developer-guide.rst b/docs/guide/developer-guide.rst index 8a32b206..18182543 100644 --- a/docs/guide/developer-guide.rst +++ b/docs/guide/developer-guide.rst @@ -12,7 +12,7 @@ A1 Adapter TBD -The A1 Adapter can be accessed over the REST API. See :ref:`a1-adapter-api` for how to use the API. +The A1 Adapter can be accessed over the REST API. See :ref:`offered_apis` for how to use the API. A1 Policy Management @@ -29,7 +29,7 @@ The CCSDK Policy Management Service (PMS) provides a REST API for management of * 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 Policy Management Service can be accessed over the REST API. See :ref:`pms-api` for how to use the API. +The Policy Management Service can be accessed over the REST API. See :ref:`pms_api` for how to use the API. Configuration of certs ---------------------- diff --git a/docs/media/oran_architecture.png b/docs/media/oran_architecture.png Binary files differnew file mode 100644 index 00000000..3f99e090 --- /dev/null +++ b/docs/media/oran_architecture.png diff --git a/docs/offeredapis/offeredapis.rst b/docs/offeredapis/offeredapis.rst index 2b29aa41..7d32acb4 100644 --- a/docs/offeredapis/offeredapis.rst +++ b/docs/offeredapis/offeredapis.rst @@ -2,7 +2,8 @@ International License. .. http://creativecommons.org/licenses/by/4.0 .. Copyright 2020 Nordix Foundation -.. _offeredapis: + +.. _offered_apis: Offered APIs @@ -20,8 +21,8 @@ Global ORAN architecture Following illustration provides a global view about **ORAN** architecture, integration with other ONAP components and API resource/operation provided. -.. image:: ../images/onap_ccsdk_oran.jpg - :width: 800px +.. image:: ../media/oran_architecture.png + :width: 500pt API Endpoint @@ -75,6 +76,8 @@ API Table "PMS API", ":download:`link <./swagger/pms-api.json>`" +.. _pms_api: + PMS API ....... `PMS API <./pms-api.html>`_ |