Neighbour SCell measurement test waits for final measurement before exiting-xx

This commit is contained in:
Xavier Arteaga 2020-02-18 18:30:06 +01:00 committed by Andre Puschmann
parent d56b87f68c
commit f8165383f6
1 changed files with 5 additions and 0 deletions

View File

@ -656,6 +656,11 @@ int main(int argc, char** argv)
}
}
// make sure last measurement has been received before stopping
if (not radio) {
intra_measure.wait_meas();
}
// Stop
intra_measure.stop();