Summary

Primary Goals for Non-RealTime RAN Intelligent Controller (Non-RT-RIC) - Release H

  • R1 Service Exposure & Management
    • Continuing work of Service execution platform extensions (K8s, Istio, Keycloak, OPA, Gateway) to enable and enforce service isolation & exposure
    • First version of 3GPP CAPIF-aligned Service Registration & Discovery service available. Will continue integration with related work on rApp management & Service exposure enforcement.
  • R1 Data Management & Exposure
    • Aligning with emerging proposals for R1-DME where possible
    • R1 DME Data Catalog support in NONRTRIC ICS 
    • R1 Data delivery & filtering (Kafka & REST)
      • Investigating approaches for access to stored data
    • Continuing prototyping with PM data exposure, filtering & access control
      • Additional support for stored data access (S3/Minio & InfluxDB) .
  • rApp Manager
    • Building on ONAP “Automation Composition” model & platform to implement rApp use cases
    • Overlap with Service Exposure work to examine role of an rApp Manager to support controlled exposure & LCM of µService and non-µService parts of an rApp
    • Hope to start work on supporting ASD-based rApps
    • Support KServe App components
  • Continued A1-Policy & A1-Enrichment-Information evolution (& R1-A1)
  • Sample use cases (rApps)
    • Requirements Drivers for rApp/R1 development
    • High degree of cross-project integration activity
  • Testing, Maintenance & Housekeeping
    • Function Test & Integration Test environment,
    • Support integration, deployment & configuration of SMO/Non-RT-RIC related functions & usecases in OSC Integration env.
    • Project coordination, Documentation, Delivery, Reporting, Cross-project alignment, Community demos, O-RAN Standardization support, etc.

H Release - Highlights:

Count of Epics (20 issues), User Stories, Tasks, and Issues:  (455 issues)
Relevant Epics:

Wiki: https://wiki.o-ran-sc.org/display/RICNR

Tasks / Backlog / JIRA: https://jira.o-ran-sc.org/projects/NONRTRIC/issues

Gerrit / Source Code:

Sonar / Test Coverage Reports

Docs:

Testing:

Studies

Weekly Meetings:

Demos:


  • H-Release: Demonstration: "LCM of ASD-based CNFs using ONAP CNFM function in Standalone mode"
    See Video (HD), Video (SD) and Slides for more information

  • H-Release: Demonstration: "CAPIF for Service Registration & Service Discovery"
    See Video (HD), Video (SD) and Slides for more information

H release: Container images

H release: Deployment Instruction



Latest Architecture (Release H)


NONRTRIC components (Release H)

  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. Information Coordinator Service
  6. DMaaP/Kafka Information Producer Adapters
  7. NONRTRIC CAPIF Core (Service Registry)
  8. Initial Non-RT-RIC App Catalogue
  9. A1 Policy Controller / Adapter
  10. A1 Interface Simulator
  11. Initial K8S Helm Chart LCM Manager
  12. Authentication Support (JWT Token Fetch)
  13. Test Framework
  14. "Helloworld" O-RU Fronthaul Recovery use case
  15. "Helloworld" O-DU Slice Assurance use case
  16. "Healthcheck" use case

NONRTRIC Control Panel (Release H)

Graphical user interface to interact with the Non-RT-RIC services.

With the OSC NONRTRIC Control Panel you can: 

NONRTRIC (Spring Cloud) Service Gateway (Release H)

Enable Apps and the Control Panel to use A1 Services

NONRTRIC (Kong) Service API Gateway (Release H)

Support Apps to use NONRTRIC, SMO and other App interfaces through a gateway

A1 Policy Management Service (from ONAP CCSDK – Kohn)

A1 Policy Controller Service above A1 Adapter that provides:

Repository and documentation about the service can be found at:

Information Coordinator Service (ICS) (Release H)

A service that coordinates Information Jobs, producers and consumers. Also acts as an A1 Enrichment Information Controller.

ICS is a data subscription service which decouples data producers from data consumers. A data consumer can create a data subscription (Information Job) without any knowledge of its data producers (one subscription may involve several data producers). A data producer has the ability to produce one or several types of data (Information Type). One type of data can be produced by zero to many producers.


A data consumer can be an R-App using R1 APIs, or a near-RT RIC using the A1-EI API (where the subscribed data is more specifically called "Enrichment Information").
A data consumer can have several active data subscriptions (Information Job). One Information Job consists of the type of data to produce and additional parameters, which may be different for different data types. These parameters is not defined or limited by this service and may for instance include:

Repository and documentation about the service can be found at:

APIs provided by the ICS service

A1-EI

This API is between Near-RT RIC and the Non-RT RIC. The Near-RT RIC is a data consumer, which creates Information Jobs to subscribe for data. In this context, the information is referred to as 'Enrichment Information', EI.

Data producer API

This API is provided by the Non-RT RIC platform and is intended to be part of the O-RAN R1 interface. The API is for use by different kinds of data producers and provides support for:

Data consumer API

This API is provided by the Non-RT RIC platform and is intended to be part of the O-RAN R1 interface. The API is for use by different kinds of data consumers and provides support for:

Service status

This API provides a means to monitor the health of this service.

DMaaP/Kafka Information Producer Adapters (Release H)

Configurable mediators to take information from DMaaP (& Kafka) and present it as a coordinated Information Producer

Two alternative implementations to allow Information Consumers to consume DMaaP or Kafka events as coordinated Information Jobs.
These configurable adapters/mediators act producers of Information Coordinator Service (ICS) jobs by polling topics in DMaaP Message Router (MR) or Kafka and pushing the messages to a consumer.

NONRTRIC CAPIF Core (Service Registry) (Release H)

Implementing a CAPIF service for Service registration, discovery, administration

Repository and documentation about the service can be found at:

NONRTRIC rApp catalog (Release H)

Register for NONRTRIC APPs (rApps)

Repository and documentation about the service can be found at:

A1 Policy Controller / Adapter (from ONAP CCSDK – Kohn)

Optional mediation point for A1 Policy interface termination in SMO/NONRTRIC

Documentation about the adapter / controller can be found at:

A1 Interface Simulator (Release H)

Stateful A1 test stub

Repository and documentation about the service can be found at:

Authentication Support (JWT Token Fetch) (Release H)

A side-car utility service to takes care of authentication token fetching from Keycloak

Repository and documentation about the service can be found at:

Initial K8S Helm Chart LCM Manager (Release H)

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

A building block for coming releases as the rApp concept matures

Repository and documentation about the service can be found at:

NONRTRIC Test Platform (Release H)

Information about the test platform can be found at:

Use Cases (Release H)

"Helloworld" O-RU Fronthaul Recovery use case

A very simplified closed-loop rApp use case to re-establish front-haul connections between  O-DUs and O-RUs if they fail. Not intended to to be 'real-world'

Information about the use case can be found at:

Repository and documentation about the service can be found at:

"Helloworld" O-DU Slice Assurance use case

A very simplified closed-loop rApp use case to re-prioritize a RAN slice's radio resource allocation priority if sufficient throughput cannot be maintained. Not intended to to be 'real-world'

Information about the use case can be found at:

Repository and documentation about the service can be found at:

"Healthcheck" use case

A very simplified rApp use case to check if A1 Policy connection to a  near-rt-ric exists & is healthy. Not intended to to be 'real-world'