Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix copypasta in grc xml for dtv dvb bbheader #28

Closed
guruofquality opened this issue Jun 20, 2016 · 1 comment
Closed

fix copypasta in grc xml for dtv dvb bbheader #28

guruofquality opened this issue Jun 20, 2016 · 1 comment

Comments

@guruofquality
Copy link

guruofquality commented Jun 20, 2016

Looks like a copy-pasta error in the keys from the framesize enum.

Here is the patch:

diff --git a/gr-dtv/grc/dtv_dvb_bbheader_bb.xml b/gr-dtv/grc/dtv_dvb_bbheader_bb.xml
index 49b8595..6ae7134 100644
--- a/gr-dtv/grc/dtv_dvb_bbheader_bb.xml
+++ b/gr-dtv/grc/dtv_dvb_bbheader_bb.xml
@@ -453,12 +453,12 @@ $rolloff.val, $mode.val, $inband.val, $fecblocks, $tsrate)</make>
     <hide>$standard.hide_dvbt2</hide>
     <option>
       <name>Normal</name>
-      <key>FECFRAME_NORMAL</key>
+      <key>INPUTMODE_NORMAL</key>
       <opt>val:dtv.INPUTMODE_NORMAL</opt>
     </option>
     <option>
       <name>High Efficiency</name>
-      <key>FECFRAME_SHORT</key>
+      <key>INPUTMODE_HIEFF</key>
       <opt>val:dtv.INPUTMODE_HIEFF</opt>
     </option>
   </param>

@guruofquality
Copy link
Author

Fixed in gnuradio@859f9b07 @drmpeg thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant