nasa / CF

The Core Flight System (cFS) CFDP application.
Apache License 2.0
86 stars 46 forks source link

Fix #125, correct accept/reject counter increments #167

Closed jphickey closed 2 years ago

jphickey commented 2 years ago

Describe the contribution For commands that rely on CF_TsnChanAction(), this is documented as returning a count of the number of transactions affected. Therefore, a return value >0 means that the operation was successful (or at least it matched something), and a return value <=0 means failure.

Fixes #125

Testing performed Build and sanity check CF

Expected behavior changes Correct counters being incremented now

System(s) tested on Ubuntu 21.10

Contributor Info - All information REQUIRED for consideration of pull request Joseph Hickey, Vantage Systems, Inc.

astrogeco commented 2 years ago

CCB:2022-01-19 APPROVED