Author: jcorgan
Date: 2007-11-02 18:59:40 -0600 (Fri, 02 Nov 2007)
New Revision: 6799
Modified:
gnuradio/trunk/gnuradio-examples/python/digital/tunnel.py
Log:
Merged r6794:6798 from jcorgan/t198. Fixes ticket:198.
Modified: gnuradio/trunk/gnuradio-examples/python/digital/tunnel.py
===================================================================
--- gnuradio/trunk/gnuradio-examples/python/digital/tunnel.py 2007-11-03
00:57:43 UTC (rev 6798)
+++ gnuradio/trunk/gnuradio-examples/python/digital/tunnel.py 2007-11-03
00:59:40 UTC (rev 6799)
@@ -94,7 +94,9 @@
gr.top_block.__init__(self)
self.txpath = transmit_path(mod_class, options)
self.rxpath = receive_path(demod_class, rx_callback, options)
-
+ self.connect(self.txpath);
+ self.connect(self.rxpath);
+
def send_pkt(self, payload='', eof=False):
return self.txpath.send_pkt(payload, eof)
_______________________________________________
Commit-gnuradio mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/commit-gnuradio