gsm0408: Print a message when the LU is timing out.

This commit is contained in:
Holger Hans Peter Freyther 2011-11-07 12:26:29 +01:00
parent 347e7ba377
commit 2692e3bcff
1 changed files with 1 additions and 0 deletions

View File

@ -481,6 +481,7 @@ static void loc_upd_rej_cb(void *data)
struct gsm_lchan *lchan = conn->lchan;
struct gsm_bts *bts = lchan->ts->trx->bts;
LOGP(DMM, LOGL_DEBUG, "Location Updating Request procedure timedout.\n");
gsm0408_loc_upd_rej(conn, bts->network->reject_cause);
release_loc_updating_req(conn);
}