tree: c3d197b6652ef16edf11c8b5059f49a3ab51bb9d [path history] [tgz]
  1. RanNssmfSimulator/
  2. test/
  3. .gitignore
  4. main.py
  5. README.md
  6. requirements.txt
  7. setup.py
  8. test-requirements.txt
  9. tox.ini
test/mocks/ran-nssmf-simulator/README.md

External RAN NSSMF Simulator for Network Slicing Use Case

There are two options to run the simulator:

Option 1. Directly run it in the current directory:

1. pip3 install -r requirements.txt

2. python3 main.py

Option 2. Install it using setuptools, and run it in any directory:

1. python3 setup.py install --user

2. python3 -m RanNssmfSimulator.MainApp