handover: no debug message for ever non-handover measurement report

This commit is contained in:
Harald Welte 2009-12-20 00:05:38 +01:00
parent 9f16c87106
commit ea09002e73
1 changed files with 1 additions and 3 deletions

View File

@ -88,10 +88,8 @@ static int process_meas_rep(struct gsm_meas_rep *mr)
}
}
if (!mr_cell) {
DEBUGPC(DHO, "No better cell\n");
if (!mr_cell)
return 0;
}
LOGP(DHO, LOGL_INFO, "Cell on ARFCN %u is better: ", mr_cell->arfcn);
if (!mr->lchan->ts->trx->bts->network->handover.active) {