Re: [Discuss-gnuradio] Awgn simulation error

2018-09-28 Thread Bastian Bloessl
On 09/28/2018 05:48 PM, dapodun nudopad wrote: Hi, I had run the sim.grc in the awgn simulation folder from gr-ieee802.11 and I get this following from the terminal. Plus, I'm not sure how I should measures the ber however the error I got is below. Thanks linux; GNU C++ version 5.4.0 20160609;

[Discuss-gnuradio] Awgn simulation error

2018-09-28 Thread dapodun nudopad
Hi, I had run the sim.grc in the awgn simulation folder from gr-ieee802.11 and I get this following from the terminal. Plus, I'm not sure how I should measures the ber however the error I got is below. Thanks linux; GNU C++ version 5.4.0 20160609; Boost_105800; UHD_003.010.001.HEAD-0-g929e3b32

Re: [Discuss-gnuradio] Error compiling gr-ieee802.11

2018-09-28 Thread Bastian Bloessl
Hi, On 09/28/2018 04:26 PM, Dmitriy Tochansky wrote: Here is a link to patch https://github.com/gnuradio/gnuradio/commit/5197311dd22744b784ff9ae2cd965a26ef04f4a4 Thanks—will this let gr-ieee802.11 compile against the master branch? No, it's a commit that remove 'delete_head_blocking' from

Re: [Discuss-gnuradio] Technical Issue

2018-09-28 Thread Marcus D. Leech
On 09/28/2018 05:35 AM, tadikondasuresh wrote: Good afternoon sir, I have two USRP N210 Radio Modules. *Technical Issue*: Sir, one of USRP N210 radio module TX/RX port is working and RX2 port is not responding... and another radio module TX/RX port is not responding only TX/RX is responding...

Re: [Discuss-gnuradio] Error compiling gr-ieee802.11

2018-09-28 Thread Dmitriy Tochansky
Hi Andreas! You need to build gr-foo against maint-3.7 branch of gnuradio. There is no 'delete_head_blocking' in master branch. That did the trick. I’m seeing a couple branches (“maint”, “maint-3.7”, “master”, etc.). Are there descriptions of the different branches that I missed in my web

Re: [Discuss-gnuradio] Error compiling gr-ieee802.11

2018-09-28 Thread Andreas Yankopolus
Dmitriy, > You need to build gr-foo against maint-3.7 branch of gnuradio. > There is no 'delete_head_blocking' in master branch. That did the trick. I’m seeing a couple branches (“maint”, “maint-3.7”, “master”, etc.). Are there descriptions of the different branches that I missed in my web

[Discuss-gnuradio] Technical Issue

2018-09-28 Thread tadikondasuresh
Good afternoon sir, I have two USRP N210 Radio Modules.Technical Issue:Sir, one of USRP N210 radio module TX/RX port is working and RX2 port is not responding... and another radio module TX/RX port is not responding only TX/RX is responding... Please Suggest any remedies.Thanks Regards,Suresh

Re: [Discuss-gnuradio] Error compiling gr-ieee802.11

2018-09-28 Thread Dmitriy Tochansky
Andreas Yankopolus писал 2018-09-28 02:27: I’m trying to build and install GR and gr-ieee802.11 from the git repos, as I know that I’ll be wanting to examine and possibly single-step & instrument the underlying code for my project. This is on Ubuntu 18.04. [ 34%] Building CXX object

[Discuss-gnuradio] Need Help for TSBs

2018-09-28 Thread Mr????
Hello all, I have 2 targged streams , and they have different targged length. I want to combine them into 1 tagged stream, in this process, I hope I can deal with some data. I have tried to overwrite the function , gr::tagged_stream_block::parse_length_tags(), but the program compilation