[Discuss-gnuradio] Fwd: Multiplying the inputs with a scalar/vector in my own block

2016-06-21 Thread Pavan Yedavalli
Hi Marcus, I was told to send this to the list again and see if anyone can help. Thank you. The new situation is as follows: 1.) I had an error in my python block code where I was unnecessarily doing a list comprehension, which was slowing everything down. So, now the block does not produce Us

Re: [Discuss-gnuradio] IMSI Catcher Catcher?

2016-06-21 Thread West, Nathan
Deep in to this thread there has been no relevant discussion of GNU Radio or even technically interesting DSP/SDR. Based on that I think this is off-topic for this list and perhaps interested parties should find another forum for future discussion. Cheers, Nathan West On Tue, Jun 21, 2016 at

Re: [Discuss-gnuradio] IMSI Catcher Catcher?

2016-06-21 Thread Ronald F. Guilmette
In message <01ca01d1cb9e$97a6fe30$c6f4fa90$@schmid.xxx>, "Ralph A. Schmid, dk5ras" ? wrote: >Did you contact this group in Vienna? They worked on something like this... Yes, thanks. I finally got through to one of those folks via e-mail and I'm in discussions with them now.

Re: [Discuss-gnuradio] IMSI Catcher Catcher?

2016-06-21 Thread Ronald F. Guilmette
In message <01cb01d1cb9f$bb416a00$31c43e00$@schmid.xxx>, "Ralph A. Schmid, dk5ras" wrote: >> Thank you!!! >> >> That's exactly the kind of information I've been looking for. > >These few words?! Yes. I was only seeking information that would allow me to make contact with

Re: [Discuss-gnuradio] divide_cc_impl.cc error in ::blocks

2016-06-21 Thread Martin Braun
...was fixed on current PyBOMBS master. M On 06/21/2016 12:15 PM, West, Nathan wrote: > The issue is the VOLK submodule pointer is out of date. Pybombs update > doesn't currently update the submodule recursively. The issue has been > identified and reported to proper people. > > For now go to

Re: [Discuss-gnuradio] divide_cc_impl.cc error in ::blocks

2016-06-21 Thread West, Nathan
The issue is the VOLK submodule pointer is out of date. Pybombs update doesn't currently update the submodule recursively. The issue has been identified and reported to proper people. For now go to src/gnuradio/volk and type git pull origin master. nw On Tue, Jun 21, 2016 at 2:27 PM, Cinaed

[Discuss-gnuradio] [PyBOMBS] Close to 2.1.0 release

2016-06-21 Thread Martin Braun
All y'all (as they say in the south), I'll soon be tagging the 2.1.0 PyBOMBS release. We've had an insane number of changes since the last release (2.0.1) and I'd like to propagate them to PyPi soon. I'd appreciate more people giving it a try before I do so! Copied from the manual, here's how to

Re: [Discuss-gnuradio] divide_cc_impl.cc error in ::blocks

2016-06-21 Thread Cinaed Simson
Check your disk space and make sure you have enough memory. On a VM you may not have 2 GB of free memory. I had 2 GB of total memory and I had to add 1 GB of swap to ensure the build completed. The build failed and it gave a weird error which didn't make any sense. Blow away the build directory

Re: [Discuss-gnuradio] divide_cc_impl.cc error in ::blocks

2016-06-21 Thread West, Nathan
It's not 100% clear how you have everything installed or what you did for the upgrades, but probably updating your VOLK submodule pointer will work. On Tue, Jun 21, 2016 at 12:05 PM, Gregory W. Ratcliff wrote: > Greetings, > > I did a quick list search for this, but didn't see

[Discuss-gnuradio] divide_cc_impl.cc error in ::blocks

2016-06-21 Thread Gregory W. Ratcliff
Greetings, I did a quick list search for this, but didn't see anything. Today I fired up a 64 bit Ubuntu 15.04 vm; let it does its normal updates, then "sourced" the shell script and ran pybombs update About an hour later after MUCH success the build failed.Anyone notice this recently? [

Re: [Discuss-gnuradio] [SOCIS] SCF

2016-06-21 Thread Christopher Richardson
Hi Ben, That's a good question. I'm currently working on prototyping code using Tensor flow in Python. I'm just working on training a classifier at the moment, with different modulation schemes. The plan is to commit the code to https://github.com/gnuradio/gr-inspector which is also an OOT

Re: [Discuss-gnuradio] Fwd: Re: Changing sample rate during runtime

2016-06-21 Thread Simon Olvhammar
Hi, No two channels. I get this regardless of the change. /Simon Den 20 jun 2016 23:28 skrev "Martin Braun" : > Wait, are you using a single channel? That would be very weird if you > saw that issue, that's true. > > Otherwise, do you get this when you're switching from

Re: [Discuss-gnuradio] Set a command line parameter value from config file --OR-- override a "variable config" with a command line parameter

2016-06-21 Thread Michael Matthews
Thanks, Marcus. I tried embedding this logic in a custom "variable config" block, which exists only in XML, but saw no way to connect command-line options. So I tried a custom "parameter config" block based on parameter.xml but it seems that the GRC-to-Python converter recognizes only the ID

Re: [Discuss-gnuradio] Pythonic way of how to quit the process if U is displayed on output

2016-06-21 Thread Dave NotTelling
Haha, thanks :D On Mon, Jun 20, 2016 at 10:18 PM, Martin Braun wrote: > Yeah, they're the obsolete style. Marcus Müller has been working on a > patch to use the PMT messages, but some obnoxious maintainer[1] keeps > finding issues with his code :) > > M > > [1] That's

Re: [Discuss-gnuradio] IMSI Catcher Catcher?

2016-06-21 Thread Ralph A. Schmid, dk5ras
Hi, > Thank you!!! > > That's exactly the kind of information I've been looking for. These few words?! In fact all you need already exists, software to decode GSM network data already exists; you just need to put the pieces of information together. Means, look for MCCs/MNCs and ARFCNs,

Re: [Discuss-gnuradio] IMSI Catcher Catcher?

2016-06-21 Thread Ralph A. Schmid, dk5ras
Did you contact this group in Vienna? They worked on something like this... Ralph. ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Re: [Discuss-gnuradio] Error when switching between QPSK and BPSK modulations

2016-06-21 Thread Marcus Müller
We'll have to see the minimal flowgraph that makes this behaviour reproducible in order to understand what's going wrong here. Best regards, Marcus On 06/20/2016 10:38 PM, Damindra Bandara wrote: > Hi, > > I am developing an application which changes between the QPSK and BPSK > modulations based

Re: [Discuss-gnuradio] IMSI Catcher Catcher?

2016-06-21 Thread Ronald F. Guilmette
In message <5768cd3e.1050...@comcast.net>, Ron Economos wrote: >There's a talk scheduled for DEFCON 24 called "Discovering and >Triangulating Rogue Cell Towers" by Eric Escobar. > >https://defcon.org/html/defcon-24/dc-24-speakers.html > >About halfway down the page. Thank