Versions Compared

Key

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

Table of Contents

1.

...

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

Image Removed

...

 Description

The simulator exposes standard NSSMF northbound api for 5G network slicing use case. Including allocate, deallocate, activate, deactivate etc. this simulator api exposed only support https.

 External Core NSSMF Simulator can be found in integration project.  Repo location: https://gerrit.onap.org/r/admin/repos/integration/simulators/core-nssmf-simulator

2. Architecture

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

Image Added

3. Precondition

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

...


4. start up the application by running " docker-compose up "

...


5. Register sndc info in AAI-ESR-GUI:

K8S='172.19.0.50' # depned on your k8s
THIRDPARTY_SDNC_ID='12345' # dont' care, anyting ok
ESR_SYSTEM_INFO_ID='12345' # dont' care, anyting ok
VENDER='HW' # only HW
TYPE='cn' # only cn
SIM_IP='172.19.0.11' # depned on your sim

...