Skip to content
This repository was archived by the owner on Sep 1, 2024. It is now read-only.

Commit c2af744

Browse files
committed
Fix issue with the use of segmentation with TC frames (wrong sequence flag)
(cherry picked from commit 4ba2efc)
1 parent ed9cb39 commit c2af744

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

eu.dariolucia.ccsds.tmtc/src/main/java/eu/dariolucia/ccsds/tmtc/datalink/pdu/TcTransferFrame.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -134,14 +134,14 @@ public enum ControlCommandType {
134134
* The meaning of the sequence flag in case of TC segment service.
135135
*/
136136
public enum SequenceFlagType {
137-
/**
138-
* First block
139-
*/
140-
FIRST,
141137
/**
142138
* Continuation block
143139
*/
144140
CONTINUE,
141+
/**
142+
* First block
143+
*/
144+
FIRST,
145145
/**
146146
* Last block
147147
*/

0 commit comments

Comments
 (0)