[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] [gnuradio] 06/08: uhd: Fixed suggested antenna ports o
From: |
git |
Subject: |
[Commit-gnuradio] [gnuradio] 06/08: uhd: Fixed suggested antenna ports on tx vs rx |
Date: |
Fri, 5 Feb 2016 22:07:44 +0000 (UTC) |
This is an automated email from the git hooks/post-receive script.
jcorgan pushed a commit to branch maint
in repository gnuradio.
commit fbbc544d288b4bcdcbffe8d7e84b0bb80f6522d1
Author: Martin Braun <address@hidden>
Date: Fri Feb 5 08:16:29 2016 -0800
uhd: Fixed suggested antenna ports on tx vs rx
---
gr-uhd/grc/gen_uhd_usrp_blocks.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gr-uhd/grc/gen_uhd_usrp_blocks.py
b/gr-uhd/grc/gen_uhd_usrp_blocks.py
index 8658284..6bcb179 100644
--- a/gr-uhd/grc/gen_uhd_usrp_blocks.py
+++ b/gr-uhd/grc/gen_uhd_usrp_blocks.py
@@ -494,16 +494,16 @@ PARAMS_TMPL = """ <param>
part
\#end if
</hide>
-#if $sourk == 'sink'
<option>
<name>TX/RX</name>
<key>TX/RX</key>
</option>
-#end if
+#if $sourk == 'source'
<option>
<name>RX2</name>
<key>RX2</key>
</option>
+#end if
<tab>RF Options</tab>
</param>
<param>
- [Commit-gnuradio] [gnuradio] branch maint updated (5c00c2d -> 1e232b2), git, 2016/02/05
- [Commit-gnuradio] [gnuradio] 06/08: uhd: Fixed suggested antenna ports on tx vs rx,
git <=
- [Commit-gnuradio] [gnuradio] 07/08: Merge remote-tracking branch 'skoslowski/cat_fix' into maint, git, 2016/02/05
- [Commit-gnuradio] [gnuradio] 08/08: Merge remote-tracking branch 'mbr0wn/uhd/fix_antenna_sel' into maint, git, 2016/02/05
- [Commit-gnuradio] [gnuradio] 05/08: analog: better block category (GRC) for random uniform source, git, 2016/02/05
- [Commit-gnuradio] [gnuradio] 04/08: grc: initialize attributes flow graph eval (fixes Bug #885), git, 2016/02/05
- [Commit-gnuradio] [gnuradio] 03/08: grc: not all tooltips in block library were updated after docstring extraction finished, git, 2016/02/05
- [Commit-gnuradio] [gnuradio] 01/08: grc: fix fg load with virtual sink/source message connections, git, 2016/02/05
- [Commit-gnuradio] [gnuradio] 02/08: grc: limit tooltip size in block library, git, 2016/02/05