Thanks Richard for the response. I will work on this and send you a patch soon. Just one question below.
On Tue, 2018-09-18 at 06:06 -0700, Richard Cochran wrote: > diff --git a/designated_fsm.c b/designated_fsm.c > index a56f962..9ccf4c9 100644 > --- a/designated_fsm.c > +++ b/designated_fsm.c > @@ -113,14 +107,6 @@ enum port_state designated_slave_fsm(enum > port_state state, > case EV_FAULT_DETECTED: > next = PS_FAULTY; > break; > - /* > - * Go to PS_UNCALIBRATED when there is a loss of > sync messages. > - * This will also be useful in changing the Sync > Interval (to > - * be implemented). > - */ > - case EV_ANNOUNCE_RECEIPT_TIMEOUT_EXPIRES: > - next = PS_UNCALIBRATED; > - break; Is there any particular reason you removed this? This is needed to process the FD_SYNC_RX_TIMER expiration when the master disconnects unexpectedly. Thanks, Vedang > default: > break; > } _______________________________________________ Linuxptp-devel mailing list Linuxptp-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/linuxptp-devel