summaryrefslogtreecommitdiff
path: root/gr-fec
diff options
context:
space:
mode:
authorHåkon Vågsether <haakonsv@gmail.com>2018-12-25 19:04:31 +0100
committerMarcus Müller <marcus@hostalia.de>2018-12-26 19:34:44 +0100
commit78c5ed2874b97f3e820d6b96d3d857b22f340ec4 (patch)
tree5525150c5979958139cae05d7aa8cd23735ea081 /gr-fec
parent8b353303ab338abd302af088582d5c47bd1ccdf0 (diff)
Fix the POLAR Encoder Definition
by changing the is_packed parameter from enum to bool
Diffstat (limited to 'gr-fec')
-rw-r--r--gr-fec/grc/variable_polar_encoder.block.yml4
1 files changed, 1 insertions, 3 deletions
diff --git a/gr-fec/grc/variable_polar_encoder.block.yml b/gr-fec/grc/variable_polar_encoder.block.yml
index dbaa619f5f..10e07cdcb0 100644
--- a/gr-fec/grc/variable_polar_encoder.block.yml
+++ b/gr-fec/grc/variable_polar_encoder.block.yml
@@ -4,10 +4,8 @@ label: POLAR Encoder Definition
parameters:
- id: is_packed
label: Packed Bits
- dtype: enum
+ dtype: bool
default: 'False'
- options: ['False', 'True']
- option_labels: ['No', 'Yes']
- id: ndim
label: Parallelism
dtype: enum