Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit 4eca1c39 authored by Susheel nyamala's avatar Susheel nyamala Committed by Linux Build Service Account
Browse files

Fix data call retry issue on PS service loss

When data connection is in Retrying state and there is a PS Service
loss, DC is continuing in Retrying state as mAutoAttachCreation is
enabled. Due to this, irrespective of PS attach status, data call is
retried on Retry alarm expiry. Later when PS is attached, disconnect event
will be sent to cleanup existing connections if icc records are changed.
This is leading to unexpected data call tear down.

Add a check for PS service in DcRetryingState of DataConnection, and
move DC to Inactive state if PS service is lost, so that data call will
be retried only after PS attach is done.

Change-Id: Ic7c401368b91967051ff258fb6d5cf01dca088b8
CRs-Fixed: 843141
parent 7d588377
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment