Skip to content

Commit

Permalink
Merge branch 'omp-jb53535' into 'master'
Browse files Browse the repository at this point in the history
Get rid of unwanted retries on manual network connection

See merge request mer-core/ofono!278
  • Loading branch information
monich committed Mar 12, 2021
2 parents 50a5f25 + 2b4b5a2 commit 8e35a04
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ofono/drivers/ril/ril_netreg.c
Expand Up @@ -436,7 +436,6 @@ static void ril_netreg_register_manual(struct ofono_netreg *netreg,
ofono_info("nw select manual: %s%s%s", mcc, mnc, suffix);
grilio_request_append_format(req, "%s%s%s", mcc, mnc, suffix);
grilio_request_set_timeout(req, nd->network_selection_timeout);
grilio_request_set_retry(req, 0, REGISTRATION_MAX_RETRIES);
grilio_queue_send_request_full(nd->q, req,
RIL_REQUEST_SET_NETWORK_SELECTION_MANUAL,
ril_netreg_register_cb, ril_netreg_cbd_free,
Expand Down

0 comments on commit 8e35a04

Please sign in to comment.