--- a/src/lte/model/lte-spectrum-phy.cc Fri Oct 26 15:57:59 2012 +0200
+++ b/src/lte/model/lte-spectrum-phy.cc Mon Oct 29 10:32:26 2012 +0100
@@ -840,8 +840,8 @@
// DEBUG: force error for testing HARQ
// if ((*itTb).second.downlink)
// {
-// if (((*itTb).second.harqProcessId == 0)&&(Simulator::Now ().GetNanoSeconds ()<=20000000))
-// if ((errors<1) && ( ((*itTb).first.m_rnti==1)||((*itTb).first.m_rnti==3)) )
+// // if (((*itTb).second.harqProcessId == 0)&&(Simulator::Now ().GetNanoSeconds ()<=20000000))
+// if ((errors<4) && ((*itTb).second.harqProcessId == 0) && ( ((*itTb).first.m_rnti==1)||((*itTb).first.m_rnti==3)) )
// {
// (*itTb).second.corrupt = true;
// errors++;