From a4391c0515590d58491c067f88f6c42d66a6b08b Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Sun, 11 Jun 2023 18:04:24 +0200 Subject: [PATCH 1/3] increase number of allowed parallel HK commands --- fsfw | 2 +- mission/genericFactory.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/fsfw b/fsfw index 5322de05..71409874 160000 --- a/fsfw +++ b/fsfw @@ -1 +1 @@ -Subproject commit 5322de059916efcf874b10ccc766b46e53d2470b +Subproject commit 71409874e7af43b116bf7b39dd4a6159e5a59b9c diff --git a/mission/genericFactory.cpp b/mission/genericFactory.cpp index 421d6fa9..cbe78c7f 100644 --- a/mission/genericFactory.cpp +++ b/mission/genericFactory.cpp @@ -238,7 +238,7 @@ void ObjectFactory::produceGenericObjects(HealthTableIF** healthTable_, PusTmFun new Service2DeviceAccess(objects::PUS_SERVICE_2_DEVICE_ACCESS, config::EIVE_PUS_APID, pus::PUS_SERVICE_2, 3, 10); new Service3Housekeeping(objects::PUS_SERVICE_3_HOUSEKEEPING, config::EIVE_PUS_APID, - pus::PUS_SERVICE_3, config::HK_SERVICE_QUEUE_DEPTH); + pus::PUS_SERVICE_3, config::HK_SERVICE_QUEUE_DEPTH, 16); new Service5EventReporting( PsbParams(objects::PUS_SERVICE_5_EVENT_REPORTING, config::EIVE_PUS_APID, pus::PUS_SERVICE_5), 80, 160); -- 2.43.0 From f58f4c302c685b69b6117e8d3727328d93f60b8a Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Tue, 13 Jun 2023 09:02:38 +0200 Subject: [PATCH 2/3] bump fsfw --- fsfw | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fsfw b/fsfw index 71409874..74b164b1 160000 --- a/fsfw +++ b/fsfw @@ -1 +1 @@ -Subproject commit 71409874e7af43b116bf7b39dd4a6159e5a59b9c +Subproject commit 74b164b1da9958a5b34a8c3cea05e74d111a6d4d -- 2.43.0 From 71d417710ebb1bfd6b953abac85fe77a510cb5cf Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Wed, 14 Jun 2023 03:39:13 +0200 Subject: [PATCH 3/3] changelog --- CHANGELOG.md | 4 ++++ fsfw | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d963ab4..dd0e440c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,6 +25,10 @@ will consitute of a breaking change warranting a new major release: - TCS heater switch enumeration naming was old/wrong and was not updated in sync with the object ID update. This lead to the TCS controller commanding the wrong heaters. +## Changed + +- Increase number of allowed parallel HK commands to 16 + # [v3.0.0] 2023-06-11 - `eive-tmtc` version v4.0.0 diff --git a/fsfw b/fsfw index 74b164b1..0a977ea6 160000 --- a/fsfw +++ b/fsfw @@ -1 +1 @@ -Subproject commit 74b164b1da9958a5b34a8c3cea05e74d111a6d4d +Subproject commit 0a977ea688cd78585aabb9ba511eaf8030452712 -- 2.43.0