Re: [Discuss-gnuradio] Issue Installing GNU Radio From Source - Ubuntu 16.04

2018-10-09 Thread Luis Felipe Albarracin Sanchez
Hello all,

Yes Sir,

I am using now GNURadio version 3.7.13.4 and is working fine.

Just for the record, with Pybombs is very important  when you create code
or new OOT modules to specify the path in the cmake comand, for example:

cmake ../ -DCMAKE_INSTALL_PREFIX=/home/user/prefix/

I just wanted to place this in the forum, because i did not like to install
through Pybombs because of the addtional work of working with prefixes, and
maybe this would help others.

Kind regards.

On Tue, Oct 9, 2018 at 12:24 PM Michael Dickens 
wrote:

> Hi Luis - Thank you for the feedback. Just to be clear: PyBOMBS worked &
> you now have some usable version of GNU Radio installed? - MLD
>
> On Tue, Oct 9, 2018, at 10:05 AM, Luis Felipe Albarracin Sanchez wrote:
>
> Hello all,
>
> I have tried to install GNuRadio, the way Michael explaines to me with the
> "v3.7.14.3"  in the command,  and it did not work also.
>
> I have tried to install it the way Neel told me, and also it said that
> some packages were missing, and it did not work.
>
> The only way i could install it was through PyBombs.
>
> I appreciate all the help everyone has given me.
>
> Kind regards to all of you.
>
>
>

-- 
Eng. Luis Felipe Albarracin
Msc. Telematics / MBA
PMP
CCNA/CCDA/CCNP/CCDP/CCIP
ITIL v3 Foundation
"Die Grenzen meiner Sprache bedeuten die Grenzen meiner Welt"
___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


Re: [Discuss-gnuradio] Issue Installing GNU Radio From Source - Ubuntu 16.04

2018-10-09 Thread Michael Dickens
Hi Luis - Thank you for the feedback. Just to be clear: PyBOMBS  worked
& you now have some usable version of GNU Radio installed? - MLD
On Tue, Oct 9, 2018, at 10:05 AM, Luis Felipe Albarracin Sanchez wrote:> Hello 
all,
> 
> I have tried to install GNuRadio, the way Michael explaines to me with
> the "v3.7.14.3"  in the command,  and it did not work also.> 
> I have tried to install it the way Neel told me, and also it said that
> some packages were missing, and it did not work.> 
> The only way i could install it was through PyBombs.
> 
> I appreciate all the help everyone has given me.
> 
> Kind regards to all of you.

___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


Re: [Discuss-gnuradio] Issue Installing GNU Radio From Source - Ubuntu 16.04

2018-10-09 Thread Luis Felipe Albarracin Sanchez
Hello all,

I have tried to install GNuRadio, the way Michael explaines to me with the
"v3.7.14.3"  in the command,  and it did not work also.

I have tried to install it the way Neel told me, and also it said that some
packages were missing, and it did not work.

The only way i could install it was through PyBombs.

I appreciate all the help everyone has given me.

Kind regards to all of you.


On Mon, Oct 8, 2018 at 1:28 PM Michael Dickens 
wrote:

> Hi Luis - The tag is probably "v3.7.14.3" (with the extra 'v' in front);
> that's the way it looks like its listed on GitHub: <
> https://github.com/gnuradio/gnuradio/tree/v3.7.13.4 >. Either way, this
> script is outdated & PyBOMBS is a modern, kept-up-to-date way that's the
> better alternative for Linux-y OSs if you want to install from source. - MLD
>
> On Mon, Oct 8, 2018, at 12:53 PM, Luis Felipe Albarracin Sanchez wrote:
>
>
> Hello All,
>
> I tried the command:
>
>
> $ wget http://www.sbrac.org/files/build-gnuradio && chmod a+x build-gnuradio 
> && ./build-gnuradio - gt 3.7.14.4
>
>
> But the following message apṕear:
>
> Ruta de submódulo «volk»: se extrajo
> «3f3c91ee3ce51a31d8c23398124df74d3aa42955»
> Mvolk
> Branch maint set up to track remote branch maint from origin.
> Switched to a new branch 'maint'
> Could not fetch Gnu Radio tagged 3.7.14.4 from GIT
>
> I will try the procedure Neel wrote about and i will get back to you.
>
> Kind regards.
>
>
>

