aboutsummaryrefslogtreecommitdiffstats
path: root/test/mocks/ran-nssmf-simulator/README.md
blob: 5a8958740707e3de0a7df01d855d54c08d601b48 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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
```