Commit 20916338 authored by Adam Wujek's avatar Adam Wujek

[BUG: #46] proto-standard/bmc: update timeSource in m1

When WRS (e.g. v6.1) is a slave and then becomes free running master,
parameters like (timeSource, frequencyTraceable, timeTraceable) send in
announce were a copy form previously used GM.
Signed-off-by: 's avatarAdam Wujek <dev_public@wujek.eu>
parent a6620b4a
......@@ -82,6 +82,9 @@ void bmc_m1(struct pp_instance *ppi)
prop->leap59 =
prop->leap61 = FALSE;
}
prop->timeTraceable = GLBS(ppi)->rt_opts->timeTraceable;
prop->frequencyTraceable = GLBS(ppi)->rt_opts->frequencyTraceable;
prop->timeSource = GLBS(ppi)->rt_opts->timeSource;
}
/* ppi->port_idx port is becoming Master. Table 13 (9.3.5) of the spec. */
......
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