From 498137d7117f509c00c74f3f2cddfa7f9ffdd63c Mon Sep 17 00:00:00 2001 From: MothiShree Date: Fri, 8 May 2026 13:19:30 +0530 Subject: [PATCH] RDKB-64671: WiFi Client report enable on Harvester report TR181 parameter is not working Reason for change: Unable to get the harvester's rfc value once it is set. Test Procedure: Try to set the dmcli as true and test whether it perists dmcli eRT setv Device.WiFi.X_RDKCENTRAL-COM_Report.WifiClient.Enabled bool true Priority: P1 Risks: Low Signed-off-by: mothishree_mallaiyanjothimani@comcast.com --- source/dml/dml_webconfig/dml_onewifi_api.c | 1 - 1 file changed, 1 deletion(-) diff --git a/source/dml/dml_webconfig/dml_onewifi_api.c b/source/dml/dml_webconfig/dml_onewifi_api.c index 7f2cc3327..41ff79622 100644 --- a/source/dml/dml_webconfig/dml_onewifi_api.c +++ b/source/dml/dml_webconfig/dml_onewifi_api.c @@ -1756,7 +1756,6 @@ int push_harvester_dml_cache_to_one_wifidb() wifi_util_info_print(WIFI_DMCLI, "%s: Harvester DML cache pushed to queue \n", __FUNCTION__); //Rest to default value since instant measurement enable is triggered successfully - webconfig_dml.harvester.b_inst_client_enabled = webconfig_dml.config.global_parameters.inst_wifi_client_enabled; webconfig_dml.harvester.u_inst_client_reporting_period = webconfig_dml.config.global_parameters.inst_wifi_client_reporting_period; webconfig_dml.harvester.u_inst_client_def_reporting_period = webconfig_dml.config.global_parameters.inst_wifi_client_def_reporting_period; webconfig_dml.harvester.u_inst_client_def_override_ttl = 0;