M17-Project / gr-m17

GNU Radio M17 protocol implementation
GNU General Public License v2.0
23 stars 5 forks source link

TYPE field #1

Closed sp5wwp closed 1 year ago

sp5wwp commented 1 year ago

The "Type" entry field doesn't seem to have any effect on the generated symbol stream.

jmfriedt commented 1 year ago

All callback functions were erroneously unrefered to Python/bindings since I was unaware of

gr_modtool bind

to create the bindings. Now all callback functions are functional.

sp5wwp commented 1 year ago

Fixed.