Skip to content
This repository has been archived by the owner on Aug 19, 2024. It is now read-only.

Base.h transfer_resp_flag enum values are incorrect #1

Open
jmc5113 opened this issue May 31, 2023 · 0 comments
Open

Base.h transfer_resp_flag enum values are incorrect #1

jmc5113 opened this issue May 31, 2023 · 0 comments

Comments

@jmc5113
Copy link

jmc5113 commented May 31, 2023

enum transfer_resp_flag {
PLDM_START = 0x01,
PLDM_MIDDLE = 0x02,
PLDM_END = 0x04,
PLDM_START_AND_END = 0x05,
};

These are defined in the PLDM PMC spec as

start = 0
middle = 1

end = 4
start_and_end = 5

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant