Information regarding Release D for Non-Realtime RIC will be in this page.

Architecture for Release D:


OSC NONRTRIC Release D


NONRTRIC components:

  1. Non-RT-RIC Control Panel

  2. Non-RT-RIC (Spring Cloud) Service Gateway
  3. Non-RT-RIC (Kong) Service Exposure Prototyping
  4. A1 Policy Management Service
  5. Enrichment Information Coordinator
  6. Initial Non-RT-RIC App Catalogue
  7. SDNC A1 Controller
  8. Near-RT RIC A1 Simulator
  9. Initial K8S Helm Chart LCM Manager
  10. Test Framework
  11. "Helloworld" O-RU Fronthaul Recovery use-case

The code base for "Dawn" Release is in the NONRTRICNONRTRIC-ControlPanel, and A1-Simulator source repositories (Gerrit) - Cherry Branch

Non-RT-RIC Control Panel

Graphical user interface

Please refer this developer guide to set up in your local environment. More information about Non-RT Ric control panel can be found here.

Non-RT-RIC (Spring Cloud) Service Gateway

Support Apps to use A1 Services (May be replaced by Service Exposure function in later releases)

Spring cloud Gateway provides the library to build the API Gateway for Microservice architecture. In Non-RT-RIC we build the basic API gateway using spring cloud gateway which then exposes 2 Nonrtric functions Policy Management Service & Enrichment Coordinator Service. You can add predicates through code or yaml and in Nonrtric we prefer to use yaml.

NONRTRIC gateway code can be found at,

https://gerrit.o-ran-sc.org/r/gitweb?p=portal/nonrtric-controlpanel.git;a=tree;f=nonrtric-gateway;hb=refs/heads/master

More information on the Spring Cloud Gateway can be found in the documentation page below,

https://cloud.spring.io/spring-cloud-gateway/reference/html/#gateway-starter

Non-RT RIC (Kong) Service Exposure Prototyping

Support Apps to use NONRTRIC, SMO and other App interfaces
A building block for coming releases as the R1 Interface concept matures 

Kong is a cloud-native, high performance, scalable & Open source API Gateway. Kong comes in 2 flavours

The NONRTRIC Kubernetes deployment will deploy Kong if the installKong flag is set to true.  During uninstallation of nonrtric components it will also remove kong if it's deployed by nonrtric script.

If the ingress enabled flag is set to true then it will create the ingress objects for A1 policy & Enrichment Service so the gateway will expose these functions.

NONRTRIC Kubernetes deployment can be found at:

More information on Kong API Gateway can be found at https://docs.konghq.com/gateway-oss/

A1 Policy Management Service (from ONAP CCSDK – Honolulu)

A1 Controller Service above A1 Adaptor that provides:

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

A1 Enrichment Information Job Coordination Service

Coordinate/Register A1-EI Types, Producers, Consumers, and Jobs.

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

(Initial) Non-RT RIC APP catalog

Register for NONRTRIC APPs

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

A1 Adaptor / Controller (from ONAP CCSDK – Honolulu):

Mediation point for A1 interface termination in SMO/NONRTRIC

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

Near-RT-RIC Simulator:

Stateful A1 test stub

https://docs.o-ran-sc.org/projects/o-ran-sc-sim-a1-interface/en/latest/index.html

Initial K8S Helm Chart LCM Manager

Onboard, start, stop, and modify Non-RT-RIC App µServices as Helm Charts

A building block for coming releases as the R-APP concept matures

NONRTRIC Test Platform

"Helloworld" O-RU Fronthaul Recovery use-case