srsRAN gNB with srsUE #67
Replies: 2 comments 13 replies
-
Hi, Best regards |
Beta Was this translation helpful? Give feedback.
1 reply
-
Hello, I installed the new srsRAN Project 23.5 released yesterday. Thank you all for the great work! Now the ping round trip time is comparable to the one I got with srsRAN 4G with a maximum throughput of ~23 Mbps. I just wanted to confirm, the adaptive MCS capability is not included yet, right? Thanks! |
Beta Was this translation helpful? Give feedback.
12 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I am trying to implement an end-to-end 5G connection using srsRAN Project for the gNB and srsRAN 4G for the UE, as indicated in the tutorial recently released [1]. The UE gets RRC connection to the gNB and it gets an IP address. However, when I try to ping between gNB and UE, the round trip time of the ping takes too long:
sudo ./srsue ue.conf
Active RF plugins: libsrsran_rf_uhd.so libsrsran_rf_soapy.so libsrsran_rf_blade.so libsrsran_rf_zmq.so
Inactive RF plugins:
Reading configuration file ue.conf...
Built in Release mode using commit 655a098b7 on branch master.
Opening 1 channels in RF device=uhd with args=clock=external
Supported RF device list: UHD soapy bladeRF zmq file
[INFO] [UHD] linux; GNU C++ version 9.4.0; Boost_107100; UHD_3.15.0.0-74-ge35f66e8
[INFO] [LOGGING] Fastpath logging disabled at runtime.
Opening USRP channels=1, args: type=b200,master_clock_rate=23.04e6
[INFO] [UHD RF] RF UHD Generic instance constructed
[INFO] [B200] Detected Device: B210
[INFO] [B200] Operating over USB 3.
[INFO] [B200] Initialize CODEC control...
[INFO] [B200] Initialize Radio control...
[INFO] [B200] Performing register loopback test...
[INFO] [B200] Register loopback test passed
[INFO] [B200] Performing register loopback test...
[INFO] [B200] Register loopback test passed
[INFO] [B200] Asking for clock rate 23.040000 MHz...
[INFO] [B200] Actually got clock rate 23.040000 MHz.
Setting manual TX/RX offset to 300 samples
Waiting PHY to initialize ... done!
Attaching UE...
Random Access Transmission: prach_occasion=0, preamble_index=0, ra-rnti=0x39, tti=5934
Random Access Complete. c-rnti=0x4601, ta=0
RRC Connected
PDU Session Establishment successful. IP: 10.46.0.36
RRC NR reconfiguration successful.
The amf.yaml is as follows and, based on it, I am using 127.0.0.2 as the AMF address and 127.0.0.100 or 127.0.1.1 as the AMF bind_addr in the gnb.yaml file:
I tried both ways: conducted tests using physical radios (B210s) connected through a 30 dB attenuator or, instead, using zmq, but I obtain the same results. I am using Ubuntu 20.04 LTS and Open5GS core. I didn't have any problems using the same parameters with the previous srsRAN version. The subscribers parameters indicated in Open5gs are according to the ue.conf parameters.
ue.txt
gnb.txt
upf.txt
amf.txt
[1] https://docs.srsran.com/projects/project/en/latest/tutorials/source/srsUE/source/index.html#
If you have any suggestions, please, let me know.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions