adrian
adrian
LMS_SendStream is called with a negative value of nitems_send. Looks suspiciously like an integer overflow somewhere. GDB: Locals current_sample 2147479753 int input_items gr_vector_const_void_star & [0] 0x7fff9c0e6648 void* ninput_items gr_vector_int &...
### Discussed in https://github.com/qradiolink/qradiolink/discussions/98 As discussed in this topic, the documentation is not clear regarding operation in Radio over IP mode, and needs updating with information regarding setup for this...
**Describe the bug** None of the digital modes except FreeDV work after upgrading to GR 3.8 **To Reproduce** Attempt to use digital modes **Expected behavior** Decoding should work **Desktop (please...
HI, I just wanted to let you know that I've used gr-dsd successfully with Gqrx: https://www.youtube.com/watch?v=BI3u8kfuhQ0 Great work!
Fix integer overflow in work_tags(): nitems_read() returns uint64_t Fixes #81
Fix integer overflow in work_tags(): nitems_read() returns uint64_t Fixes #81
I think there's an integer overflow in the gr::limesdr::sink code which handles tags. I discovered this while running a GNU Radio flowgraph which takes time tags for a long time....
@r4d10n I've rebased our patches onto the latest MMDVM, it wasn't very easy because git histories were different, but I think it's fine now. The rebase is here: https://github.com/qradiolink/MMDVM-SDR (it's...
You'll probably be pleased to know that I now have a branch which works with both timeslots and full TDMA BS access is implemented in https://github.com/qradiolink/qradiolink/tree/mmdvm_tdma Tested using a LimeSDR-mini....
Trying to use both a soapy source and a sink simultaneously results in this error: ERROR: Unable to claim interface 5: -16 It seem the iio_context needs to be shared:...