Steps to build the RAN-Sim Controller setup:
- Clone and Checkout Ran-Sim Controller
- Copy ‘m2_settings.xml’ from ‘<YOURFOLDER>/ransim/’ to <HOME>/.m2/ folder as settings.xml file after updating environment specific configurations. If
If the file already exists in <HOME>/.m2/ folder, then merge this file content into the existing file appropriately.
Note: settings.xml entries are mandatory to include dependencies.
...
3. Open the terminal and navigate to the '<YOURFOLDER>/ransim-revamped/ran-simulator/ransim'
4.Run the following command in the terminal
‘mvn clean install -U -Dcheckstyle.skip=true -Dmaven.test.skip=true -P docker’
...
7.Run the'docker-compose up -d' command in the terminal( Note: Use docker compose version 1.6.0 or above)
8.Once thethe ransim and mariadb containers are started, you can see logs in the ransim container under the folder /opt/app/policy/servers/ransim/logs
Steps to check the RAN-Sim Controller logs
...