[srsran-users] N310 srsran example NSA/ RF status: O=4, U=74, L=2

Nadia Patricia Yoza Mitsuishi Nadia.YozaMitsuishi at colorado.edu
Tue Nov 22 00:39:15 UTC 2022


Hi Juan Carlos and Oriol,

Thanks for your response! We are trying to implement 5G SA E2E tests. The
computer is set to performance mode and it should be powerful enough, but
we are just using the 1 GBE module, because we don't have a 10 GBE module.
We will try to get one and redo the tests then.

Thanks,

On Mon, Oct 31, 2022 at 4:40 AM Oriol Font Bach <oriol.font at srs.io> wrote:

> Hi Nadia and Juan Carlos,
>
> I'd advise you to start by playing with the basic transport socket
> parameters (e.g.,
> send_frame_size=8000,recv_frame_size=8000,num_send_frames=64,num_recv_frames=64)
> and make sure your 10 GIGE is properly configured. In any case, you are
> both getting underflow (U) and late (L) warnings which are possibly also
> indicating performance issues in your hardware setup (e.g., make sure your
> cpu governor is set to max performance or try a more powerful machine).
>
> Cheers,
> Oriol
>
> On Mon, 31 Oct 2022 at 10:55, Nadia Patricia Yoza Mitsuishi <
> Nadia.YozaMitsuishi at colorado.edu> wrote:
>
>> Hello everyone,
>>
>> Juan Carlos, did you get that to work? If so, what parameters did you use
>> in the UE configuration file?
>> I'm also trying to use the N310 as a UE for 5G SA, but I get the same
>> error:
>>
>> root at ubuntuPC:~/.config/srsran# srsue
>> Active RF plugins: libsrsran_rf_uhd.so libsrsran_rf_zmq.so
>> Inactive RF plugins:
>> Couldn't open , trying /root/.config/srsran/ue.conf
>> Reading configuration file /root/.config/srsran/ue.conf...
>> srsLog error - Unable to create log file "/tmp/ue.log": Permission denied
>>
>> Built in Release mode using commit ce8a3cae1 on branch master.
>>
>> Opening 1 channels in RF device=uhd with args=type=n3xx, serial=31BFE81,
>> sampling_rate=15.36e6, clock=external
>> Supported RF device list: UHD zmq file
>> [INFO] [UHD] linux; GNU C++ version 9.4.0; Boost_107100;
>> UHD_3.15.0.0-74-ge35f66e8
>> [INFO] [LOGGING] Fastpath logging disabled at runtime.
>> Opening USRP channels=1, args: type=n3xx,master_clock_rate=122.88e6
>> [INFO] [UHD RF] RF UHD Generic instance constructed
>> [INFO] [MPMD] Initializing 1 device(s) in parallel with args:
>> mgmt_addr=192.168.10.2,type=n3xx,product=n310,claimed=False,addr=192.168.10.2,master_clock_rate=122.88e6
>> [INFO] [MPM.PeriphManager] init() called with device args
>> `time_source=internal,mgmt_addr=192.168.10.2,product=n310,clock_source=external,master_clock_rate=122.88e6'.
>> [INFO] [0/Replay_0] Initializing block control (NOC ID:
>> 0x4E91A00000000004)
>> [INFO] [0/Radio_0] Initializing block control (NOC ID: 0x12AD100000011312)
>> [INFO] [0/Radio_1] Initializing block control (NOC ID: 0x12AD100000011312)
>> [INFO] [0/DDC_0] Initializing block control (NOC ID: 0xDDC0000000000000)
>> [INFO] [0/DDC_1] Initializing block control (NOC ID: 0xDDC0000000000000)
>> [INFO] [0/DUC_0] Initializing block control (NOC ID: 0xD0C0000000000002)
>> [INFO] [0/DUC_1] Initializing block control (NOC ID: 0xD0C0000000000002)
>> [INFO] [0/FIFO_0] Initializing block control (NOC ID: 0xF1F0000000000000)
>> [INFO] [0/FIFO_1] Initializing block control (NOC ID: 0xF1F0000000000000)
>> [INFO] [0/FIFO_2] Initializing block control (NOC ID: 0xF1F0000000000000)
>> [INFO] [0/FIFO_3] Initializing block control (NOC ID: 0xF1F0000000000000)
>> Waiting PHY to initialize ... done!
>> Attaching UE...
>> RF status: O=0, U=2403, L=0
>> RF status: O=0, U=2986, L=0
>> RF status: O=0, U=2976, L=0
>> RF status: O=0, U=2794, L=0
>> RF status: O=0, U=3723, L=14
>> RF status: O=0, U=3537, L=0
>> RF status: O=0, U=2965, L=0
>> RF status: O=0, U=2972, L=0
>> RF status: O=0, U=3129, L=0
>> RF status: O=0, U=5119, L=14
>> RF status: O=0, U=3102, L=0
>> RF status: O=0, U=2962, L=0
>> RF status: O=0, U=3119, L=0
>> RF status: O=0, U=4332, L=14
>> RF status: O=0, U=2991, L=0
>>
>> The UE configuration file is attached.
>>
>> If anyone can provide some info, I'd appreciate it
>>
>> Thanks!
>>
>>
>> On Fri, Jun 24, 2022 at 3:28 AM Juan Carlos ESTRADA JIMENEZ <
>> juan.estrada-jimenez at list.lu> wrote:
>>
>>> Hello,
>>>
>>>
>>>
>>> I am trying to run the NSA 5G srsRAN example with a N310. I have
>>> obtained the following result. If somebody could help me it would be great.
>>>
>>>
>>>
>>> Best regards.
>>>
>>>
>>>
>>>
>>>
>>> Enodeb.log
>>>
>>>
>>>
>>> juan at ion-server:~/srsRAN/build/srsenb/src$ sudo ./srsenb
>>> --rf.srate=122.88e6
>>>
>>> Active RF plugins: libsrsran_rf_uhd.so libsrsran_rf_soapy.so
>>> libsrsran_rf_blade.so libsrsran_rf_zmq.so
>>>
>>> Inactive RF plugins:
>>>
>>> ---  Software Radio Systems LTE eNodeB  ---
>>>
>>>
>>>
>>> Couldn't open , trying /root/.config/srsran/enb.conf
>>>
>>> Reading configuration file /root/.config/srsran/enb.conf...
>>>
>>> Couldn't open sib.conf, trying /root/.config/srsran/sib.conf
>>>
>>> Couldn't open rr.conf, trying /root/.config/srsran/rr.conf
>>>
>>> Couldn't open rb.conf, trying /root/.config/srsran/rb.conf
>>>
>>>
>>>
>>> Built in Release mode using commit f2dff0b7a on branch master.
>>>
>>>
>>>
>>> Opening 2 channels in RF device=default with
>>> args=type=n3xx,tx_subdev_spec=A:0 B:0,rx_subdev_spec=A:0 B:0
>>>
>>> Supported RF device list: UHD soapy bladeRF zmq file
>>>
>>> Trying to open RF device 'UHD'
>>>
>>> [INFO] [UHD] linux; GNU C++ version 9.4.0; Boost_107100;
>>> UHD_4.1.0.HEAD-0-gd21735d5
>>>
>>> Opening USRP channels=2, args: type=n3xx,tx_subdev_spec=A:0
>>> B:0,rx_subdev_spec=A:0 B:0,master_clock_rate=122.88e6
>>>
>>> [INFO] [LOGGING] Fastpath logging disabled at runtime.
>>>
>>> [INFO] [UHD RF] RF UHD Generic instance constructed
>>>
>>> [INFO] [MPMD] Initializing 1 device(s) in parallel with args:
>>> mgmt_addr=192.168.10.2,type=n3xx,product=n310,serial=323F0BC,name=ni-n3xx-323F0BC,fpga=HG,claimed=False,addr=192.168.10.2,master_clock_rate=122.88e6
>>>
>>> [WARNING] [MPMD] MPM minor compat number mismatch. Expected: 4.0 Actual:
>>> 4.2
>>>
>>> [INFO] [MPM.PeriphManager] init() called with device args
>>> `fpga=HG,master_clock_rate=122.88e6,mgmt_addr=192.168.10.2,name=ni-n3xx-323F0BC,product=n310,clock_source=internal,time_source=internal'.
>>>
>>> [WARNING] [RFNOC::GRAPH] One or more blocks timed out during flush!
>>>
>>> [INFO] [UHD RF] Setting tx_subdev_spec to 'A:0 B:0'
>>>
>>> [INFO] [UHD RF] Setting rx_subdev_spec to 'A:0 B:0'
>>>
>>> [INFO] [MULTI_USRP]     1) catch time transition at pps edge
>>>
>>> [INFO] [MULTI_USRP]     2) set times next pps (synchronously)
>>>
>>> [WARNING] [0/Radio#0] Attempting to set tick rate to 0. Skipping.
>>>
>>> [WARNING] [0/Radio#1] Attempting to set tick rate to 0. Skipping.
>>>
>>> [WARNING] [0/Radio#1] Attempting to set tick rate to 0. Skipping.
>>>
>>> [WARNING] [0/Radio#0] Attempting to set tick rate to 0. Skipping.
>>>
>>> RF device 'UHD' successfully opened
>>>
>>>
>>>
>>> ==== eNodeB started ===
>>>
>>> Type <t> to view trace
>>>
>>> Setting frequency: DL=2680.0 Mhz, UL=2560.0 MHz for cc_idx=0 nof_prb=50
>>>
>>> Setting frequency: DL=1842.5 Mhz, UL=1747.5 MHz for cc_idx=1 nof_prb=52
>>>
>>> t
>>>
>>> Enter t to stop trace.
>>>
>>> RF status: O=2, U=0, L=0
>>>
>>> RF status: O=10, U=165, L=4
>>>
>>> RF status: O=4, U=74, L=2
>>>
>>> RF status: O=4, U=85, L=2
>>>
>>> RF status: O=3, U=0, L=0
>>>
>>> RF status: O=2, U=82, L=2
>>>
>>> RF status: O=2, U=0, L=0
>>>
>>> RF status: O=5, U=76, L=2
>>>
>>> RF status: O=2, U=86, L=2
>>>
>>> RF status: O=4, U=80, L=2
>>>
>>> RF status: O=3, U=0, L=0
>>>
>>> RF status: O=2, U=74, L=2
>>>
>>> RF status: O=6, U=85, L=2
>>>
>>> RF status: O=2, U=0, L=0
>>>
>>> RF status: O=6, U=155, L=4
>>>
>>>
>>>
>>>
>>>
>>> Best Regards,
>>>
>>> Juan Carlos Estrada
>>> *IT for Innovative Services (ITIS)*
>>>
>>> *juan.estrada-jimenez at list.lu <juan.estrada-jimenez at list.lu>*
>>>  |  +352 661597632
>>>
>>> *Luxembourg Institute of Science and Technology (LIST)*
>>> 5, avenue des Hauts-Fourneaux  |  L-4362 Esch-sur-Alzette
>>> *LIST.lu*
>>>
>>>
>>> _______________________________________________
>>> srsran-users mailing list
>>> srsran-users at lists.srsran.com
>>> https://lists.srsran.com/mailman/listinfo/srsran-users
>>>
>> _______________________________________________
>> srsran-users mailing list
>> srsran-users at lists.srsran.com
>> https://lists.srsran.com/mailman/listinfo/srsran-users
>>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.srsran.com/pipermail/srsran-users/attachments/20221121/b7287101/attachment-0001.htm>


More information about the srsran-users mailing list