mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-mgw.git
synced 2025-10-23 08:12:01 +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_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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user