Continue CFDP handlers #90

Merged
muellerr merged 34 commits from continue_cfdp_handlers into main 2024-01-29 23:42:04 +01:00
Showing only changes of commit bf97a03730 - Show all commits

View File

@ -1592,4 +1592,9 @@ mod tests {
let sent_pdu = test_obj.pdu_sender.retrieve_next_pdu().unwrap();
check_finished_pdu_success(&sent_pdu);
}
#[test]
fn test_file_transfer_with_closure_check_limit_reached() {
// TODO: Implement test.
}
}