RDKCOM-5505: RDKBDEV-3354 IPQ: Bug fixes for QCOM Platform#58
RDKCOM-5505: RDKBDEV-3354 IPQ: Bug fixes for QCOM Platform#58snayak002c merged 2 commits intordkcentral:developfrom
Conversation
|
All contributors have signed the CLA ✍️ ✅ |
ce18dac to
98f6c4a
Compare
snayak002c
left a comment
There was a problem hiding this comment.
What is the memory increase in each component? If it is not much, then we can move make this a generic change
Signed-off-by: Vedhavalli Loganathan <vedhaval@qti.qualcomm.com>
98f6c4a to
6e2dccd
Compare
|
@VedhaLoganathan |
This change addresses timeout issues on IPQ devices caused by increased parameter counts from 6G WiFi and the new DM implementation. The memory increase (2-6 MB per component) is minimal for modern platforms, but keeping it platform-specific minimizes risk for memory-constrained devices in mixed deployments. |
|
2-6MB per component is huge. Will merge this only for IPQ devices |
Increased g_uMaxParamInResponse value for IPQ devices
Reason:
On 6G enablement, IPQ devices were experiencing timeout responses due to the default limit on parameters in the response. To resolve this, the g_uMaxParamInResponse value has been increased in the common library to ensure proper handling.