LENA-81 same priority a start-up in PfScheduler for GBR and NGBR flows (i.e., flowStats.lastAveragedThroughput=1 always)

This commit is contained in:
Marco Miozzo
2011-04-19 17:01:54 +02:00
parent a936ef63f4
commit 459433b355

View File

@@ -303,14 +303,7 @@ PfFfMacScheduler::DoCschedLcConfigReq (const struct FfMacCschedSapProvider::Csch
flowStats.flowStart = Simulator::Now ();
flowStats.totalBytesTransmitted = 0;
flowStats.lastTtiBytesTrasmitted = 0;
if (params.m_logicalChannelConfigList.at (i).m_eRabGuaranteedBitrateDl != 0)
{
flowStats.lastAveragedThroughput = params.m_logicalChannelConfigList.at (i).m_eRabGuaranteedBitrateDl;
}
else
{
flowStats.lastAveragedThroughput = 1; // minimum bitrate -> high priority to new flows
}
flowStats.lastAveragedThroughput = 1;
flowStats.rlcBufferReq.m_rlcTransmissionQueueSize = 0;
flowStats.rlcBufferReq.m_rlcRetransmissionQueueSize = 0;
flowStats.rlcBufferReq.m_rlcStatusPduSize = 0;