Author: wb1hbu
Date: 2007-07-08 19:25:44 -0600 (Sun, 08 Jul 2007)
New Revision: 5927
Modified:
gnuradio/branches/developers/wb1hbu/wip/gr-air/src/lib/air_ms_parity.cc
Log:
Fixed some short frames being mistakenly tagged as too short.
Modified:
gnuradio/branches/developers/wb1hbu/wip/gr-air/src/lib/air_ms_parity.cc
===================================================================
--- gnuradio/branches/developers/wb1hbu/wip/gr-air/src/lib/air_ms_parity.cc
2007-07-06 17:55:54 UTC (rev 5926)
+++ gnuradio/branches/developers/wb1hbu/wip/gr-air/src/lib/air_ms_parity.cc
2007-07-09 01:25:44 UTC (rev 5927)
@@ -110,7 +110,7 @@
if(data_out[i].flags(j) ==
ms_frame_raw::fl_high_confidence)
break;
}
- if((MS_SHORT_FRAME_LENGTH - 25))
+ if(j == (MS_SHORT_FRAME_LENGTH - 25))
{
data_out[i].set_ec_quality(ms_frame_raw::eq_too_short_frame);
continue;
_______________________________________________
Commit-gnuradio mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/commit-gnuradio