Dear all NI community,
-I've been experiencing the following error when deploying the gNB: Error: failed receiving packet. RfnocError: OpTimeout: Control operation timed out waiting for ACK.
-Let me give a brief description of my setup: Ubuntu 22.04, UHD 4.8.0, x410 with UHD 4.8.0.0 also. I attach an image of it below:

-I'm running the gnB located in this folder: srsRAN_Project/build/apps/gnb
-I've also tried unsuccessfully some solutions that did not work, for instances the .yaml files stated here: https://github.com/srsran/srsRAN_Project/discussions/871 .
-Or the solution presented in this tutorial: https://github.com/srsran/srsRAN_Project/discussions/982
-I think that my problem is that my setup is incomplete, I mean, I think I need SFP cables and many more things like this. Can anyone help to solve this error please?
The .yaml file that I'm using is the following:
cu_cp:
amf:
addr: 10.53.1.2 # The address or hostname of the AMF.
port: 38412
bind_addr: 10.53.1.1 # A local IP that the gNB binds to for traffic from the AMF.
supported_tracking_areas:
- tac: 7
plmn_list:
- plmn: "00101"
tai_slice_support_list:
- sst: 1
ru_sdr:
device_driver: uhd
device_args: addr=192.168.0.202,type=x4xx,num_recv_frames=64,num_send_frames=64
sync: internal
clock: internal
srate: 122.88 # 30.72, 61.44, 122.88
tx_gain: 50
rx_gain: 50
cell_cfg:
dl_arfcn: 650000
band: 78
channel_bandwidth_MHz: 100
common_scs: 30
plmn: "00101"
tac: 7
pci: 1
nof_antennas_dl: 1
nof_antennas_ul: 1
pdsch:
mcs_table: qam256
ssb:
ssb_period: 20
pcap:
mac_enable: false
mac_filename: /tmp/gnb_mac.pcap
ngap_enable: false
ngap_filename: /tmp/gnb_ngap.pcap