Skip to content

Commit fde472b

Browse files
Cameron-Sykesdzbaker
authored andcommitted
Fix #32, Add explicit padding to LC commands that cause errors
1 parent 809574a commit fde472b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

eds/LC.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -284,6 +284,7 @@
284284
<ContainerDataType name="SetLCState_Payload" shortDescription="Modify PDU file size command structure">
285285
<EntryList>
286286
<Entry name="NewLCState" type="BASE_TYPES/uint16" shortDescription="New LC application state" />
287+
<PaddingEntry sizeInBits="16" shortDescription="32-bit alignment"/>
287288
</EntryList>
288289
</ContainerDataType>
289290

@@ -304,6 +305,7 @@
304305
<ContainerDataType name="ResetAPStats_Payload" shortDescription="Reset AP (Actionpoint) Statistics">
305306
<EntryList>
306307
<Entry name="APNumber" type="BASE_TYPES/uint16" shortDescription="Which actionpoint to change" />
308+
<PaddingEntry sizeInBits="16" shortDescription="Padding for 32-bit alignment"/>
307309
</EntryList>
308310
</ContainerDataType>
309311

0 commit comments

Comments
 (0)