Author: gnychis
Date: 2007-12-13 10:46:31 -0700 (Thu, 13 Dec 2007)
New Revision: 7148

Modified:
   
gnuradio/branches/developers/gnychis/inband/usrp/host/lib/inband/usrp_server.cc
Log:
No need to use the initialization of registers method in usrp_server until the
initialization issue is sorted out.

Two TX data channels confirmed working using the new application.


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-12-13 11:24:31 UTC (rev 7147)
+++ 
gnuradio/branches/developers/gnychis/inband/usrp/host/lib/inband/usrp_server.cc 
    2007-12-13 17:46:31 UTC (rev 7148)
@@ -217,7 +217,7 @@
       d_cs->send(s_response_open, pmt_list2(invocation_handle, status));
 
       //reset_all_registers();
-      initialize_registers();
+      //initialize_registers();
 
       if(pmt_eqv(status,PMT_T)) {
         d_opened = true;



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

Reply via email to