tree: d2bbd670b02f5d43007ecb1a67f79172bb9b4eab [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