Commit 3d47823
committed
pldm-platform: Fix oem_file_classification_name
The length field is now omitted entirely when oem_classification is set
to 0. Previously in that case length was included and set to zero, which
is not the correct message format.
The name field is renamed from oem_file_name to
oem_file_classification_name, and is now an Option.
Signed-off-by: Matt Johnston <[email protected]>1 parent ac1eac4 commit 3d47823
2 files changed
+18
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
192 | 192 | | |
193 | 193 | | |
194 | 194 | | |
195 | | - | |
| 195 | + | |
196 | 196 | | |
197 | 197 | | |
198 | 198 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
739 | 739 | | |
740 | 740 | | |
741 | 741 | | |
| 742 | + | |
| 743 | + | |
| 744 | + | |
| 745 | + | |
742 | 746 | | |
743 | 747 | | |
744 | 748 | | |
| |||
754 | 758 | | |
755 | 759 | | |
756 | 760 | | |
757 | | - | |
| 761 | + | |
| 762 | + | |
| 763 | + | |
| 764 | + | |
| 765 | + | |
758 | 766 | | |
759 | | - | |
| 767 | + | |
| 768 | + | |
760 | 769 | | |
761 | | - | |
| 770 | + | |
| 771 | + | |
| 772 | + | |
| 773 | + | |
| 774 | + | |
762 | 775 | | |
763 | | - | |
| 776 | + | |
764 | 777 | | |
0 commit comments