-- 
Eng. Luis Felipe Albarracin
Msc. Telematics / MBA
PMP
CCNA/CCDA/CCNP/CCDP/CCIP
ITIL v3 Foundation
"Die Grenzen meiner Sprache bedeuten die Grenzen meiner Welt"
___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


Re: [Discuss-gnuradio] Issue Installing GNU Radio From Source - Ubuntu 16.04

2018-10-08 Thread Michael Dickens
Hi Luis - The tag is probably "v3.7.14.3" (with the extra 'v' in
front); that's the way it looks like its listed on GitHub: <
https://github.com/gnuradio/gnuradio/tree/v3.7.13.4 >. Either way, this
script is outdated & PyBOMBS is a modern, kept-up-to-date way that's
the better alternative for Linux-y OSs if you want to install from
source. - MLD
On Mon, Oct 8, 2018, at 12:53 PM, Luis Felipe Albarracin Sanchez wrote:> 
> Hello All,
> 
> I tried the command:
> 
>
> $ wget http://www.sbrac.org/files/build-gnuradio && chmod a+x build-
> gnuradio && ./build-gnuradio - gt 3.7.14.4> 
> But the following message apṕear:
> 
> Ruta de submódulo «volk»: se extrajo
> «3f3c91ee3ce51a31d8c23398124df74d3aa42955» Mvolk Branch maint set
> up to track remote branch maint from origin. Switched to a new branch
> 'maint' Could not fetch Gnu Radio tagged 3.7.14.4 from GIT> 
> I will try the procedure Neel wrote about and i will get back to you.> 
> Kind regards.

___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


Re: [Discuss-gnuradio] Issue Installing GNU Radio From Source - Ubuntu 16.04

2018-10-08 Thread Marcus D. Leech

On 10/08/2018 12:43 PM, Michael Dickens wrote:
OK; thanks Marcus. Good to know! Seems like maybe we should just 
remove that section from the install guide altogether? That way folks 
will just use PyBOMBS & we can just support that method. - MLD

That works for me




On Mon, Oct 8, 2018, at 12:35 PM, Marcus D. Leech wrote:

On 10/08/2018 12:11 PM, Michael Dickens wrote:
Yes, that's my belief based on reviewing the "build-gnuradio" 
script. I think updating the install guide would be wise, assuming 
the flags work as desired. Please give this a try & report back to 
the list. Cheers! - MLD
Note that since PyBombs has gained popularity, I'm not doing a lot of 
maint on build-gnuradio these days, so it will slowly slide into

  out-of-synch-with-reality.


___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


Re: [Discuss-gnuradio] Issue Installing GNU Radio From Source - Ubuntu 16.04

2018-10-08 Thread Luis Felipe Albarracin Sanchez
Hello All,

I tried the command:

$ wget http://www.sbrac.org/files/build-gnuradio && chmod a+x
build-gnuradio && ./build-gnuradio - gt 3.7.14.4

But the following message apṕear:

Ruta de submódulo «volk»: se extrajo
«3f3c91ee3ce51a31d8c23398124df74d3aa42955»
Mvolk
Branch maint set up to track remote branch maint from origin.
Switched to a new branch 'maint'
Could not fetch Gnu Radio tagged 3.7.14.4 from GIT

I will try the procedure Neel wrote about and i will get back to you.

Kind regards.

On Mon, Oct 8, 2018 at 11:46 AM Michael Dickens 
wrote:

