Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Near-Real Time RIC Installation Guide, Step 4 error #88

Open
romilbalar opened this issue Apr 22, 2023 · 3 comments
Open

Near-Real Time RIC Installation Guide, Step 4 error #88

romilbalar opened this issue Apr 22, 2023 · 3 comments
Labels
bug Something isn't working

Comments

@romilbalar
Copy link
Contributor

At step 4: Deploy the near-Real Time RIC,
The command:

#cd RIC-Deployment/bin
sudo ./deploy-ric-platform -f ../RECIPE_EXAMPLE/PLATFORM/example_recipe_oran_e_release_modified_e2.yaml

looks for "example_recipe_oran_e_release_modified_e2.yaml" which does not currently exist in that specified 'PLATFORM' directory.

Current band-aid solution: replace the command as -
sudo ./deploy-ric-platform -f ../RECIPE_EXAMPLE/PLATFORM/example_recipe_oran_e_release_e2.yaml,
for a successful installation.

@romilbalar romilbalar added the bug Something isn't working label Apr 22, 2023
@joshuamoorexyz
Copy link
Contributor

This is a bug i have seen as well. The file does show up sometimes as it is supposed to. This seems to be an issue with the updating of the submodule. Does this small repository need to be a submodule or can we simply include it in the main oaic repo to avoid this bug?

@romilbalar
Copy link
Contributor Author

I believe including it in the main repo should be the way to go until we can resolve the submodule 'refreshing' problem.

@joshuamoorexyz
Copy link
Contributor

Possibly an easier fix would be to add to the documentation the step to change to the root of the RECIPE folder and run git submodule update --init --recursive --remote which pulls the required file for setup. This would only involve the documentation being updated to fix this bug. Should we do this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants