Johannes Demel

Results 29 issues of Johannes Demel

Following setup: UHD 3.14.0.0-31-g98057752 with an X310 GNU Radio version: 3.7.12.0 on master branch at `8c8f166d8383c39bdcacdf8ecf28cfd4eca4452f` with @ptrkrysik patch `6f4a03a9c5ea361a8fb2d4b29aab3b9dd8a7e644` EDIT: [patch](https://github.com/gnuradio/gnuradio/commit/80dcc7103ac28f60dd122a12bc41034fc51edd37#diff-b9ec33a1b46be690a60a0ac37b5a66d5) I'm using `gr-digital/examples/packet/uhd_packet_tx.grx`. Only the random PDU generator...

gr-uhd

On Ubuntu 20.04. Just run `pybombs -vvv install scikit-commpy`. Expected: Install scikit-commpy via pip. Output: Package not found. pybombs tries to install scikit-commpy from source. I updated the recipe as...

Some files didn't carry a SPDX identifier. Also, some files needed an update. Again, this should make it easier to prepare the VOLK 3.0 release. This should complete all the...

We mostly finished #492, aka VOLK re-licensing. This issue is intended to track work in preparation of a VOLK 3.0 release. VOLK 3.0 is intended to be the first LGPL-only...

license
CMake

**EDIT** [GREP 23](https://github.com/gnuradio/greps/blob/master/grep-0023-relicense-volk.md) describes the intention in detail. VOLK is migrating from GNU General Public License v3.0 or later (GPL-3.0-or-later) to GNU Lesser General Public License v3.0 or later (LGPL-3.0-or-later)....

This is a draft. **API break**: This work breaks the API on purpose. Mostly, it is a try to fix these issues with C vs. C++ complex types. We rely...

This function results in an infinite loop on Debian 11 for some impls. This is a first step to fix it. @mbr0wn , @marcusmueller does that fix the reported issue?...

You might have seen or heard about projects renaming their default branch to `main`. We want to be an inviting and inclusive community and thus, it would be appropriate to...

Instead of static variables in a function, we store preferences in a struct and use an `atomic_int` to prevent any more than one thread from loading preferences. This is my...

Since we sometimes see issues with kernels on very short vector sizes and sometimes on larger vector sizes, we should run all tests on ~3 vector sizes. I suggest 127,...

Enhancement