> OK; thanks Marcus. Good to know! Seems like maybe we should just remove
> that section from the install guide altogether? That way folks will just
> use PyBOMBS & we can just support that method. - MLD
>
> On Mon, Oct 8, 2018, at 12:35 PM, Marcus D. Leech wrote:
>
> On 10/08/2018 12:11 PM, Michael Dickens wrote:
>
> Yes, that's my belief based on reviewing the "build-gnuradio" script. I
> think updating the install guide would be wise, assuming the flags work as
> desired. Please give this a try & report back to the list. Cheers! - MLD
>
> Note that since PyBombs has gained popularity, I'm not doing a lot of
> maint on build-gnuradio these days, so it will slowly slide into
>   out-of-synch-with-reality.
>
> ___
> Discuss-gnuradio mailing list
> Discuss-gnuradio@gnu.org
> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
>


-- 
Eng. Luis Felipe Albarracin
Msc. Telematics / MBA
PMP
CCNA/CCDA/CCNP/CCDP/CCIP
ITIL v3 Foundation
"Die Grenzen meiner Sprache bedeuten die Grenzen meiner Welt"
___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


Re: [Discuss-gnuradio] Issue Installing GNU Radio From Source - Ubuntu 16.04

2018-10-08 Thread Michael Dickens
OK; thanks Marcus. Good to know! Seems like maybe we should just remove
that section from the install guide altogether? That way folks will just
use PyBOMBS & we can just support that method. - MLD
On Mon, Oct 8, 2018, at 12:35 PM, Marcus D. Leech wrote:
> On 10/08/2018 12:11 PM, Michael Dickens wrote:
>> Yes, that's my belief based on reviewing the "build-gnuradio" script.
>> I think updating the install guide would be wise, assuming the flags
>> work as desired. Please give this a try & report back to the list.
>> Cheers! - MLD> Note that since PyBombs has gained popularity, I'm not doing 
>> a lot of
> maint on build-gnuradio these days, so it will slowly slide into>    
> out-of-synch-with-reality.
___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


Re: [Discuss-gnuradio] Issue Installing GNU Radio From Source - Ubuntu 16.04

2018-10-08 Thread Marcus D. Leech

On 10/08/2018 12:11 PM, Michael Dickens wrote:
Yes, that's my belief based on reviewing the "build-gnuradio" script. 
I think updating the install guide would be wise, assuming the flags 
work as desired. Please give this a try & report back to the list. 
Cheers! - MLD
Note that since PyBombs has gained popularity, I'm not doing a lot of 
maint on build-gnuradio these days, so it will slowly slide into

  out-of-synch-with-reality.




On Mon, Oct 8, 2018, at 10:44 AM, Luis Felipe Albarracin Sanchez wrote:

Hello Michael,

Thanks for the quick response,

Just to clarify, and validate that i understand you well,

I should go with the command the following way:

$ wgethttp://www.sbrac.org/files/build-gnuradio  && chmod a+x build-gnuradio && 
./build-gnuradio - gt 3.7.14.4
And if this is the case, and if i am not inappropriate,

Will there be an update on the web page:

https://wiki.gnuradio.org/index.php/InstallingGRFromSource

I mean, for beginners like me, so we don´t get all messed up by doing the 
installation from source.

Once again, thanks so much for the help.




___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


Re: [Discuss-gnuradio] Issue Installing GNU Radio From Source - Ubuntu 16.04

2018-10-08 Thread Michael Dickens
Yes, that's my belief based on reviewing the "build-gnuradio" script.
I think updating the install guide would be wise, assuming the flags
work as desired. Please give this a try & report back to the list.
Cheers! - MLD
On Mon, Oct 8, 2018, at 10:44 AM, Luis Felipe Albarracin Sanchez wrote:> Hello 
Michael,
> 
> Thanks for the quick response, 
> 
> Just to clarify, and validate that i understand you well, 
> 
> I should go with the command the following way:
> 
> $ wget http://www.sbrac.org/files/build-gnuradio && chmod a+x build-
> gnuradio && ./build-gnuradio - gt 3.7.14.4
>
> And if this is the case, and if i am not inappropriate,
>
> Will there be an update on the web page:
>
> https://wiki.gnuradio.org/index.php/InstallingGRFromSource
>
> I mean, for beginners like me, so we don´t get all messed up by doing
> the installation from source.
>
> Once again, thanks so much for the help.
___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


