Bugzilla – Attachment #1550: bug can be solved, by adding two lines of code for bug #1617
}
double rsrp = sum / (double)rbNum;
// averaged SINR among RBs
sum = 0.0;
rbNum = 0;
for (it = sinr.ConstValuesBegin (); it != sinr.ConstValuesEnd (); it++)
{
sum += (*it);