Chris Gorman
Chris Gorman
Hello, I needed to make a small edit to plutosdr_signal_source.cc to have it build with the latest gnuradio. The iio framework has been put in tree and some changes have...
Hello All, In experimenting with some of the newer kernels I have found that `CONFIG_SECURITY_YAMA` is disabled in GalliumOS. This leads to the failure of `/etc/sysctl.d/10-ptrace.conf` which tries to set...
Hello, This is pretty self explanatory. I don't know if there are repercussions with failures because of this, but enabling the OFDM Radar System Parameters block causes the following warning...
### What happened? When saving a file the file name in the tab gets blanked. I've attached a screenshot of before file save and after. I expected the filename to...
### What happened? When I attempt to add a variable or import via the Variable Editor, the menu options do not work at the moment. In the gtk interface these...
### What happened? Attempting to delete the variable `samp_rate` causes a SIGABRT with python. This is the terminal output. ``` [chris@descartes ~]$ gnuradio-companion --qt Traceback (most recent call last): File...
### What happened? Right clicking on variable editor window gives a list of options for editing variables. Choose a variable that is on the canvas and right click on it...
### What happened? Put a variable on the canvas and set it's value to `48e3*4*8`. The gtk grc evaluates this variable and shows it as 1.536M. Currently the grc-qt interface...
### What happened? Under the gtk front end, the blocks do not have writing that exits their boundaries. The qt blocks do if the variable name is long. I've attached...