commit-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commit-gnuradio] r5898 - gnuradio/branches/developers/gnychis/inband/us


From: gnychis
Subject: [Commit-gnuradio] r5898 - gnuradio/branches/developers/gnychis/inband/usrp/host/lib/inband
Date: Tue, 3 Jul 2007 12:38:10 -0600 (MDT)

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++;
 
   }





reply via email to

[Prev in Thread] Current Thread [Next in Thread]