Session parameters for PDs and MDs not updated
Maybe I assigned this ticket to the wrong milestone. In such case I apologize and please change the assignment to the right value.
Potential null pointere dereference
etbTopoCnt and opTrnTopoCnt values in TRDP_MSG_MP/TRDP_MSG_MQ
I forgot to mention that the issue affects 2.0.3.0 too.
Number of Listeners in MD statistics not counted correctly
I need it only to enforce a lower bound check on the "interval" value passed to tlp_publish(); I would like that this check remains valid even if I move from a library version to another and the actual granularity changes (as it happened when it moved from 10ms down to 5ms). I temporarily moved it into trdp_if_light.h but I belive trdp_types.h is ok, since it is public and I can include it. Another solution could be defining something like TRDP_INTERVAL_MIN (without moving away TRDP_TIMER_GRANUL...
Move TRDP_TIMER_GRANULARITY to public API