reset fifo statistic at measurement startup

This commit is contained in:
Dhanya Maliakal 2017-08-18 17:23:52 +02:00
parent f4a11533be
commit 3b497eca36

View File

@ -164,6 +164,9 @@ void Listener::ResetParametersforNewMeasurement() {
numPacketsStatistic = 0;
numFramesStatistic = 0;
//reset fifo statistic
GetMaxLevelForFifoBound();
GetMinLevelForFifoFree();
}