[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] r11443 - gnuradio/trunk/usrp/limbo/inband
From: |
eb |
Subject: |
[Commit-gnuradio] r11443 - gnuradio/trunk/usrp/limbo/inband |
Date: |
Tue, 14 Jul 2009 19:49:15 -0600 (MDT) |
Author: eb
Date: 2009-07-14 19:49:14 -0600 (Tue, 14 Jul 2009)
New Revision: 11443
Modified:
gnuradio/trunk/usrp/limbo/inband/usrp_server.cc
Log:
applied patch from ticket:358
Modified: gnuradio/trunk/usrp/limbo/inband/usrp_server.cc
===================================================================
--- gnuradio/trunk/usrp/limbo/inband/usrp_server.cc 2009-07-15 01:33:49 UTC
(rev 11442)
+++ gnuradio/trunk/usrp/limbo/inband/usrp_server.cc 2009-07-15 01:49:14 UTC
(rev 11443)
@@ -256,10 +256,11 @@
return;
// Find the port through the owner of the channel
- if((port = tx_port_index(d_chaninfo_tx[channel].owner)) !=-1 )
+ if((port = tx_port_index(d_chaninfo_tx[channel].owner)) !=-1 ){
d_tx[port]->send(s_response_xmit_raw_frame,
pmt_list2(invocation_handle, status));
- return;
+ return;
+ }
}
//--------------- USRP READ ---------------//
else if (pmt_eq(event, s_response_usrp_read)) {
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Commit-gnuradio] r11443 - gnuradio/trunk/usrp/limbo/inband,
eb <=