commit-gnuradio
[Top][All Lists]
Advanced

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

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


From: gnychis
Subject: [Commit-gnuradio] r7148 - gnuradio/branches/developers/gnychis/inband/usrp/host/lib/inband
Date: Thu, 13 Dec 2007 10:46:33 -0700 (MST)

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;





reply via email to

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