Fix bug in update_measurements() not reporting in_sync in single carrier

This commit is contained in:
Ismael Gomez 2020-09-25 12:34:47 +02:00 committed by Andre Puschmann
parent 0997daa7a0
commit 8c30822350
1 changed files with 1 additions and 1 deletions

View File

@ -770,7 +770,7 @@ void phy_common::update_measurements(uint32_t
}
// Report in-sync status to the stack outside the mutex lock
if (insync_itf && cc_idx) {
if (insync_itf && cc_idx == 0) {
if (insync) {
insync_itf->in_sync();
} else {