Versions Compared

Key

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

...

      4Run the following command in the terminal                    mvn clean install -U -Dcheckstyle.skip=true 

Code Block
languagepy
themeEmacs
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
languagepy
themeEmacs
             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
languagepy
themeEmacs
             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
languagepy
themeEmacs
            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
languagepy
themeEmacs
            curl -X POST -H "Content-Type:  text/plain" http://localhost:8081/ransim/api/stopIntelligentSlicingPmData -

...

       5. You can see the generated slicing pm data files in the ransim container under the folder /tmp/ransim-install.

...