cosmetic: typo in log: handover_decision2.c: 'measuements'

Change-Id: I8a92a03feb7dbef2bb008016310ec243226a7c7a
This commit is contained in:
Neels Hofmeyr 2018-03-07 17:55:21 +01:00
parent 7e52ae1e73
commit 7ec27564c9
1 changed files with 1 additions and 1 deletions

View File

@ -1167,7 +1167,7 @@ static void on_measurement_report(struct gsm_meas_rep *mr)
MEAS_REP_DL_RXQUAL_FULL : MEAS_REP_DL_RXQUAL_SUB, MEAS_REP_DL_RXQUAL_FULL : MEAS_REP_DL_RXQUAL_SUB,
ho_get_hodec2_rxqual_avg_win(bts->ho)); ho_get_hodec2_rxqual_avg_win(bts->ho));
if (av_rxlev < 0 && av_rxqual < 0) { if (av_rxlev < 0 && av_rxqual < 0) {
LOGPHOLCHAN(lchan, LOGL_INFO, "Skipping, Not enough recent measuements\n"); LOGPHOLCHAN(lchan, LOGL_INFO, "Skipping, Not enough recent measurements\n");
return; return;
} }
if (av_rxlev >= 0) { if (av_rxlev >= 0) {