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

Cleanup status element in IM #5721

Merged

Conversation

yunhanw-google
Copy link
Contributor

@yunhanw-google yunhanw-google commented Mar 31, 2021

Summary of Changes:

-- Remove extra protocolcode typo in EncodeStatusElement(aGeneralCode, aProtocolId.ToFullyQualifiedSpecForm(), aProtocolCode, aProtocolCode)
-- Replace aGeneralCode with chip::Protocols::SecureChannel::GeneralStatusCode.
-- Remove extra status code insertion in command sender since status
code is only present for command handler.

fixed #5494 #5547 #5756

@mspang
Copy link
Contributor

mspang commented Apr 1, 2021

Needs restyle

@yunhanw-google yunhanw-google force-pushed the bug/cleanup_status_code branch from 9968a61 to dc59a49 Compare April 1, 2021 17:36
-- Remove extra protocolcode typo in EncodeStatusElement(aGeneralCode, aProtocolId.ToFullyQualifiedSpecForm(), aProtocolCode, aProtocolCode)
-- Replace aGeneralCode with chip::Protocols::SecureChannel::GeneralStatusCode.
-- Remove extra status code insertion in command sender since status
code is only present for command handler.

fixed project-chip#5494 project-chip#5547 project-chip#5756
@yunhanw-google yunhanw-google force-pushed the bug/cleanup_status_code branch from dc59a49 to 783dc0f Compare April 1, 2021 17:38
@yunhanw-google
Copy link
Contributor Author

@msandstedt msandstedt merged commit ea6dbf6 into project-chip:master Apr 2, 2021
jimlyall-q pushed a commit to jimlyall-q/connectedhomeip that referenced this pull request Apr 13, 2021
-- Remove extra protocolcode typo in EncodeStatusElement(aGeneralCode, aProtocolId.ToFullyQualifiedSpecForm(), aProtocolCode, aProtocolCode)
-- Replace aGeneralCode with chip::Protocols::SecureChannel::GeneralStatusCode.
-- Remove extra status code insertion in command sender since status
code is only present for command handler.

fixed project-chip#5494 project-chip#5547 project-chip#5756
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove the extra Protocol code typo in AddStatusCode in
5 participants