src/wimax/model/bs-scheduler-simple.cc
changeset 7195 316d93dd9375
parent 7107 6c0fabb46bce
child 7252 c8200621e252
--- a/src/wimax/model/bs-scheduler-simple.cc	Fri May 13 15:01:44 2011 -0400
+++ b/src/wimax/model/bs-scheduler-simple.cc	Fri May 13 15:02:36 2011 -0400
@@ -267,7 +267,7 @@
           serviceFlowRecord = (*iter2)->GetRecord ();
           NS_LOG_INFO ("processing UGS: HAS PACKET=" << (*iter2)->HasPackets () << "max Latency = "
                                                      << MilliSeconds ((*iter2)->GetMaximumLatency ()) << "Delay = " << ((currentTime
-                                                                                           - serviceFlowRecord->GetDlTimeStamp ()) + GetBs ()->GetPhy ()->GetFrameDuration ()));
+                                                                                                                         - serviceFlowRecord->GetDlTimeStamp ()) + GetBs ()->GetPhy ()->GetFrameDuration ()));
           // if latency would exceed in case grant is allocated in next frame then allocate in current frame
           if ((*iter2)->HasPackets () && ((currentTime - serviceFlowRecord->GetDlTimeStamp ())
                                           + GetBs ()->GetPhy ()->GetFrameDuration ()) > MilliSeconds ((*iter2)->GetMaximumLatency ()))