Daniel Estévez
Daniel Estévez
Hi @dbradby, thanks for the news. I hadn't notice this. Please understand the following situation: Aistech Space are operating on Amateur radio spectrum at best on the verge of legality...
I've just pushed a new branch [gr-fec-rs-3.9](https://github.com/daniestevez/gr-satellites/tree/gr-fec-rs-3.9), but this doesn't work with GNU Radio 3.9 due to https://github.com/gnuradio/gnuradio/issues/4454
Hi Bob, gr-tnc_nx isn't ported yet to GNU Radio 3.9. This project is originally from TU Berlin, but it seems the no longer maintain it (in fact I did the...
Can you check if your problem is the same as #217?
Sorry for the delay. Yes. I think we could leave a note in the documentation. However, I'm not sure of where exactly to put this note. The "Command line" section...
In the end I have added a note about the broken AVX2 Viterbi decoder in Volk to the README in 1eea4426c127d94d16240d95bba5fcb91beec388. I think this is the location were people are...
Hi Dave, Thanks for the bug report. This bugs with swig are often not so easy to solve. I can say that it builds correctly on several of my my...
Hi Julia, Your problem looks definitely very similar to Dave's. I don't know what distribution Dave was using. Perhaps there is something wrong with SWIG on Ubuntu 20.04. I might...
I confirm that this Dockerfile reproduces the compile errors that SWIG is giving: ``` # syntax=docker/dockerfile:1 FROM ubuntu:20.04 RUN apt-get update \ && DEBIAN_FRONTEND="noninteractive" apt-get -y upgrade \ && DEBIAN_FRONTEND="noninteractive"...
I have sorted out the problem with `make test` under `ubuntu:21.04`. I had forgotten to install `construct` with `pip3`.