Skip to content

Commit 9a87deb

Browse files
Ramesh SudiniWink Saville
authored andcommitted
DataConnection: Clear cid when entering inactive state.
Bug: 5083242 Change-Id: I0657739da54bc424433063a2244d045e47411e5f
1 parent 41394a3 commit 9a87deb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

telephony/java/com/android/internal/telephony/DataConnection.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -447,6 +447,7 @@ protected void clearSettings() {
447447
lastFailCause = FailCause.NONE;
448448
mRetryOverride = -1;
449449
mRefCount = 0;
450+
cid = -1;
450451

451452
mLinkProperties = new LinkProperties();
452453
mApn = null;

0 commit comments

Comments
 (0)