Skip to content

Commit

Permalink
Change the PowerSaveOffload to 5
Browse files Browse the repository at this point in the history
Default value 2 is more agressive for power save.
However we saw some degragation for voice quality.
Instead, 5 is used for VoIP call solution.
When the parameter is set to 5 and voice packets are detected
in uplink or downlink data
traffic, the QPower inactivity timeout is reset to the default
QPower-disabled value (200 ms).
This means that QPower power saving is not be triggered until after
200ms of inactivity
Bug: 31282427

Change-Id: Ibeb0d69a1fd1150c16d67edadf63f8da416de257
Signed-off-by: Ecco Park <[email protected]>
(cherry picked from commit c79e2fbacad28d49c94fe09b508b2d8186a67677)
  • Loading branch information
eccopark authored and gitbuildkicker committed Sep 8, 2016
1 parent 6462a99 commit 675eb43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WCNSS_qcom_cfg.ini
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@ gFlexConnectPowerFactor=0
gNumChanCombinedConc=60

#Enable Power Save offload
gEnablePowerSaveOffload=2
gEnablePowerSaveOffload=5

#Enable firmware uart print
gEnablefwprint=0
Expand Down

0 comments on commit 675eb43

Please sign in to comment.