From b764f221db38dd0d0fb3bad908e5d1329721730d Mon Sep 17 00:00:00 2001 From: Enbo Wang Date: Fri, 18 Sep 2020 11:06:12 +0800 Subject: Add an External RAN NSSMF simulator Change-Id: I770091159dd1f953d8a567ccd2bd7f6d21f27649 Issue-ID: INT-1707 Signed-off-by: Enbo Wang --- test/mocks/ran-nssmf-simulator/README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 test/mocks/ran-nssmf-simulator/README.md (limited to 'test/mocks/ran-nssmf-simulator/README.md') diff --git a/test/mocks/ran-nssmf-simulator/README.md b/test/mocks/ran-nssmf-simulator/README.md new file mode 100644 index 000000000..5a8958740 --- /dev/null +++ b/test/mocks/ran-nssmf-simulator/README.md @@ -0,0 +1,19 @@ +# 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 +``` -- cgit 1.2.3-korg