msc: Increase value of location update timer to 10 sec

We should increase this timer, because LU procedure can take more than 5 sec, if 'remote' auth policy is used.
This commit is contained in:
Ivan Kluchnikov 2016-01-15 16:46:38 +03:00
parent 8af593e4e4
commit a52726dae8
1 changed files with 1 additions and 1 deletions

View File

@ -621,7 +621,7 @@ static void schedule_reject(struct gsm_subscriber_connection *conn)
{
conn->loc_operation->updating_timer.cb = loc_upd_rej_cb;
conn->loc_operation->updating_timer.data = conn;
osmo_timer_schedule(&conn->loc_operation->updating_timer, 5, 0);
osmo_timer_schedule(&conn->loc_operation->updating_timer, 10, 0);
}
static const struct value_string lupd_names[] = {