From 7c639a05a3afa966464cc33309d258641c607f3e Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Fri, 25 Dec 2009 23:02:50 +0100 Subject: [handover] print INFO message when doing handover --- openbsc/src/handover_logic.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'openbsc') diff --git a/openbsc/src/handover_logic.c b/openbsc/src/handover_logic.c index 20eeb66ce..1bf048fed 100644 --- a/openbsc/src/handover_logic.c +++ b/openbsc/src/handover_logic.c @@ -217,6 +217,11 @@ static int ho_gsm48_ho_compl(struct gsm_lchan *new_lchan) return -ENODEV; } + LOGP(DHO, LOGL_INFO, "Subscriber %s HO from BTS %u->%u on ARFCN " + "%u->%u\n", subscr_name(ho->old_lchan->subscr), + ho->old_lchan->ts->trx->bts->nr, new_lchan->ts->trx->bts->nr, + ho->old_lchan->ts->trx->arfcn, new_lchan->ts->trx->arfcn); + counter_inc(net->stats.handover.completed); bsc_del_timer(&ho->T3103); -- cgit v1.2.3