commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] r7180 - gnuradio/branches/developers/gnychis/cs-fix/us


From: gnychis
Subject: [Commit-gnuradio] r7180 - gnuradio/branches/developers/gnychis/cs-fix/usrp/host/apps-inband
Date: Fri, 14 Dec 2007 13:07:32 -0700 (MST)

Author: gnychis
Date: 2007-12-14 13:07:32 -0700 (Fri, 14 Dec 2007)
New Revision: 7180

Modified:
   gnuradio/branches/developers/gnychis/cs-fix/usrp/host/apps-inband/gmac.cc
   gnuradio/branches/developers/gnychis/cs-fix/usrp/host/apps-inband/gmac.h
Log:
Fixing carrier sense registers and test application


Modified: 
gnuradio/branches/developers/gnychis/cs-fix/usrp/host/apps-inband/gmac.cc
===================================================================
--- gnuradio/branches/developers/gnychis/cs-fix/usrp/host/apps-inband/gmac.cc   
2007-12-14 19:08:54 UTC (rev 7179)
+++ gnuradio/branches/developers/gnychis/cs-fix/usrp/host/apps-inband/gmac.cc   
2007-12-14 20:07:32 UTC (rev 7180)
@@ -359,7 +359,7 @@
   // Specify the RBF to use
   pmt_dict_set(usrp_dict,
                pmt_intern("rbf"),
-               pmt_intern("test2.rbf"));
+               pmt_intern("std_inband.rbf"));
 
   pmt_dict_set(usrp_dict,
                pmt_intern("interp-tx"),

Modified: 
gnuradio/branches/developers/gnychis/cs-fix/usrp/host/apps-inband/gmac.h
===================================================================
--- gnuradio/branches/developers/gnychis/cs-fix/usrp/host/apps-inband/gmac.h    
2007-12-14 19:08:54 UTC (rev 7179)
+++ gnuradio/branches/developers/gnychis/cs-fix/usrp/host/apps-inband/gmac.h    
2007-12-14 20:07:32 UTC (rev 7180)
@@ -58,8 +58,8 @@
   long d_cs_deadline;
 
   enum FPGA_REGISTERS {
-    REG_CS_THRESH = 1,
-    REG_CS_DEADLINE = 2
+    REG_CS_THRESH = 51,
+    REG_CS_DEADLINE = 52
   };
   
  public:





reply via email to

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