From: Izunna Otiji <izunna.otiji...@renesas.com> *** The IEEE 1588 standard describes a SET action for the PTP management message, however, ptp4l is missing the implementation of some of these SET actions. This patch adds the SET action for the following configurable dataset members, as needed by the ITU-T Telecom Profiles (G.8265.1, G.8275.1, G.8275.2):
defaultDS.domainNumber (managementId DOMAIN) defaultDS.slaveOnly (managementId SLAVE_ONLY) defaultDS.maxStepsRemoved (*new* managementId MAX_STEPS_REMOVED_NP (0xC00A)) portDS.announceReceiptTimeout (managementId ANNOUNCE_RECEIPT_TIMEOUT) portDS.masterOnly (managementId MASTER_ONLY) *** Izunna Otiji (5): ptp4l: Add SET for defaultDS.domainNumber ptp4l: Add SET for defaultDS.slaveOnly ptp4l: Add SET for portDS.announceReceiptTimeout ptp4l: Add SET for portDS.masterOnly ptp4l: Add SET for defaultDS.maxStepsRemoved clock.c | 26 ++++++++++++++++++++++++++ pmc.c | 5 +++++ pmc_common.c | 15 +++++++++++---- port.c | 11 +++++++++++ tlv.h | 1 + 5 files changed, 54 insertions(+), 4 deletions(-) -- 2.37.2 _______________________________________________ Linuxptp-devel mailing list Linuxptp-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/linuxptp-devel