BCOMB-3166: MLO runtime reconfiguration#891
Open
stanislavkuchar2 wants to merge 3 commits intordkcentral:mainfrom
Open
BCOMB-3166: MLO runtime reconfiguration#891stanislavkuchar2 wants to merge 3 commits intordkcentral:mainfrom
stanislavkuchar2 wants to merge 3 commits intordkcentral:mainfrom
Conversation
Reason for change: Runtime MLO reconfiguration requires regeneration of MLD_Addr according to the new configuration received in runtime. Test Procedure: - Perform runtime change of MLO configuration (change of main link) via TR-181 Data Model and check if MLO address is correctly generated for MLO VAPs - Check wifi connectivity with focus on MLO. Risks: Low Priority: P1 Signed-off-by: Stanislav Kuchar <stanislav.kuchar@gmail.com> Co-authored-by: Narendra Varma Dandu <narendandu@gmail.com>
…ral#762) The problem: mld address change was detected also on non mld enabled VAPs Test Procedure: - Mesh_backhaul connectivity is not loosing when we change the ssid - Perform runtime change of MLO configuration (change of main link) via TR-181 Data Model and check if MLO address is correctly generated for MLO VAPs - Check wifi connectivity with focus on MLO. Risks: Low Priority: P1 Signed-off-by: Stanislav Kuchar <stanislav.kuchar@gmail.com> Co-authored-by: Narendra Varma Dandu <narendandu@gmail.com>
…y one link. (rdkcentral#794) Reason for change: MLD needs to be disabled when main link (link_ID = 0) is being disabled MLD needs to be disabled when it contains only one link (MLD needs at least two links) Test Procedure: Disable the main link with TR-181 DataModel and check MLO configuration in the driver and check MLO connection details of the connected station. Disable two links with TR-181 DataModel and check MLO configuration in the driver and check MLO connection details of the connected station. Risks: Low Priority: P1 Signed-off-by: Stanislav Kuchar <stanislav.kuchar@gmail.com> Co-authored-by: Narendra Varma Dandu <narendandu@gmail.com>
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.
BCOMB-3166: MLO runtime reconfiguration (rdkcentral/rdk-wifi-hal#498)
Reason for change:
Introduce possibility of runtime MLO re-configuration (adding/removing MLO links).
Test Procedure:
Perform MLO configuration changes and check MLO configuration in the driver and check MLO connection details of the connected station.
Risks: Low
Priority: P1