DataConnection: Clear cid when entering inactive state.
Bug: 5083242 Change-Id: I0657739da54bc424433063a2244d045e47411e5f
This commit is contained in:
committed by
Wink Saville
parent
41394a3610
commit
9a87deb538
@@ -447,6 +447,7 @@ public abstract class DataConnection extends StateMachine {
|
||||
lastFailCause = FailCause.NONE;
|
||||
mRetryOverride = -1;
|
||||
mRefCount = 0;
|
||||
cid = -1;
|
||||
|
||||
mLinkProperties = new LinkProperties();
|
||||
mApn = null;
|
||||
|
||||
Reference in New Issue
Block a user