You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey everyone, I'm completely new to this, so please excuse any lack of technicality. I'm working on an srsRAN 5G project and need to deploy it using the 7.2 split while using a USRP B210 as my O-RU. I also need to integrate GNU Radio in such a way that the gNB sends data to a UDP block (or a similar block) in GNU Radio, which then receives and processes the data.
I've realized that I need to use the ru_ofh configuration for this, but in the ru_sdr configuration, I couldn't find any reference to a specific port that the gNB would send its data to. Since GNU Radio requires a defined port number to listen for incoming data, I need to figure out how to properly configure this in ru_ofh. I also dont know what network interface to mention in the configuration?
My main question is: How do I set up the ru_ofh configuration to accommodate this scenario, considering that GNU Radio sits between the gNB and the USRP B210? (The GNU Radio flow diagram consists of blocks that, when programmed into the USRP, enable it to function as an O-RU.)
Note: Both the srsran 5G project as well as the gnu radio will be running on the same laptop, and the USRP will be connected to the same laptop as well
The text was updated successfully, but these errors were encountered:
Hey everyone, I'm completely new to this, so please excuse any lack of technicality. I'm working on an srsRAN 5G project and need to deploy it using the 7.2 split while using a USRP B210 as my O-RU. I also need to integrate GNU Radio in such a way that the gNB sends data to a UDP block (or a similar block) in GNU Radio, which then receives and processes the data.
I've realized that I need to use the ru_ofh configuration for this, but in the ru_sdr configuration, I couldn't find any reference to a specific port that the gNB would send its data to. Since GNU Radio requires a defined port number to listen for incoming data, I need to figure out how to properly configure this in ru_ofh. I also dont know what network interface to mention in the configuration?
My main question is: How do I set up the ru_ofh configuration to accommodate this scenario, considering that GNU Radio sits between the gNB and the USRP B210? (The GNU Radio flow diagram consists of blocks that, when programmed into the USRP, enable it to function as an O-RU.)
Note: Both the srsran 5G project as well as the gnu radio will be running on the same laptop, and the USRP will be connected to the same laptop as well
The text was updated successfully, but these errors were encountered: