Developer Guide

This document provides a quickstart for developers of the Non-RT RIC PM Producer.

Additional developer guides are available on the O-RAN SC NONRTRIC Developer wiki.

PM Producer Service

The following properties in the application.yaml file have to be modified:

  • server.ssl.key-store=./config/keystore.jks

  • app.webclient.trust-store=./config/truststore.jks

  • app.configuration-filepath=./src/test/resources/test_application_configuration.json

Kubernetes deployment

Non-RT RIC can be also deployed in a Kubernetes cluster, it/dep repository. hosts deployment and integration artifacts. Instructions and helm charts to deploy the Non-RT-RIC functions in the OSC NONRTRIC integrated test environment can be found in the ./nonrtric directory.

For more information on installation of NonRT-RIC in Kubernetes, see Deploy NONRTRIC in Kubernetes.

For more information see Integration and Testing documentation on the O-RAN-SC wiki.