Cannot start GNB and UE in UERANSIM

I installed free5gc with free5GC-Compose.
docker ps shows image free5gc-compose-ueransim.
where I run
./nr-gnb config/gnbcfg.yaml I get ERROR: bad file:

the same for
./nr-ue config/uecfg.yaml ERROR: bad file:

I have not made any changes to the yaml files.

Hi @k3yzerS0ze,

you made a typo in your command:
in ./nr-ue -c config/uecfg.yaml, you forgot the -c before the config file path.

Also, you don’t need to start the gNB manually: the container is configured to run it automatically when the ueransim Docker container is started.