This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TMDSCNCD263: EthIf_TxConfirmation API is having less number of arguments while Invoking in Eth Static Code

Part Number: TMDSCNCD263


Hello Team,

In MCAL_AM263x_08.06.02.01 package, EthIf_TxConfirmation API which is called in Eth_Priv.c file at line number 2268 is having less arguments passed as an input and results in compilation Error.

As per Autosar, EthIf_TxConfirmation API needs three arguments but in this  file  Eth_Priv.c file at line number 2268, only two parameters are passed as input. please find the code snippet below from Eth_Priv.c file.

EthIf_TxConfirmation((uint8) ctrlIdx,
(Eth_BufIdxType) pTempBufObj->bufIdx);

Please find the autosar specification snippet

Please provide your feedback.

Regards,

Pradeep R