unsynchronized / gr-mixalot

POCSAG, FLEX, and GSC encoder blocks for GNU Radio
GNU General Public License v3.0
138 stars 39 forks source link

Added ability to configure the function bit of a POCSAG transmission #55

Open LennardTFD opened 4 months ago

LennardTFD commented 4 months ago

I added the ability to change the function bit of a POCSAG Transmission.

Therefore I changed to Inputs of the gnuradio-companion block, python bindings and removed the default function bit of 0 for numeric transmissions and 3 for alphanumeric transmissions.

This should close Issue #19