Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagepy
themeEmacs
mvn clean install -U -Dcheckstyle.skip=true -Dmaven.test.skip=true -install -P docker


      5. After successful build navigate to '<YOURFOLDER>/ran-simulator/ransim/docker' directory

...

                   'docker exec -it <ransim container> bash'

       3. Navigate to '/opt/app/policy/servers/ransim/logs' using the cd command.

...

                   'docker exec -it <ransim container> bash'

       3. Run the following command tostart the RAN network slice simulation: 

Code Block
languagepy
themeEmacs
             curlcurl -k -X POST --header 'Content-Type: application/json' --header 'Accept: */*' 'http://localhost:8081/ransim/api/StartRanSliceSimulation' 

...

Code Block
languagepy
themeEmacs
             curl curl -k -X POST --header 'Content-Type: application/json' --header 'Accept: */*' 'http://localhost:8081/ransim/api/StopRanSliceSimulation' 

...

                  'docker exec -it <ransim container>it ransim bash'

       3. Run the following command toto start generate Intelligent slicing PM data: 

Code Block
languagepy
themeEmacs
            curl -X POST -H "Content-Type:  text/plain" http://localhost:8081/ransim/api/GenerateIntelligentSlicingPmData -i  

...

Code Block
languagepy
themeEmacs
            curl -X POST -H "Content-Type:  text/plain" http://localhost:8081/ransim/api/stopIntelligentSlicingPmData -i 

...