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:
_______________________________________________
Commit-gnuradio mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/commit-gnuradio