Re: [Discuss-gnuradio] Issue Installing GNU Radio From Source - Ubuntu 16.04

2018-10-08 Thread Neel Pandeya
Hello Luis:

You may also want to look at the Application Note below, which explains how
to install UHD and GNU Radio step-by-step from source code.

https://kb.ettus.com/Building_and_Installing_the_USRP_Open-Source_Toolchain_(UHD_and_GNU_Radio)_on_Linux

--Neel Pandeya




On 8 October 2018 at 07:44, Luis Felipe Albarracin Sanchez <
lfasanc...@gmail.com> wrote:

> Hello Michael,
>
> Thanks for the quick response,
>
> Just to clarify, and validate that i understand you well,
>
> I should go with the command the following way:
>
> $ wget http://www.sbrac.org/files/build-gnuradio && chmod a+x build-gnuradio 
> && ./build-gnuradio - gt 3.7.14.4
>
>
> And if this is the case, and if i am not inappropriate,
>
>
> Will there be an update on the web page:
>
>
> https://wiki.gnuradio.org/index.php/InstallingGRFromSource
>
>
> I mean, for beginners like me, so we don´t get all messed up by doing the 
> installation from source.
>
>
> Once again, thanks so much for the help.
>
>
>
>
> On Mon, Oct 8, 2018 at 8:17 AM Michael Dickens 
> wrote:
>
>> Hi Luis - So the issue is that the installed version of Volk isn't API
>> compatible with that required by GR. I believe that GR is too old, and you
>> should use a more recent version. This script will try to build by default
>> from "3.7/Maint", which is obsolete though it might work. The other "easy"
>> options are "old", which is "3.6.5.1" & is really old, and "new", which is
>> "Master/HEAD" and is bleeding edge right now as we've merged "next" into it
>> and are fixing it up for 3.8 release. I think you want to use something
>> like "./build-gnuradio -gt 3.7.14.4" to get the latest release & it should
>> be API compatible with the Volk installed (if not using the internal Volk
>> provided in the GIT checkout of GNU Radio; I'm not totally familiar with
>> this script ;). Hope this helps! - MLD
>>
>> On Sun, Oct 7, 2018, at 11:41 PM, Luis Felipe Albarracin Sanchez wrote:
>>
>>
>> Hello all,
>>
>>
>> I am trying to install GNU Radio from source,  according to this command:
>>
>>
>> $ wget http://www.sbrac.org/files/build-gnuradio && chmod a+x build-gnuradio 
>> && ./build-gnuradio
>>
>> But when i reach some point, the following message appears:
>>
>> [ 38%] Building CXX object 
>> gr-fec/lib/CMakeFiles/gnuradio-fec.dir/polar_decoder_common.cc.o
>>
>> /home/user/gnuradio/gr-fec/lib/polar_decoder_common.cc: In member
>> function ‘void gr::fec::code::polar_decoder_common::butterfly_volk(float*,
>> unsigned char*, int, int, int)’:
>> /home/user/gnuradio/gr-fec/lib/polar_decoder_common.cc:128:95: error:
>> too many arguments to function
>>  8u_polarbutterfly_32f(llrs, u, block_size(), block_power(), stage,
>> u_num, row);
>>
>> ^
>> gr-fec/lib/CMakeFiles/gnuradio-fec.dir/build.make:1070: fallo en las
>> instrucciones para el objetivo 'gr-fec/lib/CMakeFiles/
>> gnuradio-fec.dir/polar_decoder_common.cc.o'
>> make[2]: *** 
>> [gr-fec/lib/CMakeFiles/gnuradio-fec.dir/polar_decoder_common.cc.o]
>> Error 1
>> CMakeFiles/Makefile2:4632: fallo en las instrucciones para el objetivo
>> 'gr-fec/lib/CMakeFiles/gnuradio-fec.dir/all'
>> make[1]: *** [gr-fec/lib/CMakeFiles/gnuradio-fec.dir/all] Error 2
>> Makefile:160: fallo en las instrucciones para el objetivo 'all'
>> make: *** [all] Error 2
>> make failed
>> Exiting Gnu Radio build/install
>>
>> Can some one please help me, regarding what should i do to overcome this
>> issue.
>>
>> Kind regards.
>> *___*
>> Discuss-gnuradio mailing list
>> Discuss-gnuradio@gnu.org
>> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
>>
>>
>>
>
> --
> Eng. Luis Felipe Albarracin
> Msc. Telematics / MBA
> PMP
> CCNA/CCDA/CCNP/CCDP/CCIP
> ITIL v3 Foundation
> "Die Grenzen meiner Sprache bedeuten die Grenzen meiner Welt"
>
> ___
> Discuss-gnuradio mailing list
> Discuss-gnuradio@gnu.org
> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
>
>
___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


