Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Architecture for Release C:


Image RemovedNONRTRIC Architecture - CherryImage Added


NONRTRIC components:

  1. Non-RT RIC Control Panel/ NONRTRIC Dashboard

  2. Policy agent / A1 Policy Management Service
  3. Enrichment Information Coordinator
  4. R-app Catalogue
  5. SDNC A1 Controller
  6. Near-RT RIC Simulator

The code base for "Cherry" Release is in the NONRTRICNONRTRIC-ControlPanelA1-Simulator source repositories (Gerrit) - Cherry Branch

Non-RT RIC Control Panel / NONRTRIC Dashboard

Graphical user interface

  • 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 
  • Implementation:
  • Frontend: Angular framework
  • Backend Java Springboot application
  • (To be moved to portal/nonrtric-controlpanel repo)

Please refer this developer guide to set up in your local environment.

https://docs.o-ran-sc.org/projects/o-ran-sc-portal-nonrtric-controlpanel/en/cherry/

A1 Policy Management Service (from ONAP CCSDK – Guilin)

...