Versions Compared

Key

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

...

  • 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=NearRtRic1nearRtRic-sim1 nearric-simulator:1.0.0-SNAPSHOT

...

check file: nonrtric/sdnc-a1-controller/northbound/nonrt-ric-api/provider/src/main/resources

NearRtRic1 = nearRtRic-sim1:8080
NearRtRic2 = nearRtRic-sim2:8080

update value:

"A1-ADAPTER-API:near-rt-ric-id": "NearRtRic1"

...