You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

1. Architecture

The high-level architecture of the simulator and its interface to ONAP is shown below.

2. Description

The simulator exposes NSSMF api for 5G network slicing use case. Including allocate, deallocate, activate, deactivate etc.

3. Precondition

  1. Make sure the node where simulator installed can support ssh and sftp.  
  2.  jdk 1.8 or higher is also required. 

4. Installation Steps:

there is a packge: simulator.tar.gz below need to be downloaded. 

simulator.tar.gz


  1. cp simulator.tar.gz to a special folder
  2.  unzip simulator.tar.gz
  3. cd simulator
  4. modify application.properties

          server.port=11111: the value you can modify as you want but not used in this node,

          #the values below, please keep it default.

          notifyurl=http://192.168.235.110:30472/v1/pm/notification

          ftppath=sftp://root:oom@192.168.235.110:22/home/ubuntu/dcae/PM.tar.gz

          fixeddelay=900000

          filepath=/home/ubuntu/dcae

          amffilepath=/home/ubuntu/dcae/AMF.xml.gz

          upffilepath=/home/ubuntu/dcae/UPF.xml.gz

     5. run the commandjava -jar simulator-0.0.1-SNAPSHOT.jar >/dev/null &

  • No labels