aligungr / UERANSIM

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

nr-binder Command Not Found #399

Open sadrones opened 3 years ago

sadrones commented 3 years ago

Hi,

After successful PDU session I can ping google using the uesimtuno interface as ping -I uesimtun0 google.com . However, I tried to use nr-binder as follows but it is showing that command not found. Any hint what I am missing?

ueransim-new:~/UERANSIM/build$ sudo ./nr-binder 10.45.0.4 curl google.com sudo: ./nr-binder: command not found

With Thanks, Sadrones

aligungr commented 3 years ago

@sadrones Don't use nr-binder with curl. Just use sudo curl --interface uesimtun0 google.com

And note that curl command requires sudo unlike other commands.

sadrones commented 3 years ago

Hi @aligungr , Thanks a lot for your quick response.

Still same as below: sadrones@ueransim-new:~$ sudo curl --interface uesimtun0 google.com sudo: curl: command not found

Could you please tell me why it is so? Also, I would like to use nr-binder by following the usage page (https://github.com/aligungr/UERANSIM/wiki/Usage). May I have your suggestions to proceed?

Thanks again, Sadrones

aligungr commented 3 years ago

@sadrones

Before the nr-binder issue, I want to ask that whether you have curl installed in your system?

sadrones commented 3 years ago

Nice catch. A lot of thanks. I just installed curl and it is working but no luck yet for ./nr-binder. Any further hint?

sadrones@ueransim-new:~/UERANSIM/build$ sudo ./nr-binder 10.45.0.3 firefox [sudo] password for sadrones: sudo: ./nr-binder: command not found

Also, I would like to test the throughput of the established network. Therefore, I need to know how can I proceed?

Best regards, Sadrones

easychu commented 3 years ago

I met the same problem. After building(cd ~/UERANSIM make), I got the ~/UERANSIM/build/ the following 5 files: 1 nr-gnb ,2 nr-ue ,3 nr-cli ,4 libdevbnd.so and a unexecutable nr-binder file.
What should I do? Tks!

aligungr commented 3 years ago

@sadrones and @easychu

Please try chmod +x nr-binder and try to execute nr-binder again

ashiqpathan commented 2 years ago

i am getting around 180 Mbit/sec for UE's.

I am using open5gs as the core network. also, UE-AMBR is set at 1 Gbps. Why is this so limited??? is it for open5gs ogstun interface???

pksahoo2022 commented 1 year ago

sudo curl --interface uesimtun0 google.com

this one works for me

ghost commented 1 year ago

i am getting around 180 Mbit/sec for UE's.

I am using open5gs as the core network. also, UE-AMBR is set at 1 Gbps. Why is this so limited??? is it for open5gs ogstun interface???

Can you pls temme the command for throughput testing !

Thanks in advance