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

Admin Commissioning Cluster status codes are not spec compliant #21887

Closed
tcarmelveilleux opened this issue Aug 15, 2022 · 0 comments · Fixed by #21890
Closed

Admin Commissioning Cluster status codes are not spec compliant #21887

tcarmelveilleux opened this issue Aug 15, 2022 · 0 comments · Fixed by #21890
Assignees
Labels
request cert blocker spec Mismatch between spec and implementation V1.0

Comments

@tcarmelveilleux
Copy link
Contributor

Problem

Since https://github.com/CHIP-Specifications/connectedhomeip-spec/pull/5330, status codes for Admin Commissioning cluster have been increased by 1. SDK still uses the old version.

Proposed Solution

  • Fix the enum
@tcarmelveilleux tcarmelveilleux added spec Mismatch between spec and implementation looks_critical request cert blocker V1.0 labels Aug 15, 2022
@tcarmelveilleux tcarmelveilleux self-assigned this Aug 15, 2022
tcarmelveilleux added a commit to tcarmelveilleux/connectedhomeip that referenced this issue Aug 15, 2022
- Enum of cluster custom codes was not following spec
- This PR updates the enum values

Fixes project-chip#21887

Testing done:
- Unit tests still pass
- Cert tests still pass
woody-apple added a commit that referenced this issue Aug 16, 2022
* Fix enums in admin commissioning cluster

- Enum of cluster custom codes was not following spec
- This PR updates the enum values

Fixes #21887

Testing done:
- Unit tests still pass
- Cert tests still pass

* Update some tests to validate new codes

Co-authored-by: Justin Wood <[email protected]>
woody-apple added a commit that referenced this issue Aug 16, 2022
* Fix enums in admin commissioning cluster

- Enum of cluster custom codes was not following spec
- This PR updates the enum values

Fixes #21887

Testing done:
- Unit tests still pass
- Cert tests still pass

* Update some tests to validate new codes

Co-authored-by: Justin Wood <[email protected]>
isiu-apple pushed a commit to isiu-apple/connectedhomeip that referenced this issue Sep 16, 2022
* Fix enums in admin commissioning cluster

- Enum of cluster custom codes was not following spec
- This PR updates the enum values

Fixes project-chip#21887

Testing done:
- Unit tests still pass
- Cert tests still pass

* Update some tests to validate new codes

Co-authored-by: Justin Wood <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
request cert blocker spec Mismatch between spec and implementation V1.0
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant