We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi @aligungr
As per the below documentation, we tried to bind the firefox with uesimtunX using nr-binder, but its not working. https://github.com/aligungr/UERANSIM/wiki/Usage#using-the-tun-via-nr-binder
Can you please suggest if specific configuration to be done at VM or firefox level.
The text was updated successfully, but these errors were encountered:
Hello @BG00818733
I know it's been a few months since you opened this issue, but I've faced the same issue as you and I could find a workaround
When I ran the command suggested by the Wiki
./nr-binder 10.45.0.2 firefox
I've noticed that the error below was displayed multiple times:
ERROR: ld.so: object './libdevbnd.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
After trying some solutions I've found online without lucky, I finally figure it out. Then I'm leaving this workaround here for future reference.
First, go to UERANSIM's main folder (e.g. the one git clone created on your system), example:
git clone
cd UERANSIM
Then create a symlink to the lib file
ln -s ./build/libdevbnd.so libdevbnd.so
Next, to invoke the binder, use:
./tools/nr-binder 10.45.0.2 firefox
PS: Don't forget to adapt the IP address above to the one your UE gets after establishing its PDU session.
Firefox will successfully run through UERANSIM. It's possible to confirm this by running a packet capture on the UPF network interface of the 5GC
Best Regards, Leo.
Sorry, something went wrong.
No branches or pull requests
Hi @aligungr
As per the below documentation, we tried to bind the firefox with uesimtunX using nr-binder, but its not working.
https://github.com/aligungr/UERANSIM/wiki/Usage#using-the-tun-via-nr-binder
Can you please suggest if specific configuration to be done at VM or firefox level.
The text was updated successfully, but these errors were encountered: