The pre-defined ComIds for statistics in chapter D.3 differ from those defined in Table A.2 of 61375-2-3:2015.
Defines for the MD request ComIds due not match.
This is actually a problem with the standard and needs to be fixed there.
TRDP_STATISTICS_PULL_COMID requests global statistics via PD Pull request.
TRDP_STATISTICS_REQUEST_COMID requests statistics defined by user data 'comId' via MD Request/Reply
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Changing comIds according to preliminary errata:
TRDP_STATISTICS_PULL_COMID -> 31
TRDP_STATISTICS_REQUEST_COMID -> 32
typdef struct TRDP_STATISTICS_REQUEST
{
UINT32 comId; / Requested comId for reply /
} TRDP_STATISTICS_REQUEST_T
TRDP_STATISTICS_PULL_COMID requests global statistics via PD Pull request.
TRDP_STATISTICS_REQUEST_COMID requests statistics defined by user data 'comId' via MD Request/Reply
Changed to proposed values of upcoming errata/addendum to 61375-2-3 (Annex D.3)