mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-mgw.git
synced 2025-11-01 20:43:47 +00:00
gsm0408: Print a message when the LU is timing out.
This commit is contained in:
@@ -481,6 +481,7 @@ static void loc_upd_rej_cb(void *data)
|
|||||||
struct gsm_lchan *lchan = conn->lchan;
|
struct gsm_lchan *lchan = conn->lchan;
|
||||||
struct gsm_bts *bts = lchan->ts->trx->bts;
|
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);
|
gsm0408_loc_upd_rej(conn, bts->network->reject_cause);
|
||||||
release_loc_updating_req(conn);
|
release_loc_updating_req(conn);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user