SRSUE RRC: fix single meas_obj in multiple meas_id

This commit is contained in:
Xavier Arteaga 2019-07-17 11:53:13 +02:00 committed by Andre Puschmann
parent f616e6f5ad
commit 19572b485c
1 changed files with 0 additions and 1 deletions

View File

@ -3386,7 +3386,6 @@ void rrc::rrc_meas::new_phy_meas(uint32_t earfcn, uint32_t pci, float rsrp, floa
}
// Update or add cell
L3_filter(&m->cell_values[pci], values);
return;
}
}
}