...
4. Run the following command in the terminal ‘mvn clean install -U -Dcheckstyle.skip=true
Code Block | ||||
---|---|---|---|---|
| ||||
mvn clean install -U -Dcheckstyle.skip=true -Dmaven.test.skip=true - |
...
P docker |
5. After successful build navigate to '<YOURFOLDER>/ran-simulator/ransim/docker' directory
...
3. Run the following command tostart the RAN network slice simulation:
Code Block | ||||
---|---|---|---|---|
| ||||
curl -k -X POST --header 'Content-Type: application/json' --header 'Accept: */*' 'http://localhost:8081/ransim/api/StartRanSliceSimulation' |
4. Run the following command tostop the RAN network slice simulation:
Code Block | ||||
---|---|---|---|---|
| ||||
curl -k -X POST --header 'Content-Type: application/json' --header 'Accept: */*' 'http://localhost:8081/ransim/api/ |
...
StopRanSliceSimulation' |
Steps to start/stop generating Intelligent slicing PM data
...
3. Run the following command tostart generate Intelligent slicing PM data:
Code Block | ||||
---|---|---|---|---|
| ||||
curl -X POST -H "Content-Type: text/plain" http://localhost:8081/ransim/api/GenerateIntelligentSlicingPmData - |
...
i |
4. Run the following commandto Start generate Intelligent slicing PM data:
Code Block | ||||
---|---|---|---|---|
| ||||
curl -X POST -H "Content-Type: text/plain" http://localhost:8081/ransim/api/stopIntelligentSlicingPmData - |
...
i |
5. You can see the generated slicing pm data files in the ransim container under the folder /tmp/ransim-install.
...