openaicellular / oaic

Core software for Open AI Cellular
https://openaicellular.github.io/oaic/
GNU General Public License v3.0
65 stars 23 forks source link

Automating OAIC installation Procedures #96

Closed connor01M closed 1 year ago

connor01M commented 1 year ago

I've attempted to automate the deployment and installation of the RIC, srsRan, and the kpi xapp but I am continually running into errors. Could someone else attempt to run these python scripts and give me some feedback? The first script automates everything up to sudo srsepc but seems to repeatedly fail during the "sudo make -jnproc" command (I've only ever gotten it to work with make -j8 so the script now uses that command instead). You will need to manually run the en-gNB and UE in ZeroMQ Mode but everything else should be automated. The second script should ideally deploy the kpi xapp but it also has not been working. image

DeployRICGNB.txt HostDeployKPIXapp.txt

CommoDor64 commented 1 year ago

This proper won't solve your issues, but you might refer here. I wanted to push an initiative to have a proper automated deployment using known tools. As an example I also present an example, maybe the reference there can actually help you.

73

connor01M commented 1 year ago

DeployRICGNBFinal.txt HostDeployKPIXappFinal.txt GNBsetupFinal.txt UEsetupFinal.txt