Open YzkkkkkNB opened 1 year ago
There is no "official" UERANSIM Docker image at my knowledge. OpenAirInterface is an other project and it seems they built their Docker image in a buggy way. Please report the bug on OpenAirInterface side so they can fix their Docker image (basically, they need to perform a chmod +x
in their Dockerfile). Also I encourage you to only use images where the Dockerfile is publicly available.
free5GC publishes an unofficial UERANSIM Docker image too: https://hub.docker.com/r/free5gc/ueransim The Dockerfile is here: https://github.com/free5gc/free5gc-compose/tree/master/ueransim
If we use nr-binder using the interactive shell in the way given on the official website, the following error message will appear:
So I go into the ueransim container You can see that nr-binder is not an executable file, so you need to modify the executable permissions. Then I test the nr-binder
But when I use nr-binder to bind our python file error occur This may seem like the nr-binder tool in containerized ueransim is not supported, but it works fine when we use nr-binder in the ueransim software to bind our python files