If the own IP isn't defined in the train cst info (NNE config) the tau_getOwnIds function will anyway not return any error.
There is no error message if there is no match with any index i this loop
/ we traverse the consist info's functions /
for (index = 0; index < appHandle->pTTDB->cstInfo[0]->fctCnt; index++)
Is that correct?
Now devId, vehId and cstId have to be retrieved (ptr !=NULL) and TRDP_NO_ERR is returned only if IDs found. To be tested.
Tested OK