[Linuxptp-devel] [PATCH v1 1/2] pmc_agent: Add callback for signaling messages

2023-03-31 Thread Maciek Machnikowski
Add callback that will act on signaling messages. Signed-off-by: Maciek Machnikowski --- phc2sys.c | 4 ++-- pmc_agent.c | 17 - pmc_agent.h | 7 +-- ts2phc.c| 2 +- 4 files changed, 24 insertions(+), 6 deletions(-) diff --git a/phc2sys.c b/phc2sys.c index

[Linuxptp-devel] [PATCH v1 2/2] ts2phc: Add PTP as a source of ToD

2023-03-31 Thread Maciek Machnikowski
Add PPS ToD source that extracts ToD from master timestamps from a slave event monitor of the running ptp4l instance. It enables scenarios where reliable ToD sources, such as nmea, may not be available, but a system is connected to different ptp masters. It can be used in the APTS deployment