I am setting up slicing feature of OAI 5G core network on Ubuntu.
The link for the tutorial is: https://gitlab.eurecom.fr/oai/cn5g/oai-cn5g-fed/-/blob/master/docs/DEPLOY_SA5G_SLICING.md
I am composing the docker file "docker-compose-slicing-basic-nrf.yaml"
However, when composing the docker file, the docker component vpp-upf-slice3 is not exiting with status 1. When I checked the logs, I found the following error: /openair-upf/bin/entrypoint.sh: line 58: INTERFACE_CORE: unbound variable
Tried in both Ubuntu 18.04 and 22.04, but unable to resolve. Can someone help me in resolving this error. Thanks in advance
I tried composing the below docker file with the command:
docker-compose-host $: docker-compose -f docker-compose-slicing-basic-nrf.yaml up -d
The component vp-upf-slice3 is exiting with status 1.