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

master
Xavier Arteaga 5 years ago committed by Andre Puschmann
parent d56b87f68c
commit f8165383f6

@ -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 // Stop
intra_measure.stop(); intra_measure.stop();

Loading…
Cancel
Save