gr-gsm make issue with osmosdr module

2019-11-19 Thread Martin Spears
I am trying to make gr-gsm I do believe I have all the nessesary support libraries: using : https://osmocom.org/projects/gr-gsm/wiki/Installation Installation - gr-gsm - Open Source Mobile Communications Installation¶ There are many ways to

Re: qt-gui problems with GNU 3.8

2019-11-19 Thread Mark Koenig
Marcus, Here is some feedback regarding using the rpms you helped me create. I can run ‘cmake’ with no errors, but running ‘make’ I see the errors below with respect to the qt-gui package. Any advice on how to fix this problem? Thank you Mark #38 2179. [ 79%] Generating __/include/gnuradio/

Re: qt-gui problems with GNU 3.8

2019-11-19 Thread CEL
That sounds like `moc` is misbehaving. Or CMake is and the Makefiles aren't correctly regenerating all necessary files if subsets are already there. a) If you haven't, uninstall all potentially half-installed GNU Radios (don't ask), purge your build folder and cmake; make -j8 again b) If that does

Re: discuss-gnuradio Subject prefix (Was: Contribute to GNU radio)

2019-11-19 Thread CEL
I frankly don't fully follow – instead of writing a filter that sorts away your emails in folders, you could also write a filter that prefixes them with [tags]? I don't know yahoo's mail interface very well, but I'd be surprised if that functionality didn't exist. Also, it's completely up to your

Re: gr-gsm make issue with osmosdr module

2019-11-19 Thread Kyeong Su Shin
Hello Martin, Does your gr-osmosdr installation work? Maybe you can test that out by creating and running a simple flowgraph with a Osmocom Source connected to a QT GUI Sink. If that fails, then you must have a broken installation of gr-osmosdr and need to correct that. Maybe Python files are

Re: gr-gsm make issue with osmosdr module

2019-11-19 Thread Martin Spears
Kyeong Su Shin purged and re-installed gr-osmosdr from ubuntu package http://archive.ubuntu.mirror.rafal.ca/ubuntu bionic/universe amd64 gr-osmosdr amd64 0.1.4-14build1 [ 71%] Linking CXX shared module _grgsm_swig.so [ 71%] Built target grgsm_swig [ 73%] Generating grgsm_livemon <<< Welcome to

Re: gr-gsm make issue with osmosdr module

2019-11-19 Thread CEL
That won't work. The gr-osmosdr you install via apt will be for GNU Radio 3.7 (which you, by the way, then probably installed as dependency), and that conflicts with the GNU Radio 3.8 you're using! On Tue, 2019-11-19 at 16:23 +, Martin Spears wrote: > Kyeong Su Shin > > purged and re-installed

Re: qt-gui problems with GNU 3.8

2019-11-19 Thread Mark Koenig
So, I opened the docker contained and I did what you suggested (cleaning up make and removing the build directory) then successfully rebuilt the gnuradio package with the qt-gui module. What’s odd is that if I try and do this automatically with a dockerfile, using the docker build command, I ge

Re: gr-gsm make issue with osmosdr module

2019-11-19 Thread Vasil Velichkov
Hi Martin, On 19/11/2019 17.21, Martin Spears wrote: > I am trying to make gr-gsm I do believe I have all the nessesary support > libraries: > > using : > > https://osmocom.org/projects/gr-gsm/wiki/Installation > Installation - gr-gsm - Open Source Mobile > Communications

Re: qt-gui problems with GNU 3.8

2019-11-19 Thread Vasil Velichkov
On 19/11/2019 18.46, Mark Koenig wrote: > So, I opened the docker contained and I did what you suggested (cleaning up > make and removing the build directory) then successfully rebuilt the gnuradio > package with the qt-gui module. > > What’s odd is that if I try and do this automatically with a

Re: [Discuss-gnuradio] PyBOMBS documentation recommendations

2019-11-19 Thread Barry Duggan
I have pushed my latest (final?) revision of the PyBOMBS README.md to https://github.com/duggabe/pybombs#pybombs I will appreciate all comments, suggestions, and technical corrections from the community. --- Barry Duggan KV4FV

RE: Gnuradio for Raspberry PI 4 and SDRPLay works well, but need documentation

2019-11-19 Thread Getz, Robin
On Friday, November 15, 2019 1:22 PM , Glen I Langston wrote: [snip] > I’ve not yet fully checked the SDRPlay for short term transients. > >Note that the Pluto SDR has no (or at least few) short term transients in the >RF. > I did find the AIRSPY did have some transients that seem to be due to the

Re: qt-gui problems with GNU 3.8

2019-11-19 Thread Mark Koenig
On more additional package, I noticed that does not currently exist the CentOS 8 repo is ‘log4cpp’. This package is required by GNU and how I am currently handling it is downloading the log4cpp-1.1.3.tar.gz file and manually installing the package. This looks like it is working thus far. Mar

Re: Gnuradio for Raspberry PI 4 and SDRPLay works well, but need documentation

2019-11-19 Thread Glen Langston
Hi Robin, When using the AIRSPY (and mini) this summer I was finding some flashes in the RF band that were on for a few 100 micro-seconds, then off. (The plots are on my home computer so I’ll have to send these on Friday). The fraction of time the flashes are on is very small, less than a to

gr-radar: ported to GNU Radio 3.8

2019-11-19 Thread Nicolas Cuervo Benavides
Hi all, I've been recently working on porting gr-radar to work to GNU Radio 3.8. These changes can be found in my fork here: https://github.com/primercuervo/gr-radar If you'd like to play around with it, please checkout the "maint-3.8" branch and install in on top of a working GNU Radio 3.8. I'v