Skip to content

Commit

Permalink
Fix debug level disconnected on Rx hier block
Browse files Browse the repository at this point in the history
The debug level was disconnected from the BBdeheader, BCH decoder, and
LDPC decoder blocks. Instead, the debug level was hard-coded to 0 on
them. This patch fixes the issue by connecting the debug level parameter
to the referred blocks.
  • Loading branch information
igorauad committed Dec 14, 2023
1 parent 6d9b961 commit c8f7312
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions examples/dvbs2rx_rx_hier.grc
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ blocks:
affinity: ''
alias: ''
comment: ''
debug_level: '0'
debug_level: debug
framesize: frame_size
maxoutbuf: '0'
minoutbuf: '0'
Expand Down Expand Up @@ -200,7 +200,7 @@ blocks:
affinity: ''
alias: ''
comment: ''
debug_level: '0'
debug_level: debug
framesize: frame_size
maxoutbuf: '0'
minoutbuf: '0'
Expand All @@ -221,7 +221,7 @@ blocks:
alias: ''
comment: ''
constellation: constellation
debug_level: '0'
debug_level: debug
framesize: frame_size
infomode: INFO_OFF
max_trials: '25'
Expand Down Expand Up @@ -635,4 +635,4 @@ connections:

metadata:
file_format: 1
grc_version: 3.10.5.1
grc_version: 3.10.7.0

0 comments on commit c8f7312

Please sign in to comment.