pnp-software / cordetfw

C Implementation of a Software Framework for Service-Oriented Applications with PUS Support
Mozilla Public License 2.0
13 stars 1 forks source link

Action Node N3 for Start Action Procedure for TC(3,1) #94

Closed pasetti closed 6 years ago

pasetti commented 7 years ago

The function implementing node N3 of the Start Action Procedure for TC(3,1) is as follows:

void CrPsCmd3s1StartN3(FwPrDesc_t prDesc)
{
    CRFW_UNUSED(prDesc);
    /* Generate error report OUTFACTORY_FAIL */

    DEBUGP_3("CrPsCmd3s1StartN3.\n");

  return;
}

As far as I can see, this function does nothing. I believe that the generation of the error report has been forgotten.

reimers commented 6 years ago

All occuring error reports of type OUTFACTORY_FAIL are implemented. The issue can be closed.