Configuring RU Emulator with srsRAN gNB #718
-
I'm trying to set up an RU emulator that will run with a gNB in test mode. I have both the RU emulator and srsRAN running at the same time but they can't transmit packets to one another, due most likely to a misconfiguration of one or both. Here are the commands I am running: I have an SFP+ ethernet NIC card that I have bound. I am using 0000:17:00.0 for the gNB and 0000:17:00.1 for the RU. When I run them both there are no packets exchanged ~/gnb.yml
~/ru_em.yaml
/tmp/gnb.log
Any help on how I could configure them would be helpful. I am not quite sure how to set the VLANs, MAC addresses etc. Thanks, chase |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Rather than using in ru_emu.yml
and in gnb.yml
|
Beta Was this translation helpful? Give feedback.
-
This was solved by using a dual port NIC, assigning the gnb to one port (ie 0000:17:00.0) and the ru_emulator to the other (ie 0000:17:00.1). |
Beta Was this translation helpful? Give feedback.
Rather than using
network_interface: 0000:17:00.1 and network_interface: 0000:17:00.0
I would use the lo interfacein ru_emu.yml
and in gnb.yml