Author: jcorgan
Date: 2007-11-02 18:57:43 -0600 (Fri, 02 Nov 2007)
New Revision: 6798
Modified:
gnuradio/branches/developers/jcorgan/t198/gnuradio-examples/python/digital/tunnel.py
Log:
Fixed ticket:198.
Modified:
gnuradio/branches/developers/jcorgan/t198/gnuradio-examples/python/digital/tunnel.py
===================================================================
---
gnuradio/branches/developers/jcorgan/t198/gnuradio-examples/python/digital/tunnel.py
2007-11-03 00:45:50 UTC (rev 6797)
+++
gnuradio/branches/developers/jcorgan/t198/gnuradio-examples/python/digital/tunnel.py
2007-11-03 00:57:43 UTC (rev 6798)
@@ -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