Commit c4868336 authored by Davide Ciminaghi's avatar Davide Ciminaghi Committed by Alessandro Rubini

compliance, 9.3.5: properly update timePropertiesDS on M1

    See Table 13.
    Note that we keep currentUtcOffset as it is and reset currentUtcOffsetValid,
    because  we presently don't know about leap seconds.
    leap59 and leap61 are forced to zero.
parent c8ba307f
...@@ -39,6 +39,7 @@ void m1(struct pp_instance *ppi) ...@@ -39,6 +39,7 @@ void m1(struct pp_instance *ppi)
parent->grandmasterPriority2 = defds->priority2; parent->grandmasterPriority2 = defds->priority2;
/* Time Properties data set */ /* Time Properties data set */
DSPRO(ppi)->ptpTimescale = TRUE;
DSPRO(ppi)->timeSource = INTERNAL_OSCILLATOR; DSPRO(ppi)->timeSource = INTERNAL_OSCILLATOR;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment