You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
M-ACL: switch from UnsupportedAccess to AccessRestricted (project-chip#35263)
* Implement new AccessRestricted error code
* [NXP][Zephyr] Provide AP band in connection request parameters (project-chip#35181)
Signed-off-by: Axel Le Bourhis <axel.lebourhis@nxp.com>
* added missed ERROR_CODES.md update
* fixed build issue
* restyled
* fix return type in CodegenDataModelProvider_Write.cpp
* fix review comments
---------
Signed-off-by: Axel Le Bourhis <axel.lebourhis@nxp.com>
Co-authored-by: Axel Le Bourhis <45206070+axelnxp@users.noreply.github.com>
TestStep(4, "For each entry in ARL, iterate over each restriction and attempt access the restriction's ID on the Endpoint and Cluster in the ARL entry.",
76
-
"If the restriction is Type AttributeAccessForbidden, read the restriction's attribute ID and verify the response is UNSUPPORTED_ACCESS."
77
-
"If the restriction is Type AttributeWriteForbidden, write restriction's the attribute ID and verify the response is UNSUPPORTED_ACCESS."
78
-
"If the restriction is Type CommandForbidden, invoke the restriction's command ID and verify the response is UNSUPPORTED_ACCESS."),
76
+
"If the restriction is Type AttributeAccessForbidden, read the restriction's attribute ID and verify the response is ACCESS_RESTRICTED."
77
+
"If the restriction is Type AttributeWriteForbidden, write restriction's the attribute ID and verify the response is ACCESS_RESTRICTED."
78
+
"If the restriction is Type CommandForbidden, invoke the restriction's command ID and verify the response is ACCESS_RESTRICTED."),
0 commit comments