U's and L's when running GNU Radio

Hi,

In the terminal and while using a powerful PC (please see the
attachment),
I am occasionally getting capital U’s and L’s when running GNU Radio
with
one Tx and 4 Rx channels (Here is a sample of what I am getting:
ULLLLLLLLLLLLLLLULLLLULLLLLLLLLLLLLLLULLLULLLLLLLLLLLLLLLLLLLLLLLLLLLL).

Please note that I am using timed-commands to start both the Tx and Rx’s
at
the same time. When I check the System Monitor while GNU Radio is
running
(please see the attachment), the CPU history and RAM usage seem to be
fine.
Also, swap memory is disabled as shown in the attachment. What causes
this
issue and how to handle it? Could it be due to some instability in the
writing speed to the hard drive?

BTW, I am having the same issue for my older PC (a PC with less specs).
The
System Monitor tells me that my CPU usage is around 60% and my RAM usage
is
around 45%, however, I am getting U’s and L’s when I try to use four Rx
channels. Please note that the system doesn’t throw lots of U’s and L’s
at
once, it is a kind of frequent where a bunch of them are thrown out
every
many seconds or so.

Thanks in advance for your help.

Best regards,
Khalid

Hi,

In the terminal and while using a powerful PC (please see the attachment), I
am occasionally getting capital U’s and L’s when running GNU Radio with one
Tx and 4 Rx channels (Here is a sample of what I am getting:
ULLLLLLLLLLLLLLLULLLLULLLLLLLLLLLLLLLULLLULLLLLLLLLLLLLLLLLLLLLLLLLLLL).

I can’t find anything in GNURadio itself that would print that.

The only thing it can print AFAICT is aU aO jU

So it must be an OOT block that display those …

Cheers,

Sylvain

Hello Sylvain, hello Khalid,

these could be underruns (U) and late (L) packets, as reported by UHD,
used via gr-uhd; however, seeing so many L’s is a very uncommon pattern;
Do you use timed_commands? What are your RX and TX sampling rates? From
your network throughput, I’d assume your using 4x 3.3MS/s, is that
correct?

Could you share the whole output of your program’s run, not only the
ULLLL… ?

Best regards,
Marcus