-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
[ICD] Finish ICDM server refactor #30703
[ICD] Finish ICDM server refactor #30703
Conversation
src/app/clusters/icd-management-server/icd-management-server.cpp
Outdated
Show resolved
Hide resolved
PR #30703: Size comparison from ba504e3 to 58ab5b2 Decreases (1 build for telink)
Full report (72 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
|
d640325
to
5244958
Compare
PR #30703: Size comparison from b379158 to 5244958 Decreases (1 build for telink)
Full report (72 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
|
@@ -188,6 +188,30 @@ class IcdManagementFabricDelegate : public FabricTable::Delegate | |||
IcdManagementFabricDelegate gFabricDelegate; | |||
IcdManagementAttributeAccess gAttribute; | |||
|
|||
/** | |||
* @brief Function checks if the client as admin permissions to the cluster in the commandPath |
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.
"has admin", no?
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.
Yes, I'll open the pr to fix 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.
pr is open #30848
Description
Finishes the ICDM server refactor that was started in the #30618
fixes #30631
Tests
PR doesn't do any functionnal changes.
Using CI to validate no regressions where caused.