send RF CHANNEL RELEASE upon RELEASE INDICATION from BTS

This commit is contained in:
Harald Welte 2008-12-27 10:18:47 +00:00
parent 5f75598c28
commit 0f7bf9ce4a
1 changed files with 1 additions and 1 deletions

View File

@ -750,8 +750,8 @@ static int abis_rsl_rx_rll(struct msgb *msg)
break;
case RSL_MT_REL_IND:
DEBUGP(DRLL, "RELEASE INDICATION chan_nr=0x%02x\n", rllh->chan_nr);
rc = rsl_chan_release(msg->lchan);
lchan_free(msg->lchan);
rc = 0;
break;
case RSL_MT_ERROR_IND:
rc = rsl_rx_rll_err_ind(msg);