Skip to content
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

RDKB-57769: wifi tr181 to mlo configuration #211

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

yaninahusarevych
Copy link
Contributor

Reason for change: Implement the following tr181's to support configuration of mlo params, these need to be added under Device.WiFi.AccessPoint:
mld_enable
mld_id
mld_link_id
mld_addr
mld_apply
corresponding to:
RDK_VENDOR_ATTR_MLD_ENABLE
RDK_VENDOR_ATTR_MLD_ID
RKD_VENDOR_ATTR_MLD_LINK_ID
RDK_VENDOR_ATTR_MLD_MAC
RDK_VENDOR_ATTR_MLD_CONFIG_APPLY
Test Procedure: mld_enable - true for mlo, false for slo mld_id - should be from 0 to 7 from private through mesh mld_link_id - link id of vap
mld_addr - should be bssid of vap for slo, should be bssid of first vap of the group in an mlo. mld_apply - should be 1 for the last vap in a group Priority: P1
Risks: high

Reason for change: Implement the following tr181's to support configuration
of mlo params, these need to be added under Device.WiFi.AccessPoint:
	mld_enable
	mld_id
	mld_link_id
	mld_addr
	mld_apply
corresponding to:
	RDK_VENDOR_ATTR_MLD_ENABLE
	RDK_VENDOR_ATTR_MLD_ID
	RKD_VENDOR_ATTR_MLD_LINK_ID
	RDK_VENDOR_ATTR_MLD_MAC
	RDK_VENDOR_ATTR_MLD_CONFIG_APPLY
Test Procedure: mld_enable - true for mlo, false for slo
mld_id - should be from 0 to 7 from private through mesh
mld_link_id - link id of vap
mld_addr - should be bssid of vap for slo, should be bssid of first vap of the group in an mlo.
mld_apply - should be 1 for the last vap in a group
Priority: P1
Risks: high

Signed-off-by: yaninahusarevych <[email protected]>
@gsathish86
Copy link
Contributor

@yaninahusarevych
If possible, could you attach UT results for those TR181 params.

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