Standardisation of names
Change-Id: Ib90680a1282aca5c623aa802d5c2c92dc913fff0
Issue-ID: NONRTRIC-158
Signed-off-by: maximesson <maxime.bonneau@est.tech>
diff --git a/docs/api-docs.rst b/docs/api-docs.rst
index 8736a63..a4cdf08 100644
--- a/docs/api-docs.rst
+++ b/docs/api-docs.rst
@@ -42,9 +42,9 @@
Complementary tools
===================
-There are two additional tools that can be used together with the Non-RT RIC, namely the control panel and the Near-RT RIC simulator.
+There are two additional tools that can be used together with the Non-RT RIC, namely the Control Panel and the Near-RT RIC simulator.
-The Non-RT RIC Control panel provides a user interface that allows the user to interact with the Non-RT RIC.
+The Non-RT RIC Control Panel provides a user interface that allows the user to interact with the Non-RT RIC.
It can be downloaded using: git clone "https://gerrit.o-ran-sc.org/r/portal/nonrtric-controlpanel"
The Near-RT RIC simulator does what its name suggests, and can be downloaded here: git clone "https://gerrit.o-ran-sc.org/r/sim/a1-interface"
diff --git a/docs/overview.rst b/docs/overview.rst
index 339de80..1627475 100644
--- a/docs/overview.rst
+++ b/docs/overview.rst
@@ -20,8 +20,8 @@
The non-functional requirements are the following ones:
-#. Non-RT RIC shall not update the same policy or configuration parameter for a given near-RT RIC or RAN function more often than once per second.
-#. Non-RT RIC shall be able to update policies in several near-RT RICs.
+#. Non-RT RIC shall not update the same policy or configuration parameter for a given Near-RT RIC or RAN function more often than once per second.
+#. Non-RT RIC shall be able to update policies in several Near-RT RICs.
Moreover, there are functional requirements regarding the A1 interface:
@@ -56,12 +56,12 @@
The Policy Agent maintains a transient repository of the following items to support R-Apps:
* All Near-RT RICs in the network. This information is configured using the ONAP CDS database (which is using the Cloudify Consul database).
- * All Policy types for all NearRT RICs
+ * All Policy types for all Near-RT RICs
* All configured Policy instances in the network
-It provides an NBI for the R-Apps (and for the control panel) for policy management. This is a REST API.
+It provides an NBI for the R-Apps (and for the Control Panel) for policy management. This is a REST API.
As an option, policy management can also be done via asynchronous messages through ONAP/Dmaap.
-The NBI provides support for an R-APP to locate the correct NearRT RIC based on identifiers as defined in O1.
+The NBI provides support for an R-APP to locate the correct Near-RT RIC based on identifiers as defined in O1.
The agent monitors all Near-RT RICs and recovers from data inconsistencies, which may happen when (for instance) an Near-RT RIC restarts.
@@ -81,7 +81,7 @@
.. image:: ./images/NonRtRicComponents.png
:scale: 50 %
-NonRT RIC components:
+Non-RT RIC components:
#. Policy Agent
#. SDNC A1 Controller
diff --git a/docs/release-notes.rst b/docs/release-notes.rst
index f25006a..a993a7f 100644
--- a/docs/release-notes.rst
+++ b/docs/release-notes.rst
@@ -13,35 +13,6 @@
:local:
-Version history Dashboard
-=========================
-
-+--------------------+--------------------+--------------------+--------------------+
-| **Date** | **Ver.** | **Author** | **Comment** |
-| | | | |
-+--------------------+--------------------+--------------------+--------------------+
-| 2019-11-12 | 0.1.0 | Maxime Bonneau | First draft |
-| | | | |
-+--------------------+--------------------+--------------------+--------------------+
-| | 0.1.1 | | |
-| | | | |
-+--------------------+--------------------+--------------------+--------------------+
-| | 1.0 | | |
-| | | | |
-+--------------------+--------------------+--------------------+--------------------+
-| 2020-02-03 | 1.1 | Henrik Andersson | Amber Maintenance |
-| | | | Release |
-+--------------------+--------------------+--------------------+--------------------+
-
-Summary
--------
-
-For Amber release, there is only a dashboard available. Non-RT RIC does not support R-apps yet.
-
-The Non-RT RIC is not yet fully compliant with the A1 specifications for this release. Find out which methods are available `here`_.
-
-.. _here: a1_policy_procedure
-
Version history Policy Agent
============================