03-07-2025 06:04 AM
Hola,
Habiendo configurado mi UHD, MPM, FPGA compatible y en estas versiones:
For reference, I will list the UHD and FPGA versions.
GNU C++ version 13.2.0; Boost_108300; UHD_4.8.0.HEAD-0-ga5ed1872
MPM Version: 5.3
FPGA Version: 8.3
FPGA git hash: c37b318.clean
fpga=X4_200
Al lanzar mi gnb.yaml en mi usrp x410 teniendo la siguiente configuracion:
log:
all_level: debug
cu_cp:
amf:
addr: 192.168.30.201 # The address or hostname of the AMF.
port: 38412
bind_addr: 192.168.30.201 # A local IP that the gNB binds to for traffic from the AMF.
supported_tracking_areas:
- tac: 7
plmn_list:
- plmn: "21405"
tai_slice_support_list:
- sst: 1
sd: 11259370
#- sst: 2
# sd: 2
inactivity_timer: 7200
ru_sdr:
device_driver: uhd
device_args: type=x4xx,addr=192.168.30.7,
#type=x4xx,addr=192.168.30.7,
# #Optionally pass arguments to the selected RF driver.
#clock: internal
#sync: internal
srate: 30.72 #30.72 #245.76 #122.88 #61.44
tx_gain: 50
rx_gain: 40
cell_cfg:
dl_arfcn: 630000
band: 78
channel_bandwidth_MHz: 20
common_scs: 30
plmn: "21405"
tac: 7
pci: 1
slicing:
-
sst: 1
sd: 0xabcdea
# -
#sst: 2
#sd: 0x000002
log:
filename: /tmp/gnb.log
all_level: debug
pcap:
mac_enable: false
mac_filename: /tmp/gnb_mac.pcap
ngap_enable: false
ngap_filename: /tmp/gnb_ngap.pcap
=== gNB started === Type <h> to view help [DEBUG] [RxStreamer#0] Received overrun message on port 0 Error: failed receiving packet. RfnocError: OpTimeout: Control operation timed out waiting for ACK. Error: failed receiving packet. RfnocError: OpTimeout: Control operation timed out waiting for ACK.
¿alguien me puede ayudar a solucionar este problema?
Muchas gracias,
Un saludo.