commit | 9070c562ea529c3cdbf9b796b2dea835a49138cb | [log] [tgz] |
---|---|---|
author | Yashdev Singh <yashdevs@codeaurora.org> | Wed Apr 27 14:56:11 2016 -0700 |
committer | Gerrit - the friendly Code Review server <code-review@localhost> | Fri Oct 21 11:13:43 2016 -0700 |
tree | 047ad6f6d79dd4b6b1b8ef493421b100c903f186 | |
parent | c93ad780eb3b4421235000cf52dffca5f5c77f98 [diff] |
Telephony: Reduce back to back same APN activation delay. - The default delay to activate same APN in quick succession is 20 seconds. - Some application like embms may want to activate APN quickly in short burst. Current 20 seconds would result in artificial delays in such applications. - Hence changing the default delay value to be equivalent of fail-fast delay which is 3 seconds. Change-Id: I792c9697e8ff2d90ec0e9bf2fda8ccf1b3dd9074 CRs-Fixed: 998597