Closed pasetti closed 6 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.
All occuring error reports of type OUTFACTORY_FAIL are implemented. The issue can be closed.
The function implementing node N3 of the Start Action Procedure for TC(3,1) is as follows:
As far as I can see, this function does nothing. I believe that the generation of the error report has been forgotten.