srsRAN 5G SA + Open 5GS + BladeRF 2 xA4 #364
-
Hello All, I am creating a new project to emulate a 5G SA network. My software specs: I followed this guide: running lsusb gives the following: the output of bladeRF-cli -e info -e version command is attached as Th output of ip address show dev lo command is attached as lo-interface.txt The configuration of the gnb_rf.yml which located in /home/user/srsRAN_Project/build/apps/gnb is attached as The configuration of the amf.yaml which located in /etc/open5gs is attached as The configuration of the upf.yaml which located in /etc/open5gs is attached as I get this error always which i think something wrong with the installation or drivers... any clue? the proposed solutions here in this Discussion didnot help. I also have a confusion related to the IPs (in my PC, in amf.yaml , in gnb_rf.yml and in upf.yaml)also amf.yaml: gnb_rf.yml: upf.yaml I know this seems alot to read but iam totally new to such topic and try to figure out what is going on. Best Regards |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 5 replies
-
Hi @MamdouhEgy the issue is that you are trying to use a BladeRF SDR. Currently, only UHD is supported as the RF driver. If you can, you will need to use a USRP as the RF frontend. |
Beta Was this translation helpful? Give feedback.
-
Did you find a solution/get it to work? I am trying to establish a 5G SA Network with the same bladeRF. |
Beta Was this translation helpful? Give feedback.
-
AliExpress has some B200 (usrp clones) for around the same price as a blade RF 2.0 Xa4. My suggestion is return or Sell the blade and try one of those. (Although an authentic USRP would be best. But like you, I couldn't afford one either, my clone works great though.) |
Beta Was this translation helpful? Give feedback.
-
Another note, if you can't develop yourself, you may be able to find a developer on a freelance site (fiverr) who can to help port the driver to make it compatible with the bladeRF. |
Beta Was this translation helpful? Give feedback.
-
You can take a look at this post, some other users have clearly shown how to get srsRAN Project to interface with bladeRF. |
Beta Was this translation helpful? Give feedback.
Hi @MamdouhEgy the issue is that you are trying to use a BladeRF SDR. Currently, only UHD is supported as the RF driver. If you can, you will need to use a USRP as the RF frontend.