Cannot find device "tun_srsue" #880
-
I am trying to connect srsUE to srsRAN gNB using 2 USRPs. The srsUE seems to connect OK: Setting manual TX/RX offset to 100 samples But then when I try to follow the instructions to test the connection with a ping, I get this error: sudo ip route add default via 10.45.1.1 dev tun_srsue I thought that the srsue program was supposed to create the tun_srsue device when it gets an IP address? Any idea what I am doing wrong? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 9 replies
-
yes, the srsUE should create the
|
Beta Was this translation helpful? Give feedback.
-
Here is my /tmp/ue.log file - let me know if you'd like to see anything else. |
Beta Was this translation helpful? Give feedback.
I was able to change the BIOS settings to match the other machine, and then the srsran_performance script ran fine. Unfortunately, after doing that, I still had the same error with tun_srsue device not found. But after some more experimentation, I was able to fix that error by commenting out this line from my ue_rf.conf file:
netns = ue1
Now the ping is working fine (at least for a while until srsue craps out and gets kicked off - which only takes a minute or 2). I just need to figure out how to make it work longer without dying...