On Fri, Sep 02, 2022 at 12:26:13PM +0530, SyncMonk Technologies wrote: > @@ -426,7 +427,10 @@ int ts2phc_pps_sink_poll(struct ts2phc_pps_source *src) > > err = ts2phc_pps_source_getppstime(src, &source_ts.ts); > source_ts.valid = err ? false : true; > - > + if (source_ts.valid) { > + /* Send Announce and Sync Message on Virtual Port */ > + ts2phc_phc_pps_source_vport_transmit(src, &source_ts.ts); > + }
This does not respect the logAnnounceInterval or the logSyncInterval, but it should. Thanks, Richard _______________________________________________ Linuxptp-devel mailing list Linuxptp-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/linuxptp-devel