Relax SUS FDIR #677

Merged
muellerr merged 17 commits from relax-sus-fdir into main 2023-09-12 10:16:07 +02:00
Owner
TMTC PR: https://egit.irs.uni-stuttgart.de/eive/eive-tmtc/pulls/205
muellerr added 2 commits 2023-06-13 07:50:16 +02:00
Merge remote-tracking branch 'origin/main' into relax-sus-fdir
Some checks are pending
EIVE/eive-obsw/pipeline/head Build started...
EIVE/eive-obsw/pipeline/pr-main This commit looks good
5e79293d38
muellerr added this to the v3.1.0 milestone 2023-06-13 07:51:25 +02:00
muellerr added 1 commit 2023-06-13 07:54:54 +02:00
comment
All checks were successful
EIVE/eive-obsw/pipeline/pr-main This commit looks good
b2b6e2e797
muellerr requested review from meggert 2023-06-13 07:56:49 +02:00
muellerr changed title from Relax SUS FDIR to WIP: Relax SUS FDIR 2023-06-13 07:56:54 +02:00
muellerr added 1 commit 2023-06-13 07:57:26 +02:00
changelog typo
All checks were successful
EIVE/eive-obsw/pipeline/pr-main This commit looks good
0788a3d551
muellerr added 1 commit 2023-06-13 07:58:38 +02:00
removed old comment
All checks were successful
EIVE/eive-obsw/pipeline/pr-main This commit looks good
8062c5edad
muellerr added 1 commit 2023-06-14 03:41:28 +02:00
Merge remote-tracking branch 'origin/main' into relax-sus-fdir
All checks were successful
EIVE/eive-obsw/pipeline/pr-main This commit looks good
2a4d86de54
muellerr changed title from WIP: Relax SUS FDIR to Relax SUS FDIR 2023-06-14 03:41:39 +02:00
muellerr added 1 commit 2023-06-14 03:43:30 +02:00
Merge remote-tracking branch 'origin/main' into relax-sus-fdir
All checks were successful
EIVE/eive-obsw/pipeline/pr-main This commit looks good
a023fe2c7d
muellerr modified the milestone from v3.1.0 to v3.2.0 2023-06-15 19:18:49 +02:00
muellerr modified the milestone from v3.2.0 to v4.1.0 2023-06-22 18:35:47 +02:00
muellerr modified the milestone from v4.1.0 to v5.1.0 2023-06-28 13:37:32 +02:00
muellerr removed this from the v5.1.0 milestone 2023-06-30 10:47:51 +02:00
muellerr added 1 commit 2023-08-03 13:37:38 +02:00
Merge remote-tracking branch 'origin/main' into relax-sus-fdir
All checks were successful
EIVE/eive-obsw/pipeline/pr-main This commit looks good
05fbff2e6d
muellerr added 1 commit 2023-09-07 15:42:05 +02:00
Merge remote-tracking branch 'origin/main' into relax-sus-fdir
All checks were successful
EIVE/eive-obsw/pipeline/pr-main This commit looks good
f9f6ac27e8
muellerr added 1 commit 2023-09-07 16:03:44 +02:00
that should get the job done
All checks were successful
EIVE/eive-obsw/pipeline/pr-main This commit looks good
58961efb3f
muellerr added 1 commit 2023-09-07 16:06:02 +02:00
add recovery handling
All checks were successful
EIVE/eive-obsw/pipeline/pr-main This commit looks good
c51fbb9074
muellerr added 1 commit 2023-09-07 16:08:09 +02:00
some structure clean up
All checks were successful
EIVE/eive-obsw/pipeline/pr-main This commit looks good
5a1b2470f0
muellerr added 1 commit 2023-09-07 16:09:54 +02:00
another small bugfix
All checks were successful
EIVE/eive-obsw/pipeline/pr-main This commit looks good
0337104173
muellerr added this to the v6.5.0 milestone 2023-09-07 16:10:54 +02:00
meggert reviewed 2023-09-11 15:08:34 +02:00
@ -95,0 +111,4 @@
}
if (invalidMsgCounter > 0) {
triggerEvent(TEMPERATURE_ALL_ONES_RECOVERY, invalidMsgCounter);
invalidMsgCounter = 0;
Owner

maybe decrement here instead of resetting the counter?

maybe decrement here instead of resetting the counter?
Author
Owner

Then I'd change the event handling, not sure what would be best here.. Otherwise it could be a lot of events.

Then I'd change the event handling, not sure what would be best here.. Otherwise it could be a lot of events.
Owner

not sure either. your call

not sure either. your call
@ -19,0 +19,4 @@
//! [EXPORT] : [COMMENT] Detected invalid values, starting invalid message counting
static constexpr Event TEMPERATURE_ALL_ONES_START =
event::makeEvent(SUBSYSTEM_ID, 0, severity::LOW);
Owner

prob medium severity

prob medium severity
muellerr marked this conversation as resolved
@ -19,0 +23,4 @@
//! [EXPORT] : [COMMENT] Detected valid values again, resetting invalid message counter.
//! P1: Invalid message counter.
static constexpr Event TEMPERATURE_ALL_ONES_RECOVERY =
event::makeEvent(SUBSYSTEM_ID, 1, severity::LOW);
Owner

prob info event

prob info event
muellerr marked this conversation as resolved
muellerr added 1 commit 2023-09-11 15:39:29 +02:00
adapt event severities
All checks were successful
EIVE/eive-obsw/pipeline/pr-main This commit looks good
e26338e4cb
meggert approved these changes 2023-09-11 15:54:14 +02:00
muellerr added 1 commit 2023-09-11 16:11:04 +02:00
Merge branch 'main' into relax-sus-fdir
All checks were successful
EIVE/eive-obsw/pipeline/pr-main This commit looks good
aa4bf5f293
muellerr added 1 commit 2023-09-12 10:07:08 +02:00
update gen files
All checks were successful
EIVE/eive-obsw/pipeline/pr-main This commit looks good
fc23438e5d
muellerr added 1 commit 2023-09-12 10:08:32 +02:00
bump tmtc
Some checks are pending
EIVE/eive-obsw/pipeline/pr-main Build started...
3cb9cd124d
muellerr merged commit 2e83627139 into main 2023-09-12 10:16:07 +02:00
muellerr deleted branch relax-sus-fdir 2023-09-12 10:16:07 +02:00
Sign in to join this conversation.
No description provided.