Skip to content

RDKB-62903 TCM RFC update request - configuration by VAP#1105

Draft
Sneha3821 wants to merge 6 commits intordkcentral:developfrom
Sneha3821:tcm_dm_per_vap
Draft

RDKB-62903 TCM RFC update request - configuration by VAP#1105
Sneha3821 wants to merge 6 commits intordkcentral:developfrom
Sneha3821:tcm_dm_per_vap

Conversation

@Sneha3821
Copy link
Copy Markdown
Contributor

RDKB-62903 - TCM RFC update request - configuration by VAP
Reason For Change : TCM RFC is configured at Device.WiFi.Tcm and applies to all VAPs.

Test Procedure: Enable TCM RFC per VAP via DMCLI, verify the update in OVSDB, and confirm TCM logic execution through logs.

dmcli eRT getv Device.WiFi.Tcm
dmcli eRT setv Device.WiFi.Tcm bool true
dmcli eRT getv Device.WiFi.TCM.Open2G
dmcli eRT getv Device.WiFi.TCM.Open5G ``dmcli eRT getv Device.WiFi.TCM.Open6G
dmcli eRT getv Device.WiFi.TCM.Secure2G
dmcli eRT getv Device.WiFi.TCM.Secure5G
dmcli eRT getv Device.WiFi.TCM.Secure6G
/usr/opensync/tools/ovsh s Wifi_Rfc_Config -c -d wifi
/nvram/wifiTCMDbg
wifiTransientClientMgmtCtrl

Priority: P1
Risks: Low
Signed-off-by: Sneha Kannan , [email protected]

@Sneha3821 Sneha3821 requested a review from a team as a code owner May 4, 2026 10:14
@Sneha3821 Sneha3821 requested review from Copilot and gsathish86 May 4, 2026 10:14
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR adjusts the initialization flow for WiFi DB RFC configuration handling, specifically changing when the dbwritten flag is set during init_wifidb_data() while performing RFC config migration/update logic (TCM per-VAP related).

Changes:

  • Moves dbwritten = true to later in the non-factory-reset initialization path, after potential RFC config update.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread source/db/wifi_db_apis.c Outdated
@Sneha3821 Sneha3821 marked this pull request as draft May 4, 2026 11:26
Co-authored-by: Copilot Autofix powered by AI <[email protected]>
@Sneha3821 Sneha3821 marked this pull request as ready for review May 4, 2026 12:29
Copilot AI review requested due to automatic review settings May 4, 2026 12:29
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 1 out of 1 changed files in this pull request and generated 1 comment.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread source/db/wifi_db_apis.c
Comment on lines 8365 to 8368
}
else {
dbwritten = true;
if (wifidb_get_rfc_config(0,rfc_param) != 0) {
wifi_util_error_print(WIFI_DB,"%s:%d: Error getting RFC config\n",__func__, __LINE__);
@Sneha3821 Sneha3821 marked this pull request as draft May 5, 2026 06:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants