aligungr / UERANSIM

Open source 5G UE and RAN (gNodeB) implementation.
GNU General Public License v3.0
793 stars 322 forks source link

nr-binder error when exec ueransim container #626

Open YzkkkkkNB opened 1 year ago

YzkkkkkNB commented 1 year ago

If we use nr-binder using the interactive shell in the way given on the official website, the following error message will appear: image

So I go into the ueransim container image 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 image

But when I use nr-binder to bind our python file error occur image 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

louisroyer commented 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.

yoursunny commented 1 month ago

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