Switch from TUN/TAP to UDP encapsulated output.

git-svn-id: http://op25.osmocom.org/svn/trunk@254 65a5c917-d112-43f1-993d-58c26a4786be
This commit is contained in:
stevie 2011-01-18 04:35:06 +00:00
parent 8d97e73d74
commit 53328147da
2 changed files with 2 additions and 2 deletions

View File

@ -269,7 +269,7 @@ class p25_rx_block (stdgui2.std_top_block):
self.decode_watcher = decode_watcher(msgq, self.traffic)
self.p25_decoder = op25.decoder_ff()
self.p25_decoder.set_msgq(gr.msg_queue(2))
self.frame.SetStatusText("TUN/TAP: " + self.p25_decoder.device_name())
self.frame.SetStatusText("Destination: " + self.p25_decoder.destination())
# read capture file properties (decimation etc.)
#

View File

@ -301,7 +301,7 @@ class p25_rx_block (stdgui2.std_top_block):
self.decode_watcher = decode_watcher(msgq, self.traffic)
self.p25_decoder = op25.decoder_ff()
self.p25_decoder.set_msgq(msgq)
self.frame.SetStatusText("TUN/TAP: " + self.p25_decoder.device_name())
self.frame.SetStatusText("Destination: " + self.p25_decoder.destination())
# read capture file properties (decimation etc.)
#