On 2022-03-01 04:48, Tobias Kronauer wrote:
Dear USRP-Users,
recently, we purchased a USRP X410. I am using the UHD version shipped
with, namely UHD 4.1.0.5-0-g18f5f9a4. Running the default examples, I
receive constantly Overflow-"Errors". Namely, there are two different
notifications, generally speaking, I receive. *I wonder what the
difference is.*
Notification Type 1: A print to stdout, i.e. a `O`, without receiving
an error message from the metadata of the received package.
Notification Type 2: An error message in the metadata of the received
package.
Can you tell me the difference? Scanning the documentation, it is hard
for me to find the actual difference. I wonder when to take it
seriously, i.e. knowing that some samples are actually dropped.
Kind regards,
Tobias
*Barkhausen Institut*
www.barkhauseninstitut.org
Barkhausen Institut gGmbH | Sitz: Würzburger Straße 46, 01187 Dresden,
Germany | Registergericht: Amtsgericht Dresden, HRB 37267 |
Geschäftsführer: Prof. Dr. Gerhard Fettweis, Dr. Tim Hentschel |
Vorsitzender der Gesellschafterdelegation: Dr. Andreas Handschuh
Hinweise zum Datenschutz und zur Verarbeitung Ihrer Daten finden Sie
unter: https://barkhauseninstitut.org/data-privacy
This email and any attachments are intended only for the person to
whom this email is addressed and may contain confidential and/or
privileged information. If you received this email in error, please do
not disclose the contents to anyone, but notify the sender by return
email and delete this email (and any attachments) from your system.
Information on data protection and processing of your personal
information: https://barkhauseninstitut.org/data-privacy
Looking at the code, the printing of the 'O' can be somewhat
asynchronous to sending packets towards the application--looking in
super_recv_packet_handler.hpp, the
printing of the 'O' (via UHD_LOG_FASTPATH) always seems to correspond
to a packet with ERROR_CODE_OVERFLOW set.
In all cases, 'O' means that samples were lost. You can look at the
timestamps in the packet metadata from _recv() to determine where the
gap is.
_______________________________________________
USRP-users mailing list -- usrp-users@lists.ettus.com
To unsubscribe send an email to usrp-users-le...@lists.ettus.com