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

Add support for SUBSCRIBE_EVENT_TYPES #2799

Merged
merged 1 commit into from
Sep 11, 2024

Conversation

steven-bellock
Copy link
Contributor

Signed-off-by: Steven Bellock [email protected]

@steven-bellock steven-bellock force-pushed the subscribe_events branch 3 times, most recently from 5657dc4 to a9a26fd Compare August 9, 2024 22:04
@steven-bellock steven-bellock marked this pull request as ready for review August 14, 2024 19:20
@steven-bellock
Copy link
Contributor Author

I will add support for the key exchange EventAllPolicy in a subsequent pull request.

response_size, response);
}
} else {
if (request_size < (sizeof(spdm_message_header_t) + sizeof(uint32_t))) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sizeof(spdm_message_header_t) + sizeof(uint32_t) can be sizeof(spdm_subscribe_event_types_request_t)

@jyao1 jyao1 merged commit ad13387 into DMTF:main Sep 11, 2024
97 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants