You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For the recovered clock testing using "reverse sync" method , it is specified in the "802.1AS Recovered Clock Quality Testing" document to use different control points as follows,
A control point to enable and disable the Reverse Sync/Follow-up messages . The default value of this is FALSE.
A control point to set the domain of Reverse Sync/Follow-up messages . For certification it is proposed that a different unique domain should be used than the one that’s being measured. When using in deployed networks a different domain shall be used.
A control point to set the Reverse Sync/Follow-up message rate as % of incoming rate . The default is defined in Section 6.3.
Here does "reverseSyncEnabled","reverseSyncDomain" and "reverseSyncRate" refers to the control variables which has to be newly created , and based on this variables the code has to be updated ?
(or)
Does these control points are already available in the opensource code. I have searched for this variables in the code, but was unable to find them.
Any suggestions/ references to how to proceed on this will be really helpful.
Also kindly recommend where i can find reference code for ingress/reverse sync testing.
The text was updated successfully, but these errors were encountered:
Hi All,
For the recovered clock testing using "reverse sync" method , it is specified in the "802.1AS Recovered Clock Quality Testing" document to use different control points as follows,
Here does "reverseSyncEnabled","reverseSyncDomain" and "reverseSyncRate" refers to the control variables which has to be newly created , and based on this variables the code has to be updated ?
(or)
Does these control points are already available in the opensource code. I have searched for this variables in the code, but was unable to find them.
Any suggestions/ references to how to proceed on this will be really helpful.
Also kindly recommend where i can find reference code for ingress/reverse sync testing.
The text was updated successfully, but these errors were encountered: