On 26/11/2024 11:46, Houshang wrote:
10.10.0.100 <http://10.10.0.100>: I use it as the management ip of
n310 and it is ETHERNET 1G.
10.10.2.100 <http://10.10.2.100>: I use it as the other ip of n310 for
data and it is Fiber 10G.
With srsRAN I want to do 20MHz, TDD, N78 band, 2X2 MIMO. So DL will be
something around 120 Mbps and UL will be something around 11.5 Mbps.
But this issue happens before even Attaching a UE. Meaning I don't
even run data and I see this error:
I cannot help with srsRAN, maybe others know more about it.
But your N310 is essentially working, and your issue is likely with
configuration of your application (srsRAN?).
/
/
/--== srsRAN gNB (commit 9d5dd742a) ==--
The PRACH detector will not meet the performance requirements with the
configuration {Format 0, ZCZ 0, SCS 1.25kHz, Rx ports 1}.
Lower PHY in quad executor mode.
Available radio types: uhd.
[INFO] [UHD] linux; GNU C++ version 11.4.0; Boost_107400;
UHD_4.7.0.0-0ubuntu1~jammy1
[INFO] [LOGGING] Fastpath logging disabled at runtime.
Making USRP object with args
'use_dpdk=0,type=n3xx,mgmt_addr=10.10.0.100,addr=10.10.2.100,master_clock_rate=122.88e6,send_frame_size=8500,recv_frame_size=8500'
[INFO] [MPMD] Initializing 1 device(s) in parallel with args:
mgmt_addr=10.10.0.100,type=n3xx,product=n310,serial=32000F1,name=ni-n3xx-32000F1,fpga=HG,claimed=False,use_dpdk=0,addr=10.10.2.100,master_clock_rate=122.88e6,send_frame_size=8500,recv_frame_size=8500
[INFO] [MPM.PeriphManager] init() called with device args
`fpga=HG,master_clock_rate=122.88e6,mgmt_addr=10.10.0.100,name=ni-n3xx-32000F1,product=n310,recv_frame_size=8500,send_frame_size=8500,use_dpdk=0,clock_source=internal,time_source=internal'.
[WARNING] [MPMD] DPDK was requested but is not available, falling back
to regular UDP
[WARNING] [MPMD] Cannot create DPDK transport, falling back to UDP
[INFO] [MULTI_USRP] 1) catch time transition at pps edge
[INFO] [MULTI_USRP] 2) set times next pps (synchronously)
[WARNING] [MPMD] Cannot create DPDK transport, falling back to UDP
[WARNING] [MPMD] Cannot create DPDK transport, falling back to UDP
[WARNING] [0/Radio#0] Attempting to set tick rate to 0. Skipping.
[WARNING] [MPMD] Cannot create DPDK transport, falling back to UDP
[WARNING] [MPMD] Cannot create DPDK transport, falling back to UDP
[WARNING] [0/Radio#0] Attempting to set tick rate to 0. Skipping.
Cell pci=1, bw=20 MHz, 2T2R, dl_arfcn=626668 (n78), dl_freq=3400.02
MHz, dl_ssb_arfcn=626304, ul_freq=3400.02 MHz
N2: Connection to AMF on 10.55.7.40:38412 <http://10.55.7.40:38412>
completed
Warning: Configured PRACH occasion collides with PUCCH RBs ([0..1)
intersects [0..3)). Some interference between PUCCH and PRACH is expected.
Warning: Configured PRACH occasion collides with PUCCH RBs ([0..1)
intersects [0..3)). Some interference between PUCCH and PRACH is expected.
==== gNB started ===
Type <h> to view help
Late: 5347; Underflow: 3213; Overflow: 1;
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.
Late: 4; Underflow: 0; Overflow: 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./
On Tue, 26 Nov 2024 at 17:37, Marcus D. Leech
<patchvonbr...@gmail.com> wrote:
On 26/11/2024 11:32, Houshang wrote:
Hi Marcus
I ran the benchmark command on both ip of the n310 and attached
you can find the printout.
I"m going to guess that one of your interfaces is operating at
1Gbit, while the other is operating at 10Gbit?
I don't know what rates the srsRAN software runs the interface at,
but clearly in your 2nd example, on the
other IP, it's able to support 25Msps without any issue.
On Tue, 26 Nov 2024 at 17:22, Marcus D. Leech
<patchvonbr...@gmail.com> wrote:
On 26/11/2024 11:10, Houshang wrote:
Many thanks for prompt reply Marcus! Please find attached
the printout for that probe command you asked for.
OK, so the next thing to do is to test your network capacity
between your host computer and the N310:
benchmark_rate --args
"type=n3xx,product=n310,addr=10.10.0.100,master_clock_rate=125e6"
--rx_rate 25e6 --tx_rate 25e6
On Tue, 26 Nov 2024 at 16:59, Marcus D. Leech
<patchvonbr...@gmail.com> wrote:
On 26/11/2024 10:18, Houshang wrote:
Hello
I have following UHD version on my server:
/ad@bm-super11-intel:~/houshang$ uhd_config_info --version
UHD 4.7.0.0-0ubuntu1~jammy1
ad@bm-super11-intel:~/houshang$ ssh root@10.10.0.100/
And the following UHD version on my n310:
/root@ni-n3xx-32000F1:~# uhd_config_info --version
UHD 4.7.0.0-0-ga5ed1872
root@ni-n3xx-32000F1:~# /
They are the same and my n310 is updated with the
following file:
/ad@bm-super11-intel:~/houshang$ md5sum
/usr/share/uhd/images/usrp_n310_fpga_HG.bit
532b338d6861268c05a4fd9837ca80e5
/usr/share/uhd/images/usrp_n310_fpga_HG.bit
ad@bm-super11-intel:~/houshang$ /
I am running srsRAN gNB on my server (/Commit
9d5dd742a/). A version of srs of srsRAN that is
compiled with /UHD 4.7.0.0./
Here are the error messages I get:
/==== gNB started ===
Type <h> to view help
Error: failed receiving packet. RfnocError: OpTimeout:
Control operation timed out waiting for ACK.
Late: 2805; Underflow: 2238; Overflow: 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.
Late: 0; Underflow: 5; Overflow: 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.
Late: 0; Underflow: 4; Overflow: 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.
Late: 0; Underflow: 4; Overflow: 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.
Late: 0; Underflow: 4; Overflow: 0;
Error: failed receiving packet. RfnocError: OpTimeout:
Control operation timed out waiting for ACK./
And obviously it is not working with this amount of errors.
Can anyone help me with this please? Is it a bug in the
UHD version? Or is there something I am missing here?
Thanks
Houshang
Try "the basics" first.
What does:
uhd_usrp_probe --args
"type=n3xx,product=n310,addr=192.168.10.2"
Produce (you might have to change the addr to whatever
the address is of your N310).
_______________________________________________
USRP-users mailing list -- usrp-users@lists.ettus.com
To unsubscribe send an email to
usrp-users-le...@lists.ettus.com
--
*Houshang Azizi*
*Test Engineer*
logo <https://www.accelleran.com/>
*(32) 492195241*
*houshang.az...@accelleran.com <mailto:em...@accelleran.com>*
*www.accelleran.com* <http://www.accelleran.com/>
linkedin icon <https://www.linkedin.com/company/accelleran>
twitter icon <https://twitter.com/accelleran> youtube icon
<https://www.youtube.com/channel/UCrAEtqWp21cibZgSFVIEx2g?themeRefresh=1>
--
*Houshang Azizi*
*Test Engineer*
logo <https://www.accelleran.com/>
*(32) 492195241*
*houshang.az...@accelleran.com <mailto:em...@accelleran.com>*
*www.accelleran.com* <http://www.accelleran.com/>
linkedin icon <https://www.linkedin.com/company/accelleran>
twitter icon <https://twitter.com/accelleran> youtube icon
<https://www.youtube.com/channel/UCrAEtqWp21cibZgSFVIEx2g?themeRefresh=1>
--
*Houshang Azizi*
*Test Engineer*
logo <https://www.accelleran.com/>
*(32) 492195241*
*houshang.az...@accelleran.com <mailto:em...@accelleran.com>*
*www.accelleran.com* <http://www.accelleran.com/>
linkedin icon <https://www.linkedin.com/company/accelleran> twitter
icon <https://twitter.com/accelleran> youtube icon
<https://www.youtube.com/channel/UCrAEtqWp21cibZgSFVIEx2g?themeRefresh=1>
_______________________________________________
USRP-users mailing list -- usrp-users@lists.ettus.com
To unsubscribe send an email to usrp-users-le...@lists.ettus.com