[handover] CRCX ACK without HO reference is normal, not an error

This commit is contained in:
Harald Welte 2009-12-24 13:27:02 +01:00
parent da956931fa
commit e98d4278d0
1 changed files with 2 additions and 2 deletions

View File

@ -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) {