OSDN Git Service

Do not explicity disconnect Data during power down for 1x.
authorNaveen Kalla <nkalla@codeaurora.org>
Thu, 9 Sep 2010 20:38:22 +0000 (13:38 -0700)
committerChih-Wei Huang <cwhuang@linux.org.tw>
Fri, 5 Aug 2011 08:09:42 +0000 (16:09 +0800)
commit16206b179940182182a5f21be1baee7ef0f20c2d
treed37cb4a9a830251875521e69f870558ac03e8633
parent3f46955bd5fc79bbf67c90203c269858d9218655
Do not explicity disconnect Data during power down for 1x.

In 1x, if the data call is torn down before radio power off, modem will
have to send a data call release and change to initialization state followed
by idle state and send out power down registration. If the power off request is sent
to the modem during Initialization state after call release, there is a chance that
modem does not perform power down registration.

Instead if we directly initiate a power down, modem just sets a power down registration
bit in the release order. This change also optimizes the power down procedure in 1x by
letting the modem handle data call release during power down.

Change-Id: I0f083cc3b005ec1e64105350abb43d10583b0881
telephony/java/com/android/internal/telephony/cdma/CdmaServiceStateTracker.java [changed mode: 0644->0755]