You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| SVC-COMRETRY-001 |`Svc::ComRetry` shall accept incoming downlink data as `Fw::Buffer` and pass them to an `Svc.ComDataWithContext` port | The component must forward messages without modifying them | Unit Test |
14
-
| SVC-COMRETRY-002 |`Svc::ComRetry` shall store `Fw::Buffer` and its context on receiving buffer ownership through `dataRetrunIn`| Store the buffer in case a retry is required | Unit test |
14
+
| SVC-COMRETRY-002 |`Svc::ComRetry` shall store `Fw::Buffer` and its context on receiving buffer ownership through `dataReturnIn`| Store the buffer in case a retry is required | Unit test |
15
15
| SVC-COMRETRY-003 |`Svc::ComRetry` shall resend the stored `Fw::Buffer` on receiving `Fw::Success::FAILURE`| Retry delivery of message | Unit test |
16
16
| SVC-COMRETRY-004 | The maximum number of retries shall be configurable | The number of retries should be adaptable for projects | Inspection |
17
17
| SVC-COMRETRY-005 |`Svc::ComRetry` shall return buffer ownership to the upstream component on receiving `Fw::Success::SUCCESS` or after all retry attempts fail | Memory management | Unit Test |
0 commit comments