Versions Compared

Key

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

DRAFT - Copy of Release E - Contains Errors 

This page describes how to get the release F version of Non-RT RIC up and running locally with three separate Near-RT RIC A1 simulator docker containers providing STD_1.1.3, STD_2.0.0 and OSC_2.1.0 versions of the A1 interface.

...

Code Block
languagebash
curl -k https://informationservicelocalhost:8434/A1-EI/v1/eijobs/job2/status
{"eiJobStatus":"ENABLED"}

...

Code Block
languagebash
docker run --rm -v \
<absolute-path-to-config-file>/type_config.json:/configs/type_config.json \
-p 80858885:8085 -p 81858985:8185 --network=nonrtric-docker-net --name=dmaapmediatorservice \
-e "INFO_COORD_ADDR=https://informationserviceinformation-service-container:8434" \
-e "DMAAP_MR_ADDR=https://message-router:3905" \
-e "LOG_LEVEL=Debug" \
-e "INFO_PRODUCER_HOST=https://dmaapmediatorservice" \
-e "INFO_PRODUCER_PORT=8185" \
nexus3.o-ran-sc.org:10002/o-ran-sc/nonrtric-plt-dmaapmediatorproducer:1.1.0

...

Code Block
languagebash
curl -k https://informationservicelocalhost:8434/A1-EI/v1/eijobs/job3/status
{"eiJobStatus":"ENABLED"}

...