Continue CFDP handlers #90

Merged
muellerr merged 34 commits from continue_cfdp_handlers into main 2024-01-29 23:42:04 +01:00
Owner
No description provided.
muellerr added 3 commits 2023-12-06 18:10:14 +01:00
continue CFDP handlers
Some checks failed
Rust/sat-rs/pipeline/head There was a failure building this commit
f7f1017fed
well this is annoying..
Some checks failed
Rust/sat-rs/pipeline/head There was a failure building this commit
Rust/sat-rs/pipeline/pr-main There was a failure building this commit
da8858eae0
muellerr added 1 commit 2023-12-06 18:24:59 +01:00
let's try the new spacepackets version
Some checks failed
Rust/sat-rs/pipeline/pr-main There was a failure building this commit
f6d2cfa042
muellerr added 1 commit 2023-12-06 19:59:36 +01:00
that will be a lot of API changes
Some checks failed
Rust/sat-rs/pipeline/pr-main There was a failure building this commit
0b81198c03
muellerr added 1 commit 2023-12-07 13:29:31 +01:00
bumped spacepackets
Some checks failed
Rust/sat-rs/pipeline/pr-main There was a failure building this commit
774d9b5961
muellerr added 1 commit 2023-12-07 14:05:56 +01:00
another spacepackets update
Some checks failed
Rust/sat-rs/pipeline/pr-main There was a failure building this commit
51d3c9b6e8
muellerr added 1 commit 2023-12-13 15:15:28 +01:00
come on, neotest..
Some checks failed
Rust/sat-rs/pipeline/pr-main There was a failure building this commit
c766ab2d71
muellerr added 2 commits 2023-12-13 15:49:32 +01:00
the check finally works again
Some checks failed
Rust/sat-rs/pipeline/pr-main There was a failure building this commit
bd6e1637e4
muellerr added 1 commit 2023-12-13 18:55:33 +01:00
make it compile again
Some checks failed
Rust/sat-rs/pipeline/pr-main There was a failure building this commit
1b1bef2958
muellerr added 1 commit 2023-12-14 00:29:17 +01:00
this works better apparently
Some checks failed
Rust/sat-rs/pipeline/pr-main There was a failure building this commit
0ecb718416
muellerr added 1 commit 2023-12-14 12:10:27 +01:00
add check limit handling
Some checks failed
Rust/sat-rs/pipeline/pr-main There was a failure building this commit
fbd05a4a25
muellerr added 1 commit 2023-12-14 12:17:19 +01:00
fix tests
Some checks failed
Rust/sat-rs/pipeline/pr-main There was a failure building this commit
7615729af9
muellerr added 1 commit 2023-12-14 12:27:40 +01:00
some improvements
Some checks failed
Rust/sat-rs/pipeline/pr-main There was a failure building this commit
4e81fd2e16
muellerr added 1 commit 2023-12-14 14:22:54 +01:00
cargo fmt
Some checks failed
Rust/sat-rs/pipeline/pr-main There was a failure building this commit
37c2f72cbc
muellerr added 1 commit 2023-12-15 13:49:30 +01:00
cleaned up tests
Some checks failed
Rust/sat-rs/pipeline/pr-main There was a failure building this commit
27c5e4d14e
muellerr added 1 commit 2023-12-15 15:30:52 +01:00
mocking the check timer is tricky
Some checks failed
Rust/sat-rs/pipeline/pr-main There was a failure building this commit
9605dbb13a
muellerr added 1 commit 2023-12-15 16:08:49 +01:00
first test for check limit handling
Some checks failed
Rust/sat-rs/pipeline/pr-main There was a failure building this commit
2f07fdfe83
muellerr added 1 commit 2023-12-15 16:10:57 +01:00
the file store still required alloc
Some checks failed
Rust/sat-rs/pipeline/pr-main There was a failure building this commit
28a8b18329
muellerr added 1 commit 2023-12-15 17:18:36 +01:00
improve CFDP tests
Some checks failed
Rust/sat-rs/pipeline/pr-main There was a failure building this commit
7e8be538e0
muellerr added 1 commit 2023-12-15 17:21:36 +01:00
only allow CFDP for alloc for now
All checks were successful
Rust/sat-rs/pipeline/pr-main This commit looks good
7f301a0771
muellerr added 1 commit 2023-12-18 15:28:25 +01:00
add test for reached check limit
All checks were successful
Rust/sat-rs/pipeline/pr-main This commit looks good
620ffbb131
muellerr added 1 commit 2023-12-18 16:16:39 +01:00
verify fault handling correctness
All checks were successful
Rust/sat-rs/pipeline/pr-main This commit looks good
42cb3f7e6b
muellerr added 1 commit 2023-12-18 16:26:38 +01:00
added some docs
All checks were successful
Rust/sat-rs/pipeline/pr-main This commit looks good
71ce43eca6
muellerr added 1 commit 2023-12-18 17:08:28 +01:00
more docs
All checks were successful
Rust/sat-rs/pipeline/pr-main This commit looks good
303a9ab581
muellerr added 1 commit 2023-12-22 14:09:05 +01:00
extend remote cfg fields
All checks were successful
Rust/sat-rs/pipeline/pr-main This commit looks good
4cf96ce0d5
muellerr added 1 commit 2023-12-22 19:25:00 +01:00
rework timer and packet send handling
All checks were successful
Rust/sat-rs/pipeline/pr-main This commit looks good
7776847364
muellerr added 1 commit 2023-12-22 19:41:05 +01:00
add some documentation and other improvements
All checks were successful
Rust/sat-rs/pipeline/pr-main This commit looks good
c5054c323e
muellerr added 1 commit 2023-12-22 19:42:22 +01:00
typo
All checks were successful
Rust/sat-rs/pipeline/pr-main This commit looks good
c2bd862ba4
muellerr added 1 commit 2024-01-23 16:54:40 +01:00
Merge branch 'main' into continue_cfdp_handlers
All checks were successful
Rust/sat-rs/pipeline/pr-main This commit looks good
1d19530349
muellerr changed title from WIP: Continue CFDP handlers to Continue CFDP handlers 2024-01-23 16:55:13 +01:00
muellerr added 1 commit 2024-01-23 18:43:30 +01:00
add test for requested closure
Some checks failed
Rust/sat-rs/pipeline/pr-main There was a failure building this commit
d8acaaf580
muellerr added 1 commit 2024-01-23 19:43:54 +01:00
verified first finished PDU success
All checks were successful
Rust/sat-rs/pipeline/pr-main This commit looks good
48b8c6891a
muellerr added this to the satrs v0.1.0 milestone 2024-01-24 23:12:25 +01:00
muellerr added 1 commit 2024-01-29 23:36:32 +01:00
let's finish this PR for now
All checks were successful
Rust/sat-rs/pipeline/pr-main This commit looks good
bf97a03730
muellerr merged commit 0681f5847e into main 2024-01-29 23:42:04 +01:00
muellerr deleted branch continue_cfdp_handlers 2024-01-29 23:42:04 +01:00
Sign in to join this conversation.
No description provided.