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

Commit bae3b1a

Browse files
committed
Removed TODO
(cherry picked from commit 010de8f)
1 parent 8e31f7d commit bae3b1a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ public TcTransferFrame(byte[] frame, IntFunction<Boolean> segmented, boolean fec
208208

209209
virtualChannelId = (short) ((twoOctets & (short) 0xFC00) >> 10);
210210

211-
// At this stage, you know if the TC frame has segmentation active (only if not BC: TODO: check)
211+
// At this stage, you know if the TC frame has segmentation active (only if not BC)
212212
this.segmented = getFrameType() != FrameType.BC && segmented.apply(virtualChannelId);
213213

214214
// 4.1.2.7.2

0 commit comments

Comments
 (0)