Re: [Discuss-gnuradio] Issue Installing GNU Radio From Source - Ubuntu 16.04

2018-10-08 Thread Luis Felipe Albarracin Sanchez
Hello Michael,

Thanks for the quick response,

Just to clarify, and validate that i understand you well,

I should go with the command the following way:

$ wget http://www.sbrac.org/files/build-gnuradio && chmod a+x
build-gnuradio && ./build-gnuradio - gt 3.7.14.4


And if this is the case, and if i am not inappropriate,


Will there be an update on the web page:


https://wiki.gnuradio.org/index.php/InstallingGRFromSource


I mean, for beginners like me, so we don´t get all messed up by doing
the installation from source.


Once again, thanks so much for the help.




On Mon, Oct 8, 2018 at 8:17 AM Michael Dickens 
wrote:

> Hi Luis - So the issue is that the installed version of Volk isn't API
> compatible with that required by GR. I believe that GR is too old, and you
> should use a more recent version. This script will try to build by default
> from "3.7/Maint", which is obsolete though it might work. The other "easy"
> options are "old", which is "3.6.5.1" & is really old, and "new", which is
> "Master/HEAD" and is bleeding edge right now as we've merged "next" into it
> and are fixing it up for 3.8 release. I think you want to use something
> like "./build-gnuradio -gt 3.7.14.4" to get the latest release & it should
> be API compatible with the Volk installed (if not using the internal Volk
> provided in the GIT checkout of GNU Radio; I'm not totally familiar with
> this script ;). Hope this helps! - MLD
>
> On Sun, Oct 7, 2018, at 11:41 PM, Luis Felipe Albarracin Sanchez wrote:
>
>
> Hello all,
>
>
> I am trying to install GNU Radio from source,  according to this command:
>
>
> $ wget http://www.sbrac.org/files/build-gnuradio && chmod a+x build-gnuradio 
> && ./build-gnuradio
>
> But when i reach some point, the following message appears:
>
> [ 38%] Building CXX object 
> gr-fec/lib/CMakeFiles/gnuradio-fec.dir/polar_decoder_common.cc.o
>
> /home/user/gnuradio/gr-fec/lib/polar_decoder_common.cc: In member function
> ‘void gr::fec::code::polar_decoder_common::butterfly_volk(float*, unsigned
> char*, int, int, int)’:
> /home/user/gnuradio/gr-fec/lib/polar_decoder_common.cc:128:95: error: too
> many arguments to function
>  8u_polarbutterfly_32f(llrs, u, block_size(), block_power(), stage, u_num,
> row);
>
> ^
> gr-fec/lib/CMakeFiles/gnuradio-fec.dir/build.make:1070: fallo en las
> instrucciones para el objetivo
> 'gr-fec/lib/CMakeFiles/gnuradio-fec.dir/polar_decoder_common.cc.o'
> make[2]: ***
> [gr-fec/lib/CMakeFiles/gnuradio-fec.dir/polar_decoder_common.cc.o] Error 1
> CMakeFiles/Makefile2:4632: fallo en las instrucciones para el objetivo
> 'gr-fec/lib/CMakeFiles/gnuradio-fec.dir/all'
> make[1]: *** [gr-fec/lib/CMakeFiles/gnuradio-fec.dir/all] Error 2
> Makefile:160: fallo en las instrucciones para el objetivo 'all'
> make: *** [all] Error 2
> make failed
> Exiting Gnu Radio build/install
>
> Can some one please help me, regarding what should i do to overcome this
> issue.
>
> Kind regards.
> *___*
> Discuss-gnuradio mailing list
> Discuss-gnuradio@gnu.org
> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
>
>
>

