Johannes Demel
Johannes Demel
> Relevant error: `The requested image's platform (linux/arm/v7) does not match the detected host platform (linux/amd64) and no specific platform was requested` This warning shows up for `aarch64` as well....
How did you run CMake etc? I've read multiple reports that it is problematic to rely on CMake to detect the correct 32bit ARM CPU. Did you use a specific...
Actually, I don't know of any really good figures. For DQPSK, I'd create 4 constellation plots with rounded arrows to the next constellation point with the corresponding bit sequence. 4...
@rytilahti I saw the same error when I tested your library. First: thanks for maintaining it. A quick fix for my quick CLI test was to comment out line 119...
We don't do x86 32bit tests for VOLK. We could add this test. Though, it seems like this is not supported by GH Actions: https://github.com/actions/runner/issues/1181
First off, "Good riddance log4cpp" is a funny title. Besides, I don't know why this would happen. The QA test might throw [std::bad_alloc](https://en.cppreference.com/w/cpp/memory/new/bad_alloc) because the CI server is out of...
This is a difficult to debug issue. e.g. I start a docker container with ```bash docker run -it --rm ubuntu:22.04 bash ``` and then inside the container ```bash apt update...
Since we don't know if and how people use the DQPSK constellation object, we may deprecate it but we can't delete it. A new constellation like 64QAM would be a...
> > How can one reproduce this issue? > > You can reproduce this by creating the flowgraph with one bitstream source followed by two branches: > > * connected...
I suspect that the "DQPSK" constellation object is only valid in combination with another block. However, GR is missing an example on "How to use this feature". I wouldn't expect...