intel-staging / libptpmgmt_iaclocklib

The Clock Manager is a library for monitoring network time synchronization on the local platform. Disclaimer: This project is under development. All source code and features on the main branch is for the purpose of testing or evaluation and not production ready. We will upstream the code and archive this GitHub repo thereafter.
Other
4 stars 5 forks source link

jclklib: Fix incorrect composite status #38

Closed yoongsiang2 closed 2 months ago

yoongsiang2 commented 2 months ago

Fix incorrect composite status check in subscribe and notify msg.

JunAnnLaiIntel commented 2 months ago

1. Without this patch the composite event state is incorrect:

image

2. With this patch tested working as expected:

image

image