Package: gnuradio / 3.10.5.1-3

Metadata

Package Version Patches format
gnuradio 3.10.5.1-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
gr digital every time | (download)

gr-digital/include/gnuradio/digital/header_format_crc.h | 2 1 + 1 - 0 !
gr-digital/include/gnuradio/digital/header_format_ofdm.h | 2 1 + 1 - 0 !
gr-digital/include/gnuradio/digital/packet_header_default.h | 2 1 + 1 - 0 !
gr-digital/python/digital/bindings/header_format_crc_python.cc | 2 1 + 1 - 0 !
gr-digital/python/digital/bindings/header_format_ofdm_python.cc | 2 1 + 1 - 0 !
gr-digital/python/digital/bindings/packet_header_default_python.cc | 2 1 + 1 - 0 !
6 files changed, 6 insertions(+), 6 deletions(-)

 gr-digital every time

spellcheck fix.


omit build path | (download)

gnuradio-runtime/lib/CMakeLists.txt | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 omit build path

Support reproducible builds by replacing reference to the build path.


usr bin examples | (download)

gr-audio/examples/c++/CMakeLists.txt | 2 1 + 1 - 0 !
gr-qtgui/examples/c++/CMakeLists.txt | 2 1 + 1 - 0 !
gr-uhd/examples/c++/CMakeLists.txt | 2 1 + 1 - 0 !
3 files changed, 3 insertions(+), 3 deletions(-)

 usr bin examples

Install examples into /usr/bin rather than fail to follow the
Filesystem Hierarchy Standard.


example documentation | (download)

gnuradio-runtime/examples/mp-sched/CMakeLists.txt | 2 1 + 1 - 0 !
gr-trellis/examples/python/CMakeLists.txt | 2 1 + 1 - 0 !
2 files changed, 2 insertions(+), 2 deletions(-)

 examples documentation

Use GR_PKG_DOC_DIR for docs rather than GR_PKG_DATA_DIR.


update codec2 mode enums | (download)

gr-vocoder/grc/vocoder_codec2_decode_ps.block.yml | 2 1 + 1 - 0 !
gr-vocoder/grc/vocoder_codec2_encode_sp.block.yml | 2 1 + 1 - 0 !
gr-vocoder/grc/vocoder_freedv_rx_ss.block.yml | 22 18 + 4 - 0 !
gr-vocoder/grc/vocoder_freedv_tx_ss.block.yml | 22 18 + 4 - 0 !
gr-vocoder/include/gnuradio/vocoder/codec2.h | 6 6 + 0 - 0 !
gr-vocoder/include/gnuradio/vocoder/freedv_api.h | 21 21 + 0 - 0 !
gr-vocoder/python/vocoder/bindings/codec2_python.cc | 6 6 + 0 - 0 !
gr-vocoder/python/vocoder/bindings/freedv_api_python.cc | 21 21 + 0 - 0 !
8 files changed, 92 insertions(+), 10 deletions(-)

 [patch] update codec2 mode enums

Reflect the new Codec2 and FreeDV modes for use by gnuradio.