-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Fix AdministratorFabricIndex Max value allowed #40179 #40688
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
base: master
Are you sure you want to change the base?
Fix AdministratorFabricIndex Max value allowed #40179 #40688
Conversation
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.
Code Review
The change to update the maximum value for AdministratorFabricIndex
to 254 is correct and aligns with the specification. I've added one comment pointing out a related test description that should also be updated for consistency.
PR #40688: Size comparison from a2a07d4 to f1b6f71 Full report (6 builds for cc32xx, nrfconnect, realtek, stm32)
|
PR #40688: Size comparison from a2a07d4 to 7b5fc5e Full report (37 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, efr32, esp32, nrfconnect, nxp, psoc6, qpg, realtek, stm32, telink)
|
PR #40688: Size comparison from 233d3f7 to 0abe0c7 Full report (37 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, efr32, esp32, nrfconnect, nxp, psoc6, qpg, realtek, stm32, telink)
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #40688 +/- ##
=======================================
Coverage 50.78% 50.78%
=======================================
Files 1358 1358
Lines 99477 99477
Branches 12877 12877
=======================================
Hits 50521 50521
Misses 48956 48956 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
…nnectedhomeip into fix_adminindex_from_15_te1
PR #40688: Size comparison from 233d3f7 to b406b3e Full report (37 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, efr32, esp32, nrfconnect, nxp, psoc6, qpg, realtek, stm32, telink)
|
PR #40688: Size comparison from 233d3f7 to 4d764f7 Full report (37 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, efr32, esp32, nrfconnect, nxp, psoc6, qpg, realtek, stm32, telink)
|
PR #40688: Size comparison from 71aed77 to 6d52c4c Full report (37 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, efr32, esp32, nrfconnect, nxp, psoc6, qpg, realtek, stm32, telink)
|
Summary
The test script currently allows AdministratorFabricIndex = 255, but this is not spec-compliant.
Related issues
Fix: #40179
Testing
Local and CI