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

ERROR: unrecognised option 'expert.nof_phy_threads' #1

Open
daniel-garciasanchez opened this issue Nov 6, 2019 · 2 comments
Open

Comments

@daniel-garciasanchez
Copy link

Just deployed and found dummyue is now closing due to expert.nof_phy_threads option:

dummyue | Reading configuration file /config/ue.conf.fauxrf...
dummyue | unrecognised option 'expert.nof_phy_threads'
dummyenb | Setting Sampling frequency 5.76 MHz
dummyue exited with code 255

eNB registers successfully. Do you know how to solve this issue?

Thank you in advance, this is such a useful (UE+eNB) simulation.

@JR555SE
Copy link

JR555SE commented Nov 13, 2019

I think I suffer from the same. was wondering for a while why it wouldn't spawn and I see now that I have the same error. Sorry to say I don't have a solution.

@JR555SE
Copy link

JR555SE commented Nov 13, 2019

aha!
so what I did, (as I am fairly fresh at all this container stuff)
I installed the "locate" application
sudo apt install locate
Then finding that config file(I ran it as sudo su):
locate ue.conf.fauxrf
Found the files in /var/lib/docker/overlay2/..l o n g n a m e..../diff/config/ue.conf.fauxrf
-Edit the file with vi and comment out the expert option(which feels crucial but ...)
#nof_phy_threads
Save and do a "docker-compose up -d" again :)
voila!
now I am stuck at getting the ping out on the correct interface.
tried the suggested workaround but got an error..
root@d87e717a3eb0:~# route add default tun_srsue SIOCADDRT: No such device

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants