Versions Compared

Key

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

...

This page describes how to test 

Overview of the End to End call

Details of the architect can be referred to the link: Release A 


Procedure to establish the End to End call

Preparation

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

...

  • The near RT RIC simulator could be found in this repo.

Build SDNC project 

  • Enter into the sdnc-a1-controller project, northbound and oam project will be listed. 

...

  • 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 a1-controller

Start Simulator:

  • Enter the simulator's project into sim/a1-interface/near-rt-ric-simulator/scripts.
  • Build Simulator project with command: 
      mvn clean install

  • 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, which SDCN is also attached.
      docker run -p 8080:8080 --network=yaml_default --name=nearRtRic-sim1 nearric-simulator:1.0.0-SNAPSHOT

Make a call from Open Daylight GUI to Simulator :

...

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

For example:


Start

...

NonRt RIC Controlpanel: