Versions Compared

Key

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

...

  • Go to the simulator project ,  sim/directory  a1-interface/near-rt-ric-simulator./scripts
  • Create a docker image called nearric-simulator:1.0.0-SNAPSHOT: 
      docker build -t nearric-simulator:1.0.0-SNAPSHOT . 
  • Run the Simulator in a docker container with a nearric-sim as name and attach to a 'yaml_default' network, to which SDCN SDNC is also attached.
    Set the env '-e A1_VERSION=<a1-interface-version>' in the command below  and replace '<a1-interface-version> with the desired A1 interface version. The simulator currently supports A1 yaml interface versions: 'OSC_2.1.0' and 'STD_1.1.3'
      docker run -p 8080:8085 --network=yaml_default -e A1_VERSION=<a1-interface-version> --name=nearRtRic-sim1 nearric-simulator:1.0.0-SNAPSHOT

...

...