discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Discuss-gnuradio] UHD recv demuxer errors with a simple Python flowgrap


From: Pierre Baudry
Subject: [Discuss-gnuradio] UHD recv demuxer errors with a simple Python flowgraph
Date: Mon, 5 Jun 2017 15:01:54 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0

Hi,

While working with gr-gsm blocks and examples I ran into some weird UHD
errors.

I tried to reduce as much as possible the flowgraph complexity, and
ended up writing a very simple flowgraph that seems to reliably trigger
the UHD errors.

I uploaded the flowgraph here:
https://gist.github.com/anonymous/d3c0c9f1f72ab7cdc2c3460126682bc6

The point of this flowgraph is to simply tune into a frequency, acquire
some samples and proceed with a new acquisition. This is similar to what
grgsm-scanner does, with the sample analysis removed.

On my hardware (Xeon E5-2650 with USRP B200 on USB3), this flowgraph
will produce a lot of UHD errors every time such as:

> Tuning to 1934.301035 MHz
> Acquisition N° 13 finished
> 
> Tuning to 1619.216092 MHz
> 
> UHD Error:
>     recv packet demuxer unexpected sid 0xc449c000
> 
> UHD Error:
>     recv packet demuxer unexpected sid 0x44208000
> 
> UHD Error:
>     recv packet demuxer unexpected sid 0xc4064000
> 
> UHD Error:
>     recv packet demuxer unexpected sid 0xc2780000
> ---- snip ----

Am I doing something the wrong way ?
Is there a limitation of some kind with the way I retune the USRP ?
I first thought that these errors were tied to the processing power
required but the flowgraph I wrote just trashes received samples so this
is very unlikely.

Best,
Pierre



reply via email to

[Prev in Thread] Current Thread [Next in Thread]