blob: 87821d03228f13050b14976fccbe48bc2da72939 [file] [log] [blame]
elinuxhenrik3c2c02c2020-03-27 15:59:32 +01001.. This work is licensed under a Creative Commons Attribution 4.0 International License.
2.. SPDX-License-Identifier: CC-BY-4.0
elinuxhenrik616ea8d2020-04-15 08:26:35 +02003.. Copyright (C) 2020 Nordix
elinuxhenrik3c2c02c2020-03-27 15:59:32 +01004
ychaconaf912b92021-04-27 14:43:56 +02005Non-RT RIC Control Panel Overview
elinuxhenrike46bb692021-05-26 14:37:53 +02006=================================
elinuxhenrik3c2c02c2020-03-27 15:59:32 +01007
elinuxhenrike46bb692021-05-26 14:37:53 +02008Graphical user interface with the following capabilities:
ychaconaf912b92021-04-27 14:43:56 +02009
elinuxhenrike46bb692021-05-26 14:37:53 +020010* View and Manage A1 policies in the RAN (near-RT-RICs)
elinuxhenrike46bb692021-05-26 14:37:53 +020011* Graphical A1 policy creation/editing is model-driven, based on policy types JSON schema
PatrikBuhr1408f852021-12-14 08:48:59 +010012* View producers and jobs for the Information coordinator service
elinuxhenrik1aa2b7f2021-05-31 13:19:09 +020013* Configure A1 Policy Management Service (add/remove near-rt-rics)
elinuxhenrik3c2c02c2020-03-27 15:59:32 +010014
PatrikBuhr1408f852021-12-14 08:48:59 +010015The Control Panel frontend interacts with the A1 Policy Management Service and A1 Information Coordinator
elinuxhenrik1aa2b7f2021-05-31 13:19:09 +020016(REST NBIs) via a service exposure gateway, the Nonrtric Gateway. The frontend is developed using the Angular framework.
ychaconaf912b92021-04-27 14:43:56 +020017The Gateway is a Spring Cloud Gateway that provides an API Gateway for all the Non-RT-RIC Components.
18
19.. note::
elinuxhenrike46bb692021-05-26 14:37:53 +020020 It is fully supported in Firefox and Chrome. Minor issues in Safari.
ychaconaf912b92021-04-27 14:43:56 +020021 Not supported in Microsoft Edge and IE.
elinuxhenrik3c2c02c2020-03-27 15:59:32 +010022
elinuxhenrik22cfc3d2020-03-30 08:53:58 +020023Control Panel architecture
24--------------------------
elinuxhenrik3c2c02c2020-03-27 15:59:32 +010025
elinuxhenrik22cfc3d2020-03-30 08:53:58 +020026The architecture of the Control Panel is as shown on the following picture:
elinuxhenrik3c2c02c2020-03-27 15:59:32 +010027
ychaconaf912b92021-04-27 14:43:56 +020028.. image:: ./images/ControlPanel_architecture.png
elinuxhenrik3c2c02c2020-03-27 15:59:32 +010029 :scale: 50 %
30
elinuxhenrik1aa2b7f2021-05-31 13:19:09 +020031The Control Panel can be deployed following the instructions in the Installation Guide.