commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] r6383 - gnuradio/branches/developers/zhuochen/inband/u


From: gnychis
Subject: [Commit-gnuradio] r6383 - gnuradio/branches/developers/zhuochen/inband/usrp/fpga/inband_lib
Date: Mon, 10 Sep 2007 13:27:12 -0600 (MDT)

Author: gnychis
Date: 2007-09-10 13:27:12 -0600 (Mon, 10 Sep 2007)
New Revision: 6383

Modified:
   
gnuradio/branches/developers/zhuochen/inband/usrp/fpga/inband_lib/chan_fifo_reader.v
Log:
Moving the RSSI flag (carrier sense) in to a new location


Modified: 
gnuradio/branches/developers/zhuochen/inband/usrp/fpga/inband_lib/chan_fifo_reader.v
===================================================================
--- 
gnuradio/branches/developers/zhuochen/inband/usrp/fpga/inband_lib/chan_fifo_reader.v
        2007-09-10 17:57:30 UTC (rev 6382)
+++ 
gnuradio/branches/developers/zhuochen/inband/usrp/fpga/inband_lib/chan_fifo_reader.v
        2007-09-10 19:27:12 UTC (rev 6383)
@@ -41,7 +41,7 @@
     `define PAYLOAD                  8:2
     `define ENDOFBURST               27
     `define STARTOFBURST            28
-    `define RSSI_FLAG                           15
+    `define RSSI_FLAG                           26
        
 
     /* State registers */





reply via email to

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