Versions Compared

Key

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

...

Preparation

  • Download the SDNC repo: 
       git clone "https://gerrit.o-ran-sc.org/r/nonrtric"

...

  • Build northbound project with command: 
      mvn clean install -Dmaven.test.skip=true
  • Build oam project with command: 
      mvn clean install -Dmaven.test.skip=true -P docker
  • Enter into the directory of
      nonrtric/sdnc-a1-controller/oam/installation/src/main/yaml
  • and run the command: 
      MTU=1500 docker-compose up sdnc

...

  • Build Simulator project with command: 
      mvn clean install
  • Run the Simulator in a docker container with a nearric-sim as name and attach to a 'yaml_default' network, which SDCN is also attached.
      docker run -p 8080:8080 --network=yaml_default --name=nearric-sim nearric-simulator:1.0.0-SNAPSHOT

...

...