You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Next »

Release A:


Architecture for Release A:



NonRT RIC components:

  1. NonRT RIC Dashboard
  2. Policy agent
  3. SDNC A1 Controller
  4. Near-RT RIC Simulator


The Initial code base for Release A is at,

Non-RT-RIC


NonRT RIC Dashboard:

The RIC Dashboard is a graphical user  user interface that enables the user to manage the Policies in the network. The dashboard interacts with the Policy agent via a REST API.

The dashboards consists of a back end implemented as a Java Springboot application an fronted developed using the Angular framework.

Please refer this developer guide to set up Dashboad in local.


SDNC:

This component provides the Norhtbound interface for the A1 calls. A new OSGI feature is created as part of this implementation with 3 bundles, A1 client, Yang model  & Provider.

a. A1 client provides the swagger yaml file for the java code generation.

b. Yang model provides the NB interface API

c. Provider has the RPC implementation and makes the rest call to the underlying Near-RT RIC over RestApater.

During the time of development the master version is broken and all the work is based on El-Alto. Once the master is fixed in Frankfurt, the versions will be migrated.

Please refer this page to know how to setup SDNC in local.


Near-RT-RIC Simulator:

A simple Springboot application which simulates the Near-RT RIC A1 operations.

  • No labels