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

Compare with Current View Page History

Version 1 Current »

This demo package show distribution om PM (file based pm and streamed pm) from a O-DU simulator to rApps.

The main purpose of the demo is to show how a data consumer (rApp) can subscribe to data from a data producer via a job in ICS.

The demo requires a running docker and docker-compose. 

Demo has been verified on Mac-OS but should work on Linux as well as windows (Git-bash)


Download the nonrtric-prototyping repo 

Download repo
git clone "https://gerrit.nordix.org/local/oransc/nonrtric-prototyping"

cd nonrtric-prototyping/pm-data-event-demo


The whole package is started with a single command - ./run-all.sh.  To clean all containers, use the cmd - ./down-all.sh

Start the package

./run-all.sh

(in the end of the script - hit enter to start sending fileready events from the O-DU

Start the package
./run-all.sh
...
...
(in the end of the script - hit enter to start sending fileready events from the O-DU when this appears "Hit enter to start sending fileready events". However, the streamed pm counters are already sending events)

Make sure that no errors occurs during the script execution. For example, other running container or ports already occupied by other applications may cause errors in the script.

When the script has finished, there should be 22 running containers - see example below.


  • No labels