[USRP-users] Re: Where do I find this call to change it.

2021-03-13 Thread Martin Braun
It's either fixed or in review. At least on GNU Radio master branch. On Fri, 12 Mar 2021, 22:48 Marcus D. Leech, wrote: > On 03/12/2021 04:39 PM, Jerrid Plymale wrote: > > Ok, so what you're saying is I need to update Gnuradio to a newer version? > The way I have my software setup is everything

[USRP-users] Re: Where do I find this call to change it.

2021-03-12 Thread Marcus D. Leech
On 03/12/2021 04:39 PM, Jerrid Plymale wrote: Ok, so what you're saying is I need to update Gnuradio to a newer version? The way I have my software setup is everything is installed into virtual environments. So when I initially started using the USRP, I created an environment that had UHD 3.15

[USRP-users] Re: Where do I find this call to change it.

2021-03-12 Thread Jerrid Plymale
Ok, so what you're saying is I need to update Gnuradio to a newer version? The way I have my software setup is everything is installed into virtual environments. So when I initially started using the USRP, I created an environment that had UHD 3.15 and Gnuradio 3.8 installed. When I saw UHD 4.0

[USRP-users] Re: Where do I find this call to change it.

2021-03-12 Thread Marcus D Leech
ok so this is likely a case of your gr-UHD assuming an older API for recv_async_msg. This is just a warning that eventually that older API will go away. Probably if you had totally up to date everything, or a UHD library that was of an earlier vintage that matched he-UHD, yiu wouldn’t get thi

[USRP-users] Re: Where do I find this call to change it.

2021-03-12 Thread Jerrid Plymale
Hello Marcus, This is coming from a Gnuradio flowgraph that I created myself. It’s got USRP Rx and Tx blocks, a block that takes samples of the signal and preforms some DSP, and a bunch of GUI variable control and variable display blocks. Best Regards, Jerrid From: Marcus D Leech Sent: Frida

[USRP-users] Re: Where do I find this call to change it.

2021-03-12 Thread Marcus D Leech
I think we need more context. Is this from a program you write yourself? Someone else’s code? A Gnuradio flow graph? Your own? Someone else’s? Sent from my iPhone > On Mar 12, 2021, at 3:02 PM, Jerrid Plymale > wrote: > >  > Hello All, > > Here is the warning message I am trying to so