for now we only do handover of TCH channels

This commit is contained in:
Harald Welte 2009-12-18 11:49:20 +01:00
parent e47f96b80c
commit 386cd2b777
1 changed files with 9 additions and 0 deletions

View File

@ -59,6 +59,15 @@ static int process_meas_rep(struct gsm_meas_rep *mr)
unsigned int best_better_db;
int i;
/* we currently only do handover for TCH channels */
switch (mr->lchan->type) {
case GSM_LCHAN_TCH_F:
case GSM_LCHAN_TCH_H:
break;
default:
return 0;
}
/* FIXME: implement actual averaging over multiple measurement
* reports */