Hi
I've published a receiver and demodulator using gnuradio 3.10 for osmo-tetra (and maybe other python3 gnuradio versions, but this was not tested).
The pull request was sent to https://github.com/osmocom/osmo-tetra, which i now know won't work.
I will figure out how to send the patch, when i get some time to read the docs, but in the meantime, maybe you would just like to grab the files from here: https://github.com/sq5bpf/osmo-tetra-temporary-fork
73
Jacek / SQ5BPF
Hope unified diff to the mailing list is ok.
This is a patch adding a demodulator and a simple rtl-sdr receiver for use with recent gnuradio (3.10 from debian 12 works, probably other versions will work too). Recent gnuradio support has been a feature that a lot of users asked about (at least for telive).
It includes both the grc flowgraphs and the compiled python code.
The telive specific stuff has been disabled.
To use:
- start the receiver, enter frequency, ppm, gain
- cd src ; ./receiver1udp
73
Jacek / SQ5BPF
Hi Jacek,
sorry for the late response. I'm getting back to working down my backlog of the last few stressful weeks.
I've picked up your temporary-fork and rebased + pushed its commit to https://gerrit.osmocom.org/c/osmo-tetra/+/34222
Our checkpatch script has found a number of spelling and whitsepace issues in v1 of the patch, which I've now addressed, see https://gerrit.osmocom.org/c/osmo-tetra/+/34222/1..2
Thanks for your patience.