Versions Compared

Key

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

...

Code Block
languagebash
{"policytype_ids":["","123","std_pt1"]}

Run the

...

Information Coordinator Service Docker Container

Run the following command to start the information coordinator service.

(--name=information-service-container below )

Code Block
languagebash
docker run --rm -p 8083:8083 -p 8434:8434 --network=nonrtric-docker-net --name=information-service-container nexus3.o-ran-sc.org:10002/o-ran-sc/nonrtric-information-coordinator-service:1.2.0

...