Vasil Velichkov
Vasil Velichkov
Hi @jsa91, Which Linux distribution and version do you use and what SDR? > It occurred after I was forced to comment out line 64 in grgsm_livemon to make it...
Hi @jsa91, > Allocating 15 zero-copy buffers OOOOOOOOOOOOOOOARFCN: 91, Freq: 953.2M, CID: 0, LAC: 2013, MCC: 240, MNC: 1, Pwr: -28 The several Os here indicates buffer overflows which means...
Hi @mishaturnbull, > Both PyBOMBS and source failed to compile. Could you post the exact error message when compiling manually from source (not with pybombs) Try to comment out the...
Hi @mishaturnbull, > Commenting out those two lines worked perfectly. I'd be happy to open a PR if there's a good enough reason to make that change permanent and for...
Hi @hbarnard, > I've added `export PYTHONPATH=/usr/local/lib/python3/dist-packages/:$PYTHONPATH` to my path Provide the full output of `find /usr/local/ -name osmosdr` > also compiled and installed from: `https://github.com/igorauad/gr-osmosdr/tree/gr3.8` `gr-osmosdr` has been ported...
> Hi, thanks for the quick reply, here's the output from `find` `/usr/local/lib/python3/dist-packages/osmosdr /usr/local/lib/cmake/osmosdr /usr/local/include/osmosdr` Provide the full output of `/usr/local/lib/python3/dist-packages/osmosdr`. > Ok, now used the repository. `git clone git://git.osmocom.org/gr-osmosdr`...
> I'm compiling everything, because I couldn't get the installation with gnuradio 3.7 to work on a raspberry pi, so I'm trying with an upgrade on Linux Mint How did...
> `git clone -b maint-3.8 https://github.com/velichkov/gr-gsm.git` All change from my fork have been merged in the main repository so better use https://github.com/ptrkrysik/gr-gsm.git > + cmake + make as your recipe,...
If you want to debug this build failure run `make VERBOSE=1` and provide the full output
> Incidentally, this started when I tried to use _standard everything_ from repositories and hit: What exactly do you mean by _standard everything_? > ``` > Traceback (most recent call...