Advertisement
Guest User

Untitled

a guest
Jun 16th, 2019
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.87 KB | None | 0 0
  1. uint64_t m_avTh = (uint64_t) (*it).second.lastAveragedThroughput;
  2.  
  3. RicMap[4].push_back(m_avTh);
  4.  
  5. sliceThroughput = RicMap[4][i];
  6.  
  7. if (sliceThroughput != 0)
  8. {
  9. counterUe = counterUe + 1 ;
  10. }
  11. timeUe[i] = timeUe[i] + MilliSeconds (1).GetMilliSeconds () ;
  12. // std::cout<<" Time: "<< timer << " Imsi: " << i+1 << " Content of Map[4]["<<i+1<<"]: "<< Map[4][i] << " sliceThroughput: " << sliceThroughput << " counterUe: " << counterUe << std::endl;
  13. std::cout<<"Data rate (PF): "<< (*it).second.lastAveragedThroughput <<" Cell ID: "<< (*it).second.cell_id << std::endl;
  14. // Update LastAveragedThroughputTable with current values: sliceThroughput
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement