WIP: CFDP Router and CFDP Handlers #662

Closed
muellerr wants to merge 0 commits from mueller/cfdp-routers into development
Owner

Builds on top of #655

This PR introduces improvements and unittests for the TMTC routing stack of the FSFW.

It will also introduce the CFDP router component which will be able to route CFDP packet in both source to destination direction and vice-versa.

UPDATE: Change architecture to be similar to how PUS packets are handled: There is a distributor instead of a router which contains a list of valid CFDP entities which can received PDUs. These entities send their generated TM to an object implementing AcceptsTelemetryIF instead of sending them to the router.

UPDATE2: Oof, thats a large PR again. Will look into splitting it up a bit..

Builds on top of #655 This PR introduces improvements and unittests for the TMTC routing stack of the FSFW. It will also introduce the CFDP router component which will be able to route CFDP packet in both source to destination direction and vice-versa. UPDATE: Change architecture to be similar to how PUS packets are handled: There is a distributor instead of a router which contains a list of valid CFDP entities which can received PDUs. These entities send their generated TM to an object implementing `AcceptsTelemetryIF` instead of sending them to the router. UPDATE2: Oof, thats a large PR again. Will look into splitting it up a bit..
muellerr added 141 commits 2022-08-01 20:50:43 +02:00
fsfw/fsfw/pipeline/head There was a failure building this commit Details
d7a2eada94
add space packet creator class
fsfw/fsfw/pipeline/head This commit looks good Details
0c5f623780
additional ctor for space packet creator
fsfw/fsfw/pipeline/head This commit looks good Details
3c72a42ce1
added basic sp creator test
fsfw/fsfw/pipeline/head There was a failure building this commit Details
7e2fdc06cd
hmm this is problematic
fsfw/fsfw/pipeline/head There was a failure building this commit Details
e4d7182d93
update changelog
fsfw/fsfw/pipeline/head This commit looks good Details
ddf38b65c3
apply auto-formatter
fsfw/fsfw/pipeline/head This commit looks good Details
3d2af203f2
finished creator unittests
fsfw/fsfw/pipeline/head There was a failure building this commit Details
5fffbd4a90
start PUS TC refactoring
fsfw/fsfw/pipeline/head There was a failure building this commit Details
6c636661b6
a lot of refactoring
fsfw/fsfw/pipeline/head There was a failure building this commit Details
d80941514f
start refactoring PUS TM handling
fsfw/fsfw/pipeline/head There was a failure building this commit Details
9860061fc6
create new TmSendHelper
fsfw/fsfw/pipeline/head There was a failure building this commit Details
be35bd53a6
switched to new tmtc stack API
fsfw/fsfw/pipeline/head There was a failure building this commit Details
d8b6cb39ac
various bugfixes and improvements
fsfw/fsfw/pipeline/head There was a failure building this commit Details
fsfw/fsfw/pipeline/pr-development There was a failure building this commit Details
e5ee96259d
some fixes
fsfw/fsfw/pipeline/pr-development There was a failure building this commit Details
23f264096c
delete a few old classes
fsfw/fsfw/pipeline/pr-development There was a failure building this commit Details
08e0b0f1a0
added sp reader unittests
fsfw/fsfw/pipeline/pr-development There was a failure building this commit Details
5af3138e81
fnished PUS TC creator unittests
fsfw/fsfw/pipeline/pr-development There was a failure building this commit Details
61bc867bed
delete code which is not used anymore
fsfw/fsfw/pipeline/pr-development There was a failure building this commit Details
0981ee6f7e
minor changes, virtual dtors added
fsfw/fsfw/pipeline/pr-development This commit looks good Details
affde6bad5
rename namespace
fsfw/fsfw/pipeline/pr-development This commit looks good Details
0dfaba81f9
finished basic TC unittests
fsfw/fsfw/pipeline/pr-development This commit looks good Details
bfee4fd90a
add empty test files
fsfw/fsfw/pipeline/pr-development This commit looks good Details
67776241de
verify successfull TM serialization
fsfw/fsfw/pipeline/pr-development This commit looks good Details
9275ccb79b
added some missing implementations
fsfw/fsfw/pipeline/pr-development This commit looks good Details
f28b9ea61b
APID getter bugfix
fsfw/fsfw/pipeline/pr-development This commit looks good Details
cecaec6007
PUS TM creator tests done
fsfw/fsfw/pipeline/pr-development This commit looks good Details
2dfbce6174
start TM reader unittests
fsfw/fsfw/pipeline/pr-development This commit looks good Details
b350018cad
completed basic test set
fsfw/fsfw/pipeline/pr-development This commit looks good Details
cb05329dd9
completed baseline PUS TM unittests
fsfw/fsfw/pipeline/pr-development This commit looks good Details
133894f4ba
add basic CCSDS tests
fsfw/fsfw/pipeline/pr-development This commit looks good Details
f0c8fd2688
some renaming
fsfw/fsfw/pipeline/pr-development This commit looks good Details
4921527022
replace c include
fsfw/fsfw/pipeline/pr-development This commit looks good Details
63ee88af17
added base for tm store test
fsfw/fsfw/pipeline/pr-development This commit looks good Details
832367fb30
replace some API components with references
fsfw/fsfw/pipeline/pr-development This commit looks good Details
4989bd0f02
fixes for Linux OSAL clock
fsfw/fsfw/pipeline/pr-development This commit looks good Details
899d021e00
using uint32_t as store_address requires explicit cast
fsfw/fsfw/pipeline/pr-development This commit looks good Details
973d4ee8a5
some more ref replacements
fsfw/fsfw/pipeline/pr-development This commit looks good Details
e2ad37e3e6
more ref replacements
fsfw/fsfw/pipeline/head This commit looks good Details
fsfw/fsfw/pipeline/pr-development This commit looks good Details
2a34c831b1
use Be instead of Ne, which could be confused
fsfw/fsfw/pipeline/pr-development This commit looks good Details
180210dc38
Merge branch 'development' into mueller/expand-serialize-if
fsfw/fsfw/pipeline/pr-development This commit looks good Details
36e3956efb
finished tm store helper tests
fsfw/fsfw/pipeline/pr-development There was a failure building this commit Details
1a7d7b172b
set up new internal error reporter mock
fsfw/fsfw/pipeline/pr-development This commit looks good Details
380f1d0206
remove obsolete returns
fsfw/fsfw/pipeline/pr-development This commit looks good Details
f3af88ae40
add [[nodiscard]] and const specifiers
fsfw/fsfw/pipeline/pr-development This commit looks good Details
f80be9e9fa
run afmt
fsfw/fsfw/pipeline/pr-development There was a failure building this commit Details
5fd5d488ff
Merge remote-tracking branch 'origin/development' into mueller/refactor-tmtc-stack
fsfw/fsfw/pipeline/pr-development This commit looks good Details
8f07133e2c
Merge branch 'development' into mueller/expand-serialize-if
fsfw/fsfw/pipeline/pr-development There was a failure building this commit Details
6d0fa36f8a
cleaning up message queue mock and subscription API
fsfw/fsfw/pipeline/pr-development There was a failure building this commit Details
935e135f1c
normal queue sufficient
fsfw/fsfw/pipeline/pr-development There was a failure building this commit Details
a88f767cca
all tests running again
fsfw/fsfw/pipeline/pr-development There was a failure building this commit Details
586993c081
completed send helper tests
fsfw/fsfw/pipeline/pr-development There was a failure building this commit Details
c83f75c515
some more tests using TM send helper
fsfw/fsfw/pipeline/pr-development There was a failure building this commit Details
7d87274844
add old api but mark it deprecated
fsfw/fsfw/pipeline/pr-development There was a failure building this commit Details
6d00fc65c0
fix memory leak
fsfw/fsfw/pipeline/pr-development There was a failure building this commit Details
c12669fe50
this should fix the mmeory leak
fsfw/fsfw/pipeline/pr-development There was a failure building this commit Details
db33f9cc7e
maybe this teardown fixes the leak
fsfw/fsfw/pipeline/pr-development There was a failure building this commit Details
747243684d
more leaks
fsfw/fsfw/pipeline/pr-development This commit looks good Details
e48b6f1432
possible double delete
fsfw/fsfw/pipeline/pr-development There was a failure building this commit Details
bdf71d4e66
add new HasReturnvaluesIF features
fsfw/fsfw/pipeline/head There was a failure building this commit Details
b827bd8370
update HasReturnvaluesIF
1. Add new retval namespace which contains OK and FAIL returnvalue
2. Also contains makeCode constexpr function
3. Mark HasReturnvaluesIF::makeReturnCode deprecated

This prevents from having to implement an interface just to use a shorter
version of the general returnvalues. A namespace is better suited for this
I think
fsfw/fsfw/pipeline/head Build started... Details
fsfw/fsfw/pipeline/pr-development This commit looks good Details
88ebb67c8d
fix deprecation warnings
fsfw/fsfw/pipeline/pr-development There was a failure building this commit Details
4ed028000d
Merge branch 'mueller/expand-retval-if' into mueller/refactor-tmtc-stack
fsfw/fsfw/pipeline/pr-development This commit looks good Details
500a5602bd
added additional TM store and send helper
fsfw/fsfw/pipeline/pr-development This commit looks good Details
f1c37203a4
some more API improvements and replacements
fsfw/fsfw/pipeline/pr-development This commit looks good Details
75c824ec80
add new VerificationReporterIF
fsfw/fsfw/pipeline/pr-development This commit looks good Details
146a0e3828
created PSB mock
fsfw/fsfw/pipeline/pr-development This commit looks good Details
f14c812aff
removed some obsolete code
fsfw/fsfw/pipeline/pr-development There was a failure building this commit Details
d98b79cf5e
adapt PSB so it can be unittested properly
fsfw/fsfw/pipeline/pr-development This commit looks good Details
1954ce0ea4
default PUS receiver set automatically now
fsfw/fsfw/pipeline/pr-development This commit looks good Details
8bf0fb9885
test auto-initializers
fsfw/fsfw/pipeline/pr-development This commit looks good Details
152c01b2ec
psb unittests almost complete
fsfw/fsfw/pipeline/pr-development This commit looks good Details
681738dcc6
PSB unittests complete
fsfw/fsfw/pipeline/pr-development This commit looks good Details
e7d9979078
Merge branch 'development' into mueller/expand-serialize-if
fsfw/fsfw/pipeline/pr-development This commit looks good Details
9eb652e585
some printout fixes
fsfw/fsfw/pipeline/pr-development There was a failure building this commit Details
18ee2ab903
example compiles again
fsfw/fsfw/pipeline/pr-development There was a failure building this commit Details
064b195c75
some of the deprecation warnings run amok
fsfw/fsfw/pipeline/pr-development There was a failure building this commit Details
86692e202d
this gets rid of some warnings
fsfw/fsfw/pipeline/pr-development There was a failure building this commit Details
059fb10558
add helper methods to disable crc calculation
fsfw/fsfw/pipeline/pr-development There was a failure building this commit Details
740644f2c8
updates for PusDistributor
fsfw/fsfw/pipeline/pr-development There was a failure building this commit Details
c5ad9b5fa9
switch off debugging switches
fsfw/fsfw/pipeline/pr-development There was a failure building this commit Details
f591b9793c
pass timeReader to Pus ZC writer
fsfw/fsfw/pipeline/pr-development There was a failure building this commit Details
234ccdf764
send time stampers properly now
fsfw/fsfw/pipeline/pr-development There was a failure building this commit Details
0a38d2e22d
small bugfix
fsfw/fsfw/pipeline/pr-development There was a failure building this commit Details
356d778743
afmt
fsfw/fsfw/pipeline/pr-development There was a failure building this commit Details
4e571e5082
some more minor fixes
fsfw/fsfw/pipeline/pr-development There was a failure building this commit Details
d641d63531
set queue of tm send helper
fsfw/fsfw/pipeline/pr-development There was a failure building this commit Details
f03b7cd660
another bugfix in CSB
fsfw/fsfw/pipeline/pr-development There was a failure building this commit Details
7e8afcc12f
remove nullptr check
fsfw/fsfw/pipeline/pr-development This commit looks good Details
93acac02f5
tests running again
fsfw/fsfw/pipeline/pr-development This commit looks good Details
85dbef20b0
update serialize IF
fsfw/fsfw/pipeline/pr-development This commit looks good Details
5bb7023ff3
improvements for creator API
fsfw/fsfw/pipeline/pr-development This commit looks good Details
b485afea57
Simple SerializeIF adaptions
- Returns serialized or deserialized size
dc31358d52
adaption for SerializeIF
- Returns serialized and deserialized size now
fsfw/fsfw/pipeline/pr-development This commit looks good Details
b11cdf6184
update unittests
fsfw/fsfw/pipeline/pr-development This commit looks good Details
5355e63711
use result instead of retval
fsfw/fsfw/pipeline/pr-development This commit looks good Details
30ba9ab916
some more fixes
fsfw/fsfw/pipeline/pr-development There was a failure building this commit Details
cb118176a0
completed ZcWriter unittests
fsfw/fsfw/pipeline/pr-development This commit looks good Details
1b5fa2a8fa
test no crc generation
fsfw/fsfw/pipeline/pr-development This commit looks good Details
8f6f0e1d45
some more fail tests
fsfw/fsfw/pipeline/pr-development This commit looks good Details
fc3412fa35
set sec header flag and add unit test for it
fsfw/fsfw/pipeline/head This commit looks good Details
fsfw/fsfw/pipeline/pr-development This commit looks good Details
da106fd96f
do not use TC info for failed TC retrieval
fsfw/fsfw/pipeline/head This commit looks good Details
6c5bbfa080
some renaming
fsfw/fsfw/pipeline/head There was a failure building this commit Details
c9bec03f00
Merge branch 'mueller/expand-serialize-if' into mueller/new-object-id-type
fsfw/fsfw/pipeline/head Build started... Details
fsfw/fsfw/pipeline/pr-development This commit looks good Details
47e148af8f
decoupling
fsfw/fsfw/pipeline/pr-development This commit looks good Details
4a4d23573d
verify correct key behaviour
fsfw/fsfw/pipeline/head This commit looks good Details
f4beef8c9f
run auto-formatter
fsfw/fsfw/pipeline/head There was a failure building this commit Details
458fe460eb
TMTC Routing Refactoring
1. Make TcDistributor less powerful / more flexible and rename it to TcDistributorBase
2. Require AcceptsTelecommandsIF to have an abstract function returning the name
3. Allows the CCSDS distributor to remove the CCSDS header before rerouting. This is useful
for protocols like CFDP which are CCSDS agnostic.

WIP: Still need to implement the removal of the CCSDS header
fsfw/fsfw/pipeline/head There was a failure building this commit Details
4334106ad1
applied auto-formatter
fsfw/fsfw/pipeline/head This commit looks good Details
fsfw/fsfw/pipeline/pr-development This commit looks good Details
902a4bfa9c
unittests for TC and CCSDS distributor
muellerr added a new dependency 2022-08-01 20:51:11 +02:00
muellerr changed title from CFDP Routers to CFDP Router 2022-08-01 20:52:54 +02:00
muellerr added this to the v6.0.0 milestone 2022-08-01 20:54:57 +02:00
muellerr added 1 commit 2022-08-03 11:33:05 +02:00
fsfw/fsfw/pipeline/pr-development This commit looks good Details
a426aef7c7
add some more tests for CCSDS distributor
muellerr added 1 commit 2022-08-03 11:34:15 +02:00
fsfw/fsfw/pipeline/pr-development This commit looks good Details
b0c479cab9
remove some shadowing warnings
muellerr added 1 commit 2022-08-03 11:36:38 +02:00
fsfw/fsfw/pipeline/pr-development This commit looks good Details
df690b9628
some re-ordering
muellerr added 1 commit 2022-08-03 13:15:41 +02:00
fsfw/fsfw/pipeline/pr-development This commit looks good Details
60ea9a9a7c
clean up a few tests
muellerr added 1 commit 2022-08-03 13:23:32 +02:00
fsfw/fsfw/pipeline/pr-development This commit looks good Details
cc98512caf
use tags properly
muellerr added 1 commit 2022-08-03 13:34:38 +02:00
fsfw/fsfw/pipeline/pr-development This commit looks good Details
29bcaee196
some tests for new var len field
muellerr added 1 commit 2022-08-03 15:12:14 +02:00
fsfw/fsfw/pipeline/pr-development This commit looks good Details
b20e8a9679
continue new cfdp router
muellerr added 1 commit 2022-08-03 15:22:25 +02:00
fsfw/fsfw/pipeline/pr-development This commit looks good Details
7fb9e14555
better names for CFDP components
muellerr added 1 commit 2022-08-03 16:00:33 +02:00
fsfw/fsfw/pipeline/pr-development This commit looks good Details
acf5c2a56d
better names
muellerr added 1 commit 2022-08-03 18:14:35 +02:00
fsfw/fsfw/pipeline/pr-development This commit looks good Details
c6a7a0fec8
use distributor instead of router
muellerr added 1 commit 2022-08-03 18:17:50 +02:00
fsfw/fsfw/pipeline/pr-development This commit looks good Details
269a3052ca
added stubs for source and dest handler
muellerr added 1 commit 2022-08-08 12:31:11 +02:00
fsfw/fsfw/pipeline/pr-development This commit looks good Details
fdb0cc0e44
tweaks for CFDP distributor
muellerr added 1 commit 2022-08-08 12:34:32 +02:00
fsfw/fsfw/pipeline/pr-development This commit looks good Details
65a47c7c57
add distributor test stub
muellerr added 1 commit 2022-08-08 12:35:35 +02:00
fsfw/fsfw/pipeline/pr-development This commit looks good Details
43fb6ef5cb
some tag replacements
muellerr added 1 commit 2022-08-08 12:40:47 +02:00
fsfw/fsfw/pipeline/pr-development This commit looks good Details
37c60d1dd0
add source and dest test stubs
muellerr added 1 commit 2022-08-08 17:53:19 +02:00
fsfw/fsfw/pipeline/pr-development There was a failure building this commit Details
202d9341d8
add CFDP unit tests
muellerr added 1 commit 2022-08-08 18:29:10 +02:00
fsfw/fsfw/pipeline/pr-development There was a failure building this commit Details
904abfba28
clean up CFDP stack a bit
muellerr added 1 commit 2022-08-08 18:35:50 +02:00
fsfw/fsfw/pipeline/pr-development This commit looks good Details
4f1fe39182
fix unittests
muellerr added 1 commit 2022-08-09 10:59:03 +02:00
fsfw/fsfw/pipeline/pr-development This commit looks good Details
06bea2f621
test inNull and bool operator
muellerr added 1 commit 2022-08-09 11:03:03 +02:00
fsfw/fsfw/pipeline/pr-development This commit looks good Details
2f8020baac
move parsing steps into parse function
muellerr added 1 commit 2022-08-09 11:17:39 +02:00
fsfw/fsfw/pipeline/pr-development This commit looks good Details
c832bffdb0
clean up header test
muellerr added 1 commit 2022-08-09 12:12:49 +02:00
fsfw/fsfw/pipeline/pr-development This commit looks good Details
1c0b778848
continue CFDP distrib unittests
muellerr added 1 commit 2022-08-09 12:36:22 +02:00
fsfw/fsfw/pipeline/pr-development This commit looks good Details
bddf5bded1
move some storage manager impl to IF
- Add StorageManagerMock
muellerr added 1 commit 2022-08-09 12:44:42 +02:00
fsfw/fsfw/pipeline/pr-development This commit looks good Details
22e1555f50
basic storage manager mock
muellerr added 1 commit 2022-08-09 12:50:28 +02:00
fsfw/fsfw/pipeline/pr-development This commit looks good Details
192956c2c7
use new storage manager mock
muellerr added 1 commit 2022-08-09 13:04:01 +02:00
fsfw/fsfw/pipeline/pr-development This commit looks good Details
0d26a0f54b
fnish CFDP distributor unittests
muellerr added 1 commit 2022-08-09 14:05:22 +02:00
fsfw/fsfw/pipeline/pr-development There was a failure building this commit Details
7fb906a0ac
add first fault handler base class
muellerr added 1 commit 2022-08-09 14:38:45 +02:00
fsfw/fsfw/pipeline/pr-development This commit looks good Details
eccb629ba8
fnished fault handler base
muellerr added 1 commit 2022-08-09 14:54:44 +02:00
fsfw/fsfw/pipeline/pr-development This commit looks good Details
dba3f9960e
add CFDP fault handler mock
muellerr added 1 commit 2022-08-09 15:09:19 +02:00
fsfw/fsfw/pipeline/pr-development This commit looks good Details
7f9401cf63
some bugfixes
muellerr added 1 commit 2022-08-09 15:29:00 +02:00
fsfw/fsfw/pipeline/pr-development This commit looks good Details
4ee01e395b
finished fault handler unit tests
muellerr added 1 commit 2022-08-09 15:46:18 +02:00
fsfw/fsfw/pipeline/pr-development There was a failure building this commit Details
dce1ebcf65
add CFDP user base
muellerr added 1 commit 2022-08-09 15:50:37 +02:00
fsfw/fsfw/pipeline/pr-development There was a failure building this commit Details
7a20412305
add user base documentation
muellerr added 1 commit 2022-08-09 16:18:23 +02:00
fsfw/fsfw/pipeline/pr-development There was a failure building this commit Details
bba2d883b6
added some documentation
muellerr added 1 commit 2022-08-09 16:26:13 +02:00
fsfw/fsfw/pipeline/pr-development This commit looks good Details
5bea92d2a4
some doc updates
muellerr added 1 commit 2022-08-09 16:36:15 +02:00
fsfw/fsfw/pipeline/pr-development This commit looks good Details
8c059f8f32
new filesystem module
muellerr added 1 commit 2022-08-09 18:51:38 +02:00
fsfw/fsfw/pipeline/pr-development This commit looks good Details
d45108e3c2
add remote config table provider class
muellerr added 1 commit 2022-08-09 19:00:33 +02:00
fsfw/fsfw/pipeline/pr-development This commit looks good Details
0cb15e901e
new cfdp mock folder, added additional cfdp mocks
muellerr added 1 commit 2022-08-09 21:03:33 +02:00
fsfw/fsfw/pipeline/pr-development There was a failure building this commit Details
507c6ddff1
added some param structs
muellerr added 1 commit 2022-08-10 09:39:47 +02:00
fsfw/fsfw/pipeline/pr-development There was a failure building this commit Details
96dfe46e25
added string LV tests
muellerr added 1 commit 2022-08-10 09:44:59 +02:00
fsfw/fsfw/pipeline/pr-development There was a failure building this commit Details
e45a99143c
added const char* test
muellerr added 1 commit 2022-08-10 10:33:40 +02:00
fsfw/fsfw/pipeline/pr-development There was a failure building this commit Details
3e1fd15613
completed all indication parameters
muellerr added 1 commit 2022-08-10 11:08:46 +02:00
fsfw/fsfw/pipeline/pr-development There was a failure building this commit Details
28c8248f26
add FS mock and improve HasFilesystemIF
muellerr added 1 commit 2022-08-10 13:04:51 +02:00
fsfw/fsfw/pipeline/pr-development There was a failure building this commit Details
a2e0646ed4
fix duplicate naming error
muellerr added 1 commit 2022-08-10 13:10:14 +02:00
fsfw/fsfw/pipeline/pr-development There was a failure building this commit Details
c86adf8e10
Merge branch 'development' into mueller/cfdp-routers
muellerr added 2 commits 2022-08-10 13:36:22 +02:00
muellerr added 1 commit 2022-08-10 15:03:29 +02:00
fsfw/fsfw/pipeline/pr-development This commit looks good Details
3df1161560
this should do the job
muellerr added 1 commit 2022-08-10 17:02:57 +02:00
fsfw/fsfw/pipeline/pr-development This commit looks good Details
aca8b53a59
start host FS impl
muellerr added 1 commit 2022-08-11 09:32:40 +02:00
fsfw/fsfw/pipeline/pr-development This commit looks good Details
20eee2c469
finished host FS impl
muellerr added 1 commit 2022-08-11 09:59:24 +02:00
fsfw/fsfw/pipeline/pr-development This commit looks good Details
e796e025b6
continue host fs unittests
muellerr added 1 commit 2022-08-11 10:10:12 +02:00
fsfw/fsfw/pipeline/pr-development This commit looks good Details
8aaabc5d73
basic host FS unittests
muellerr added 1 commit 2022-08-11 10:19:32 +02:00
fsfw/fsfw/pipeline/pr-development There was a failure building this commit Details
c12492df03
continued host FS test
muellerr changed title from CFDP Router to WIP: CFDP Router 2022-08-15 15:10:49 +02:00
muellerr added 3 commits 2022-08-15 19:07:20 +02:00
fsfw/fsfw/pipeline/pr-development There was a failure building this commit Details
9796abfc7d
Merge branch 'development' into mueller/refactor-tmtc-stack
fsfw/fsfw/pipeline/pr-development There was a failure building this commit Details
d7ec04bf4b
Merge remote-tracking branch 'origin/development' into mueller/refactor-tmtc-stack
fsfw/fsfw/pipeline/pr-development There was a failure building this commit Details
2339c48756
Merge branch 'mueller/refactor-tmtc-stack' into mueller/cfdp-routers
muellerr added 2 commits 2022-08-15 19:17:15 +02:00
fsfw/fsfw/pipeline/pr-development This commit looks good Details
9e064fe800
fix unittests
muellerr added 4 commits 2022-08-16 17:23:50 +02:00
fsfw/fsfw/pipeline/pr-development This commit looks good Details
8fd8a37f59
flip verif reporter ctor arguments
fsfw/fsfw/pipeline/pr-development This commit looks good Details
875174c4ad
better name for global object
fsfw/fsfw/pipeline/pr-development This commit looks good Details
239d053562
update changelog
muellerr added 1 commit 2022-08-17 11:39:17 +02:00
fsfw/fsfw/pipeline/pr-development This commit looks good Details
23f514039a
host filesystem continued
muellerr added 1 commit 2022-08-17 16:10:51 +02:00
fsfw/fsfw/pipeline/pr-development This commit looks good Details
12c452e7ce
finished host FS unittests
muellerr added 1 commit 2022-08-17 16:47:49 +02:00
fsfw/fsfw/pipeline/pr-development This commit looks good Details
0bb82e0da2
add fs mock feed function
muellerr added 1 commit 2022-08-17 17:09:57 +02:00
fsfw/fsfw/pipeline/pr-development This commit looks good Details
6930656d4e
added some more basic tests
muellerr added 1 commit 2022-08-17 18:49:50 +02:00
fsfw/fsfw/pipeline/pr-development This commit looks good Details
11a699c3ce
a list should do the job
muellerr added 2 commits 2022-08-18 11:21:10 +02:00
fsfw/fsfw/pipeline/pr-development There was a failure building this commit Details
ff6de8e378
important bugfix for verif reporter
fsfw/fsfw/pipeline/pr-development There was a failure building this commit Details
3b33b429e6
Merge branch 'mueller/refactor-tmtc-stack' into mueller/cfdp-routers
muellerr added 5 commits 2022-08-22 16:21:34 +02:00
fsfw/fsfw/pipeline/head This commit looks good Details
1037102349
merge retval refactoring
fsfw/fsfw/pipeline/head There was a failure building this commit Details
fsfw/fsfw/pipeline/pr-development There was a failure building this commit Details
2a4ab0af7b
Merge branch 'mueller/refactor-tmtc-stack' into mueller/refactor-tmtc-stack-with-retval-refactoring
fsfw/fsfw/pipeline/pr-development There was a failure building this commit Details
fsfw/fsfw/pipeline/head There was a failure building this commit Details
dab1b1d067
apply auto-formatter
fsfw/fsfw/pipeline/head There was a failure building this commit Details
fsfw/fsfw/pipeline/pr-development There was a failure building this commit Details
10f34e5a48
Merge remote-tracking branch 'origin/development' into mueller/refactor-tmtc-stack-with-retval-refactoring
fsfw/fsfw/pipeline/pr-development There was a failure building this commit Details
52f8c5038b
Merge branch 'mueller/refactor-tmtc-stack' into mueller/cfdp-routers
muellerr added 2 commits 2022-08-22 16:24:11 +02:00
fsfw/fsfw/pipeline/pr-development This commit looks good Details
ba5c6410d6
tests running again
fsfw/fsfw/pipeline/pr-development There was a failure building this commit Details
9e5dddf79c
Merge branch 'mueller/refactor-tmtc-stack' into mueller/cfdp-routers
muellerr added 1 commit 2022-08-22 16:35:46 +02:00
fsfw/fsfw/pipeline/pr-development This commit looks good Details
d12c59c8ac
all retval replacements
muellerr added 2 commits 2022-08-22 16:38:31 +02:00
fsfw/fsfw/pipeline/pr-development This commit looks good Details
a46d8c34d9
small changelog update
muellerr added 1 commit 2022-08-23 19:37:23 +02:00
fsfw/fsfw/pipeline/pr-development This commit looks good Details
9441b4a70e
continue dest handler
muellerr added 1 commit 2022-08-23 20:30:33 +02:00
fsfw/fsfw/pipeline/pr-development This commit looks good Details
b1bd631322
implemented metadata handler
muellerr added 1 commit 2022-08-23 20:56:09 +02:00
fsfw/fsfw/pipeline/pr-development This commit looks good Details
26ea6606bf
metadata recvd indication
muellerr added 1 commit 2022-08-24 08:44:24 +02:00
fsfw/fsfw/pipeline/pr-development This commit looks good Details
eb29b79467
some more docs
muellerr added 1 commit 2022-08-24 12:10:57 +02:00
fsfw/fsfw/pipeline/pr-development This commit looks good Details
2c730c8632
use const struct ref instead
muellerr added 1 commit 2022-08-24 15:43:50 +02:00
fsfw/fsfw/pipeline/pr-development This commit looks good Details
267466be9d
pass const references to user handler now
muellerr added 1 commit 2022-08-24 17:31:15 +02:00
fsfw/fsfw/pipeline/pr-development This commit looks good Details
81a7c21cd1
continued router component
muellerr changed title from WIP: CFDP Router to WIP: CFDP Router and CFDP Handlers 2022-08-24 17:47:51 +02:00
muellerr added 14 commits 2022-08-30 11:13:09 +02:00
muellerr added 2 commits 2022-08-30 11:21:24 +02:00
muellerr added 1 commit 2022-08-31 13:27:29 +02:00
fsfw/fsfw/pipeline/pr-development There was a failure building this commit Details
0de7b66218
new retval for permission errors
muellerr added 9 commits 2022-09-01 17:52:14 +02:00
fsfw/fsfw/pipeline/pr-development This commit looks good Details
a9277622ce
move data wrapper
fsfw/fsfw/pipeline/head Build started... Details
fsfw/fsfw/pipeline/pr-development This commit looks good Details
20d42add03
add new data wrapper helper type
fsfw/fsfw/pipeline/pr-development This commit looks good Details
0f27c7e7e7
extend data wrapper
fsfw/fsfw/pipeline/pr-development This commit looks good Details
c756297e5c
data wrapper update
fsfw/fsfw/pipeline/pr-development There was a failure building this commit Details
8e6cee7761
Merge branch 'mueller/data-wrapper' into mueller/refactor-tmtc-stack
fsfw/fsfw/pipeline/pr-development There was a failure building this commit Details
5c20cc804e
Merge remote-tracking branch 'origin/development' into mueller/refactor-tmtc-stack
fsfw/fsfw/pipeline/pr-development This commit looks good Details
04bff7a522
test fix
muellerr added 1 commit 2022-09-02 11:12:26 +02:00
fsfw/fsfw/pipeline/pr-development This commit looks good Details
db84dcd3ce
afmt
muellerr added 1 commit 2022-09-02 11:38:46 +02:00
fsfw/fsfw/pipeline/pr-development This commit looks good Details
dc79b7ba00
delete metadata after processing
muellerr added 1 commit 2022-09-02 11:58:14 +02:00
fsfw/fsfw/pipeline/pr-development This commit looks good Details
eae75b29e7
start file data pdu processing
muellerr added 1 commit 2022-09-02 14:39:53 +02:00
fsfw/fsfw/pipeline/pr-development This commit looks good Details
c90d1c8071
continue dest handler impl
muellerr added 1 commit 2022-09-02 17:54:24 +02:00
fsfw/fsfw/pipeline/pr-development This commit looks good Details
108e7737e2
continued dest handler
muellerr added 1 commit 2022-09-02 18:03:52 +02:00
fsfw/fsfw/pipeline/pr-development This commit looks good Details
3147f67fbd
basic dest handler framework almost complete
muellerr added 1 commit 2022-09-05 10:26:55 +02:00
fsfw/fsfw/pipeline/pr-development This commit looks good Details
134d5a1411
basic impl which allows naked no closure file transfer
muellerr added 1 commit 2022-09-05 10:30:51 +02:00
fsfw/fsfw/pipeline/pr-development This commit looks good Details
b984128de5
stub for creating finished PDU
muellerr added 1 commit 2022-09-05 11:03:25 +02:00
fsfw/fsfw/pipeline/pr-development This commit looks good Details
3dfc882226
impl finish PDU sending
muellerr added 1 commit 2022-09-05 11:19:20 +02:00
fsfw/fsfw/pipeline/pr-development This commit looks good Details
0dd2b5ddd4
need an event reporter proxy
muellerr added 1 commit 2022-09-05 11:37:59 +02:00
fsfw/fsfw/pipeline/pr-development This commit looks good Details
d2c4d546c3
first dest handler unittests
- Add new mock class for event reporting proxies
- Add basic setup for unittesting the CFDP destination handler
muellerr added 1 commit 2022-09-05 11:40:20 +02:00
fsfw/fsfw/pipeline/pr-development This commit looks good Details
52802f127b
basic test stubs
muellerr added 1 commit 2022-09-05 14:19:59 +02:00
fsfw/fsfw/pipeline/pr-development There was a failure building this commit Details
5ce1e76723
init dest handler unittests
muellerr added 2 commits 2022-09-05 14:50:33 +02:00
fsfw/fsfw/pipeline/pr-development This commit looks good Details
d64ad71529
Some improvements for time stamper API
fsfw/fsfw/pipeline/pr-development There was a failure building this commit Details
fb96250e36
Merge branch 'mueller/refactor-tmtc-stack' into mueller/cfdp-routers
muellerr added 7 commits 2022-09-05 16:19:24 +02:00
fsfw/fsfw/pipeline/pr-development This commit looks good Details
ee93f4a4ca
Merge branch 'development' into mueller/refactor-tmtc-stack
fsfw/fsfw/pipeline/pr-development There was a failure building this commit Details
4c3f9feb93
explicit include
fsfw/fsfw/pipeline/pr-development This commit looks good Details
f5421e9abd
refactor tm helper
fsfw/fsfw/pipeline/pr-development There was a failure building this commit Details
a5d1c38b22
Merge branch 'mueller/refactor-tmtc-stack' into mueller/cfdp-routers
muellerr added 2 commits 2022-09-05 16:23:06 +02:00
fsfw/fsfw/pipeline/pr-development This commit looks good Details
afc48726b9
comment out check
muellerr added 2 commits 2022-09-05 16:26:20 +02:00
fsfw/fsfw/pipeline/pr-development This commit looks good Details
1e395dc402
set buffer expects const pointer now
muellerr added 2 commits 2022-09-05 16:28:59 +02:00
fsfw/fsfw/pipeline/pr-development This commit looks good Details
3583e30ee6
rename const buf setter
muellerr added 1 commit 2022-09-05 17:20:31 +02:00
fsfw/fsfw/pipeline/pr-development This commit looks good Details
5a3f05fa79
return struct ref instead of code
muellerr added 1 commit 2022-09-05 17:42:53 +02:00
fsfw/fsfw/pipeline/pr-development This commit looks good Details
2e4cdb7366
additional filesystem abstractions
muellerr added 1 commit 2022-09-06 11:56:16 +02:00
fsfw/fsfw/pipeline/pr-development This commit looks good Details
7b97c8a182
continue tests
muellerr added 1 commit 2022-09-06 13:15:54 +02:00
fsfw/fsfw/pipeline/pr-development This commit looks good Details
806ae9b41a
check that indication was called
muellerr added 1 commit 2022-09-06 13:45:41 +02:00
fsfw/fsfw/pipeline/pr-development This commit looks good Details
428da017ba
empty file transfer unittest almost done
muellerr added 1 commit 2022-09-06 14:06:15 +02:00
fsfw/fsfw/pipeline/pr-development This commit looks good Details
ba046cebd9
empty file unittest complete
muellerr added 1 commit 2022-09-06 14:32:59 +02:00
fsfw/fsfw/pipeline/pr-development This commit looks good Details
94c9800fae
refactored out generic metadata part
muellerr added 1 commit 2022-09-06 15:45:46 +02:00
fsfw/fsfw/pipeline/pr-development This commit looks good Details
af851165b4
continue basic small file transfer unittest
muellerr added 1 commit 2022-09-06 16:03:23 +02:00
fsfw/fsfw/pipeline/pr-development This commit looks good Details
67439b4285
refactor away some duplication
muellerr added 1 commit 2022-09-06 16:14:35 +02:00
fsfw/fsfw/pipeline/pr-development This commit looks good Details
aebd401d5b
start segmentes file unittest
muellerr added 1 commit 2022-09-06 16:33:33 +02:00
fsfw/fsfw/pipeline/pr-development This commit looks good Details
c54caf134a
segmented file transfer working
muellerr added 1 commit 2022-09-07 17:40:14 +02:00
fsfw/fsfw/pipeline/pr-development This commit looks good Details
8971eb386e
retval replacement
muellerr added 1 commit 2022-09-07 18:04:37 +02:00
fsfw/fsfw/pipeline/pr-development This commit looks good Details
770463e618
remove old code
muellerr added 1 commit 2022-09-07 18:20:30 +02:00
fsfw/fsfw/pipeline/pr-development This commit looks good Details
11a4b27642
allow deferred init
muellerr added 1 commit 2022-09-08 11:08:50 +02:00
fsfw/fsfw/pipeline/pr-development This commit looks good Details
683cf8a047
some additional tests
muellerr added 1 commit 2022-09-08 11:26:08 +02:00
fsfw/fsfw/pipeline/pr-development This commit looks good Details
c87667c03f
some API improvements
muellerr added 1 commit 2022-09-08 11:52:56 +02:00
fsfw/fsfw/pipeline/pr-development This commit looks good Details
ec1e07b466
some more returncodes
muellerr added 1 commit 2022-09-08 12:07:08 +02:00
fsfw/fsfw/pipeline/pr-development This commit looks good Details
b73754dfd6
implemented basic PDU forwarding
muellerr added 1 commit 2022-09-08 16:25:15 +02:00
fsfw/fsfw/pipeline/pr-development This commit looks good Details
34dd478848
helper class OneRemoteConfigProvider
muellerr added 1 commit 2022-09-12 15:12:34 +02:00
fsfw/fsfw/pipeline/pr-development This commit looks good Details
3e9b47d3a2
update docs release in conf.py
muellerr added 1 commit 2022-09-12 15:14:27 +02:00
fsfw/fsfw/pipeline/pr-development This commit looks good Details
26b3e5a013
fix misc def config
muellerr added 1 commit 2022-09-13 14:46:26 +02:00
fsfw/fsfw/pipeline/pr-development This commit looks good Details
a1ea671e2f
header include update
muellerr added 1 commit 2022-09-13 15:26:01 +02:00
fsfw/fsfw/pipeline/pr-development This commit looks good Details
382543fc59
important bugfix
muellerr added 1 commit 2022-09-13 15:35:41 +02:00
Author
Owner

I will package the destination (and possible the source handler) into a separate PR because those are complex classes with state machines. Time constraints only permit a minimal implementation with minimal or insufficient error handling for framework quality standards, so those might require additional work before they are merged here.

I will package the destination (and possible the source handler) into a separate PR because those are complex classes with state machines. Time constraints only permit a minimal implementation with minimal or insufficient error handling for framework quality standards, so those might require additional work before they are merged here.
muellerr added 1 commit 2022-09-14 14:00:05 +02:00
fsfw/fsfw/pipeline/pr-development There was a failure building this commit Details
44615c150b
add printout capabilities
muellerr added 1 commit 2022-09-14 19:05:39 +02:00
fsfw/fsfw/pipeline/pr-development There was a failure building this commit Details
389d804735
Merge remote-tracking branch 'origin/development' into mueller/cfdp-routers
muellerr added 1 commit 2022-09-14 19:06:58 +02:00
fsfw/fsfw/pipeline/pr-development This commit looks good Details
fsfw/fsfw/pipeline/head This commit looks good Details
ac7dc55fc1
fix unittest
Author
Owner

Replaced with smaller PRs

Replaced with smaller PRs
muellerr closed this pull request 2022-09-14 19:30:03 +02:00
mohr removed this from the v6.0.0 milestone 2023-02-09 16:06:50 +01:00
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
fsfw/fsfw/pipeline/head This commit looks good

Pull request closed

Sign in to join this conversation.
No description provided.