* release channel after LOCATION UPDATE REJECT

This commit is contained in:
Harald Welte 2008-12-27 19:46:41 +00:00
parent 2d5b638bd3
commit 98243f8e48
1 changed files with 1 additions and 0 deletions

View File

@ -300,6 +300,7 @@ static int mm_rx_loc_upd_req(struct msgb *msg)
if (!subscr) {
/* 0x16 is congestion */
gsm0408_loc_upd_rej(msg->lchan, 0x16);
rsl_chan_release(msg->lchan);
return -EINVAL;
}