Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Restoring the changes along with commit messages starting from Dec27 to latest of Jan10 snapshot. commit 525b110 Merge: bd60e6d 8721f17 Author: Narendra Varma <[email protected]> Date: Wed Jan 8 11:21:03 2025 -0800 Merge pull request rdkcentral#74 from amarnathhullur/develop Fix compile error seen in webconfig_hal_single_radio_apply commit 8721f17 Author: Amarnath Hullur Subramanyam <[email protected]> Date: Wed Jan 8 10:57:59 2025 -0800 Fix compile error seen in webconfig_hal_single_radio_apply When the feature flag FEATURE_SUPPORT_ECOPOWERDOWN is enabled, compiler error is seen in webconfig_hal_single_radio_apply function. This commit addresses that. commit bd60e6d Merge: cde56bc fced3ab Author: Narendra Varma <[email protected]> Date: Tue Jan 7 11:52:47 2025 -0800 Merge pull request rdkcentral#73 from amarnathhullur/develop Address few more compilation issue seen on jenkins build. commit fced3ab Author: Amarnath Hullur Subramanyam <[email protected]> Date: Tue Jan 7 11:46:22 2025 -0800 Address few more compilation issue seen on jenkins build. commit cde56bc Merge: 076f353 dd679cc Author: Narendra Varma <[email protected]> Date: Tue Jan 7 11:24:18 2025 -0800 Merge pull request rdkcentral#72 from amarnathhullur/develop Address compilation issues seen in comcast jenkins build commit dd679cc Author: Amarnath Hullur Subramanyam <[email protected]> Date: Tue Jan 7 11:10:29 2025 -0800 Address compilation issues seen in comcast jenkins build commit 076f353 Author: KarthikeyanNanjundan <[email protected]> Date: Tue Jan 7 13:24:12 2025 +0530 Update wifi_whix.c (rdkcentral#70) RDKB-58301 Remove remaining pending monitor depend Impacted Platforms: All OneWifi Platform Reason for change: WHiX app framework should not have any dependancy with monitor. Test Procedure: WHiX app should collect stats and work as expected. Priority: P1 commit 4965ee8 Author: HarshavardhanP1 <[email protected]> Date: Tue Jan 7 12:37:10 2025 +0530 RDKB-58058: Telemetry and Rbus for Transient Client Management (rdkcentral#71) Impacted Platforms: OneWifi platforms Reason for change: Implement Rbus functions for TCM as part of Epic Test Procedure: Load the build and test the changes as per ACs Risks: Low Signed-off-by:[email protected] commit b41a103 Author: Amarnath Hullur Subramanyam <[email protected]> Date: Mon Jan 6 01:27:43 2025 -0800 Typo correction of define CONFIG_HW_CAPABILITIES (rdkcentral#69) commit 38a80f2 Author: Aniket0606 <[email protected]> Date: Sun Jan 5 23:34:31 2025 -0800 RDKB-57995: [Onewifi] OneWifi memory Optimization (rdkcentral#39) * RDKB-57995: [Onewifi] OneWifi memory Optimization Reason for change: OneWifi memory Optimization and few DML API Abstraction. Below APIs are Abstracted: getDeviceMac sendWebpaMsg push_data_to_ssp_queue getPartnerId Get_PSM_Record_Status Set_PSM_Record_Status Test Procedure: 1) Load OneWifi build. 2) Test Basic sanity. 3) Test Levl and csi feature. Risks: Low Priority: P1 Change-Id: I10400d5b204d4402a6cc2caa90f60a8f2c6671da Signed-off-by: [email protected] * RDKB-57995: [Onewifi] OneWifi memory Optimization Reason for change: OneWifi memory Optimization and few DML API Abstraction. Below APIs are Abstracted: getDeviceMac sendWebpaMsg push_data_to_ssp_queue getPartnerId Get_PSM_Record_Status Set_PSM_Record_Status Test Procedure: 1) Load OneWifi build. 2) Test Basic sanity. 3) Test Levl and csi feature. Risks: Low Priority: P1 Change-Id: I10400d5b204d4402a6cc2caa90f60a8f2c6671da Signed-off-by: [email protected] --------- Signed-off-by: [email protected] commit 01accff Merge: fe17161 228500c Author: vivianecordeiro-sky <[email protected]> Date: Thu Jan 2 15:45:41 2025 +0000 Merge pull request rdkcentral#67 from SanjayVenkatesan190/develop RDKB-58273: VAP UP PERCENT reports incorrect value for offline vaps. commit 228500c Author: Sanjay Venkatesan <[email protected]> Date: Wed Dec 18 11:30:22 2024 +0000 RDKB-58273: VAP UP PERCENT reports incorrect value for offline vaps. Impacted Platforms: All rdkb platforms Reason for change: Used monitor variable instead of core variable in whix to fetch the vap enable status. Test Procedure: 1. Load the device with above mentioned build. 2. Change the log interval to 15mins using below, dmcli eRT setv Device.DeviceInfo.X_RDKCENTRAL-COM_WIFI_TELEMETRY.LogInterval int 300. 3.Check the mesh backhaul status for 13th and 14th vap using, dmcli eRT getv Device.WiFi.SSID.13.Status dmcli eRT getv Device.WiFi.SSID.14.Status 4. Change the enable value of those backhaul vaps in Wifi_VIF_Config table by, /usr/opensync/tools/ovsh U Wifi_VIF_Config -w if_name==wl1.7 enabled:=true /usr/opensync/tools/ovsh U Wifi_VIF_Config -w if_name==wl0.7 enabled:=true 5. Check the status for mesh backhaul vaps again by following step 3. 6. Finally check for the WIFI_VAP_PERCENT_UP marker value contains correct value for the mesh backhaul vaps 13 and 14 as per the changed enable value in /rdklogs/logs/wifihealth.txt file. 7. If the marker doesn't contain the enable value as per the change , then issue is reproduced. Risks: Low Priority: P2 Change-Id: Id4a3c589b691b9177ac24fdbd14d19decadcc941 Signed-off-by:[email protected]
- Loading branch information