-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sync changes from stable2 for RDKB-52629, RDKB-57909, RDKB-58155, RDKB-57656, XER5-1511 #108
Sync changes from stable2 for RDKB-52629, RDKB-57909, RDKB-58155, RDKB-57656, XER5-1511 #108
Conversation
Reason for change: Added a change to differentiate pod mac from xle mac connected to XB. Test Procedure: Connect pods and XLE to XB and check the output of MeshAgent log for every 12 hrs for the below logs. XLE_BACKHAUL_MAC Risks: Low Priority: P2 Signed-off-by: yaninahusarevych <[email protected]>
Impacted Platforms: All RDKB platforms. Reason for change: No existing condition to check the status of the client. Test Procedure: 1. Boot up the TCH XB8 with above mentioned build 2. Enable the Onewifi SM feature & also enable the SM debug using the following command • dmcli eRT setv Device.DeviceInfo.X_RDKCENTRAL-COM_RFC.Feature.SM_APP.Disable bool false • Touch /nvram/wifiSM 3. Connect client & check for the client connect status in the /tmp/wifiSM log Risks: Medium Priority: P1 Signed-off-by: yaninahusarevych <[email protected]>
Impacted Platforms: XB7, XB8 Reason for change: MgmtPower is reset sometime after reboot. Updating values for xfinity vaps sometime after reboot. Test Procedure: Set MgmtPower and reboot the device. Check if the same value persists 10-15 mins after reboot Risks: Low Priority:P1 Signed-off-by: yaninahusarevych <[email protected]>
Reason for change: wrong index causing force apply to fail on private 5G interface Test Procedure: execute dmcli eRT setv Device.WiFi.AccessPoint.2.ForceApply bool true and check if createvap is called in HAL logs. Risks: Low Priority:P1 Signed-off-by: yaninahusarevych <[email protected]>
Reason for change: Delete table mirror node properly. Test Procedure: 1) Load OneWifi Image. 2) Enable CSI. 3) Add CSI table entry. 4) Remove CSI table entry. Risks: Low Priority: P2 Signed-off-by: yaninahusarevych <[email protected]>
Reason for change: Adding missed vbvxer5 flags Test Procedure: Build should success. Risks: Medium Priority: P1 Signed-off-by: yaninahusarevych <[email protected]>
Yanina Husarevych seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account. You have signed the CLA already but the status is still pending? Let us recheck it. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove the commit RDKB-57543:[OneWifi] process crash when CSI entry is being deleted, this code is refactored.
…leted" This reverts commit a953aa2.
Reason for change: cppcheck reported memleak issues in OneWifi ccsp component. file,'source/dml/tr_181/sbapi/cosa_wifi_apis.c'. This fixes the memory leak by calling the free method appropriately before returning from a function call. Test Procedure: OneWifi process should up and running on the box. Risks: Low Priority: P1 Signed-off-by: ASAK <[email protected]> Signed-off-by: yaninahusarevych <[email protected]>
No description provided.