-- 
Eng. Luis Felipe Albarracin
Msc. Telematics / MBA
PMP
CCNA/CCDA/CCNP/CCDP/CCIP
ITIL v3 Foundation
"Die Grenzen meiner Sprache bedeuten die Grenzen meiner Welt"
___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


Re: [Discuss-gnuradio] Issue Installing GNU Radio From Source - Ubuntu 16.04

2018-10-08 Thread Michael Dickens
Hi Luis - So the issue is that the installed version of Volk isn't API
compatible with that required by GR. I believe that GR is too old, and
you should use a more recent version. This script will try to build by
default from "3.7/Maint", which is obsolete though it might work. The
other "easy" options are "old", which is "3.6.5.1" & is really old, and
"new", which is "Master/HEAD" and is bleeding edge right now as we've
merged "next" into it and are fixing it up for 3.8 release. I think you
want to use something like "./build-gnuradio -gt 3.7.14.4" to get the
latest release & it should be API compatible with the Volk installed (if
not using the internal Volk provided in the GIT checkout of GNU Radio;
I'm not totally familiar with this script ;). Hope this helps! - MLD
On Sun, Oct 7, 2018, at 11:41 PM, Luis Felipe Albarracin Sanchez wrote:> 
> Hello all,
> 
> 
> I am trying to install GNU Radio from source,  according to this
> command:> 
> 
> $ wget http://www.sbrac.org/files/build-gnuradio && chmod a+x build-
> gnuradio && ./build-gnuradio
>
> But when i reach some point, the following message appears:
>
> [ 38%] Building CXX object gr-fec/lib/CMakeFiles/gnuradio-
> fec.dir/polar_decoder_common.cc.o> 
> /home/user/gnuradio/gr-fec/lib/polar_decoder_common.cc: In member
> function ‘void
> gr::fec::code::polar_decoder_common::butterfly_volk(float*, unsigned
> char*, int, int, int)’:> 
> /home/user/gnuradio/gr-fec/lib/polar_decoder_common.cc:128:95: error:
> too many arguments to function>  8u_polarbutterfly_32f(llrs, u, block_size(), 
> block_power(), stage,
>  u_num, row);>
^> gr-fec/lib/CMakeFiles/gnuradio-fec.dir/build.make:1070: fallo en las
> instrucciones para el objetivo 'gr-fec/lib/CMakeFiles/gnuradio-
> fec.dir/polar_decoder_common.cc.o'> make[2]: *** 
> [gr-fec/lib/CMakeFiles/gnuradio-
> fec.dir/polar_decoder_common.cc.o] Error 1> CMakeFiles/Makefile2:4632: fallo 
> en las instrucciones para el objetivo
> 'gr-fec/lib/CMakeFiles/gnuradio-fec.dir/all'> make[1]: *** 
> [gr-fec/lib/CMakeFiles/gnuradio-fec.dir/all] Error 2
> Makefile:160: fallo en las instrucciones para el objetivo 'all'
> make: *** [all] Error 2
> make failed
> Exiting Gnu Radio build/install
> 
> Can some one please help me, regarding what should i do to overcome
> this issue.> 
> Kind regards.
> _
> Discuss-gnuradio mailing list
> Discuss-gnuradio@gnu.org
> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio