Skip to content

Commit

Permalink
remove warnings from apid 896
Browse files Browse the repository at this point in the history
  • Loading branch information
laspsandoval committed Mar 18, 2024
1 parent 2494a6b commit aa3ced5
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions imap_processing/ultra/packet_definitions/ULTRA_SCI_COMBINED.xml
Original file line number Diff line number Diff line change
Expand Up @@ -166,9 +166,12 @@
<xtce:BinaryDataEncoding>
<xtce:SizeInBits>
<xtce:DynamicValue>
<xtce:ParameterInstanceRef parameterRef="COUNT"/>
<!--Equation: (COUNT)*166 -->
<xtce:LinearAdjustment intercept="0" slope="166"/>
<xtce:ParameterInstanceRef parameterRef="PKT_LEN"/>
<!--Explanation: fixed length data (including the header) is 72bits (32+8+8+1+15+8). -->
<!-- PKT_LEN field counts from 0-->
<!--8 * (PKT_LEN + 1) - 72-->
<!--Equation: 8 * PKT_LEN - 64 -->
<xtce:LinearAdjustment intercept="-64" slope="8"/>
</xtce:DynamicValue>
</xtce:SizeInBits>
</xtce:BinaryDataEncoding>
Expand Down Expand Up @@ -398,7 +401,7 @@
<!-- End metadata -->
<xtce:ContainerSet>
<!--CCSDS Header Elements-->
<xtce:SequenceContainer name="CCSDSPacket">
<xtce:SequenceContainer name="CCSDSPacket" abstract="true">
<xtce:EntryList>
<xtce:ParameterRefEntry parameterRef="VERSION" />
<xtce:ParameterRefEntry parameterRef="TYPE" />
Expand Down

0 comments on commit aa3ced5

Please sign in to comment.