RDKCOM-5542: RDKBWIFI-334 Channel Scan Report not generated properly#924
Open
Sangeetha-selvaraj18 wants to merge 2 commits intordkcentral:developfrom
Open
RDKCOM-5542: RDKBWIFI-334 Channel Scan Report not generated properly#924Sangeetha-selvaraj18 wants to merge 2 commits intordkcentral:developfrom
Sangeetha-selvaraj18 wants to merge 2 commits intordkcentral:developfrom
Conversation
Author
|
@narendradandu Can you please review the One Wifi Changes and approve? |
Contributor
There was a problem hiding this comment.
Pull request overview
Fixes EasyMesh channel scan reporting so that SELECT-channel scans use the controller-requested operating class/channel set rather than falling back to an unintended FULL scan or mismatched op-class/channel combinations.
Changes:
- Removes operating-class validation against the radio’s current operating class when building the channel list for a scan request.
- Populates the scan channel list from the controller-provided request data for SELECT-channel scans.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
ea4b3b2 to
eac6f3c
Compare
eac6f3c to
42ce7ee
Compare
Currently, Channel Scan report was generating a FULL Scan report or for wrong Op class and Channel combination. Changed behaviour: Channel Scan report will be generated only the for the Op class and Channel that controller requested for that respective radio with SELECT Mode channel scan option. Signed-off-by: Sangeetha <sangeetha.s1@tataelxsi.co.in>
42ce7ee to
54601ef
Compare
Contributor
|
Internal comcast builds verified by https://gerrit.teamccp.com/#/c/950130/ |
narendradandu
approved these changes
Mar 12, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Currently, Channel Scan report was generating a FULL Scan report or for wrong Op class and Channel combination.
Changed behaviour:
Channel Scan report will be generated only the for the Op class and Channel that controller requested for that respective radio with SELECT Mode channel scan option.