Author: gnychis
Date: 2007-07-03 12:38:10 -0600 (Tue, 03 Jul 2007)
New Revision: 5898

Modified:
   
gnuradio/branches/developers/gnychis/inband/usrp/host/lib/inband/usrp_server.cc
Log:
Quick bug fix, should not be writing to the bus after every CS subpacket parsed.
Checked output and confirm that subpackets are grouped in to bigger USB packets.


Modified: 
gnuradio/branches/developers/gnychis/inband/usrp/host/lib/inband/usrp_server.cc
===================================================================
--- 
gnuradio/branches/developers/gnychis/inband/usrp/host/lib/inband/usrp_server.cc 
    2007-07-03 16:25:59 UTC (rev 5897)
+++ 
gnuradio/branches/developers/gnychis/inband/usrp/host/lib/inband/usrp_server.cc 
    2007-07-03 18:38:10 UTC (rev 5898)
@@ -821,11 +821,6 @@
                   << ticks << " ticks\n";
     }
 
-    d_cs_usrp->send(s_cmd_usrp_write, 
-                    pmt_list3(invocation_handle, 
-                              pmt_from_long(channel), 
-                              v_packet));
-
     curr_subpkt++;
 
   }



_______________________________________________
Commit-gnuradio mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/commit-gnuradio

Reply via email to