Details
Description
Currently, when a CHANNEL_INIT is processed and remanent data (either by GenAP or host) has not yet been set via HIL_SET_REMANENT_DATA_REQ, then an error is accounted (returned status code of CHANNEL_INIT packet as well as DPM ulCommError and ulErrorCount).
Since this is common in netX90/4000 setups where GenAP stores the remanent data, and since it is not a natural error case, we should not treat this situation as an error condiiton. Instead a success response status code should be returned.
Anyway, a logbook entry should be made to identitfy the situation.