Furhter improvements on documentation
[portal/nonrtric-controlpanel.git] / docs / overview.rst
index 2587325..6887469 100644 (file)
@@ -8,13 +8,12 @@ Non-RT RIC Control Panel Overview
 Graphical user interface with the following capabilities:
 
 *  View and Manage A1 policies in the RAN (near-RT-RICs)
-*  Interacts with the Policy agent’s NBI (REST API)
 *  Graphical A1 policy creation/editing is model-driven, based on policy type’s JSON schema
 *  View and manage producers and jobs for the Enrichment coordinator service
-*  Configure A1 Policy Management Service (e.g. add/remove near-rt-rics)
-*  Interacts with the A1-PolicyManagementService & A1-EI-Coordinator (REST NBIs) via Service Exposure gateway
+*  Configure A1 Policy Management Service (add/remove near-rt-rics)
 
-The Control Panel consists of a frontend and a gateway. The frontend is developed using the Angular framework.
+The Control Panel frontend interacts with the A1 Policy Management Service and A1 Enrichment Information Coordinator
+(REST NBIs) via a service exposure gateway, the Nonrtric Gateway. The frontend is developed using the Angular framework.
 The Gateway is a Spring Cloud Gateway that provides an API Gateway for all the Non-RT-RIC Components.
 
 .. note::
@@ -29,4 +28,4 @@ The architecture of the Control Panel is as shown on the following picture:
 .. image:: ./images/ControlPanel_architecture.png
    :scale: 50 %
 
-The Control Panel  can be deployed following the instructions in the README.md file in the repo.
\ No newline at end of file
+The Control Panel can be deployed following the instructions in the Installation Guide.