From e98d4278d0cf87c8e2345900d612bbbb607635a0 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Thu, 24 Dec 2009 13:27:02 +0100 Subject: [handover] CRCX ACK without HO reference is normal, not an error --- openbsc/src/handover_logic.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'openbsc/src/handover_logic.c') diff --git a/openbsc/src/handover_logic.c b/openbsc/src/handover_logic.c index 5297ab6ca..20eeb66ce 100644 --- a/openbsc/src/handover_logic.c +++ b/openbsc/src/handover_logic.c @@ -280,8 +280,8 @@ static int ho_ipac_crcx_ack(struct gsm_lchan *new_lchan) ho = bsc_ho_by_new_lchan(new_lchan); if (!ho) { - LOGP(DHO, LOGL_ERROR, "unable to find HO record\n"); - return -ENODEV; + /* it is perfectly normal, we have CRCX even in non-HO cases */ + return 0; } if (ipacc_rtp_direct) { -- cgit v1.2.3