* send RF CHANNEL RELEASE if we get CONNECTION FAIL INDICATION

This commit is contained in:
Harald Welte 2008-12-27 10:29:08 +00:00
parent fc977a8b8b
commit 14537e5f1d
1 changed files with 2 additions and 1 deletions

View File

@ -542,7 +542,8 @@ static int abis_rsl_rx_dchan(struct msgb *msg)
rc = rsl_rx_chan_act_nack(msg);
break;
case RSL_MT_CONN_FAIL:
DEBUGP(DRSL, "rsl_rx_dchan: Connection Fail\n");
DEBUGP(DRSL, "rsl_rx_dchan: Connection Fail, release channel\n");
rc = rsl_chan_release(msg->lchan);
break;
case RSL_MT_MEAS_RES:
DEBUGP(DRSL, "rsl_rx_dchan: Measurement Result\n");