--- a/src/lte/model/lte-enb-mac.cc Wed Oct 31 16:38:48 2012 +0100
+++ b/src/lte/model/lte-enb-mac.cc Fri Nov 02 17:12:55 2012 +0100
@@ -511,27 +511,10 @@
m_ulInfoListReceived.clear ();
}
-// std::map <uint16_t,UlInfoListElement_s>::iterator it;
-// for (it = m_ulInfoListElements.begin (); it != m_ulInfoListElements.end (); it++)
-// {
-// ulparams.m_ulInfoList.push_back ((*it).second);
-// }
m_schedSapProvider->SchedUlTriggerReq (ulparams);
-
-
+}
- // reset UL info
-// for (it = m_ulInfoListElements.begin (); it != m_ulInfoListElements.end (); it++)
-// {
-// for (uint16_t i = 0; i < (*it).second.m_ulReception.size (); i++)
-// {
-// (*it).second.m_ulReception.at (i) = 0;
-// }
-// (*it).second.m_receptionStatus = UlInfoListElement_s::Ok;
-// (*it).second.m_tpc = 0;
-// }
-}
void
LteEnbMac::DoReceiveLteControlMessage (Ptr<LteControlMessage> msg)