Versions Compared

Key

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

DRAFT Needs Update This page describes how to demonstrate the entire flow for Non-Realtime RIC using release E.

...

Details of the architecture can be found from the following link: Release DE

Preparation

It is recommended to use it/dep repo as it has ready to use helm charts and test data to create and populate data into nonrtric k8s deployment. 

Instruction can be found in this page Deploy NONRTRIC in Kubernetes.

End to end call from Policy Management

...

In this case port for HTTP connection would be 30091 and for HTTPS 30092.

Pic is out of date!

  • Click on Policy Control and the screen below with policy types should open

Wrong Pic?!

  • For each policy type there is a '+' icon to create a new policy of that specific type. Click on '+' icon to create new policy

  • Choose your ric from drop-down menu and provide any arbitrary values for QoS Id, Ue Id -ID, UE-ID and Priority

  • Submit the policy
  • An entry to the chosen Near-RT RIC simulator console/log should appear (see, for example, kubectl logs -n nonrtric a1-sim-osc-0 in case ric1 policy was created):

...

Code Block
languagebash
themeMidnight
127.0.0.1 - - [08/Jun/2021 11:43:42] "DELETE /a1-p/policytypes/1/policies/aa8feaa88d944d919ef0e83f2172a5000 HTTP/1.0" 202 -


End to end call from

...

Information Coordinator Service


Pic is out of date!


From the Control Panel, Producer and Jobs can only be listed. 

Pic is out of date!

The Information Coordination Service (ICS) is not exposed outside the k8s cluster, hence the commands for populating Information Jobs/Consumers/Producers need to be run from within the clusterThe enrichment coordinator service is not exposed outside the k8s cluster, hence the commands for populating enrichment data need to be run from within the cluster.

In order to execute other actions such as create, modify and delete, curl can be use to interact with Enrichment Information ICS API using NodePort from control panel.

In this example, test data is been used, so there is no real producer connected.

...