Re: [Linuxptp-devel] [PATCH] Signed-off-by: Vladimir Nosikov

2021-11-09 Thread Richard Cochran
On Thu, Nov 04, 2021 at 09:49:14AM +0100, Olivier Dautricourt wrote: > Hello all. > > I just stumbled upon this patch. > > In fact we were working at my company to implement > support for C37.238 power system and 61850-9-3 power utility in > linuxptp. I also implemented the Power Profiles, and

Re: [Linuxptp-devel] [PATCH] Signed-off-by: Vladimir Nosikov

2021-11-04 Thread Olivier Dautricourt
Hello all. I just stumbled upon this patch. In fact we were working at my company to implement support for C37.238 power system and 61850-9-3 power utility in linuxptp. Our patches includes: - TotalTimeInaccuray TLV - Alternate time offset indicator TLV. - Setting of the

Re: [Linuxptp-devel] [PATCH] Signed-off-by: Vladimir Nosikov

2021-11-03 Thread Geva, Erez
2021 13:41 To: Geva, Erez (ext) (DI PA DCP R 3) Cc: linuxptp-devel@lists.sourceforge.net Subject: Re: [Linuxptp-devel] [PATCH] Signed-off-by: Vladimir Nosikov Looks like I took a wrong range, sorry. "This range is to be used for implementation-specific identifiers" C000 - DFFF Any

Re: [Linuxptp-devel] [PATCH] Signed-off-by: Vladimir Nosikov

2021-11-02 Thread Носиков Владимир Алексеевич via Linuxptp-devel
o: Носиков Владимир Алексеевич Cc: linuxptp-devel@lists.sourceforge.net Subject: RE: [Linuxptp-devel] [PATCH] Signed-off-by: Vladimir Nosikov Hi, From IEEE 1588-2019: "This range is to be assigned by an alternate PTP Profile" E000 - FFFE Can you provide the standard reference

Re: [Linuxptp-devel] [PATCH] Signed-off-by: Vladimir Nosikov

2021-11-01 Thread Geva, Erez
inuxptp-devel@lists.sourceforge.net Subject: [Linuxptp-devel] [PATCH] Signed-off-by: Vladimir Nosikov Appending IEEE_C37_238 TLV to IEEE C37.238 Announce message (clock's timeInaccuracy field is settable via the pmc). --- clock.c| 19 +++ clock.h| 7 +++ config

[Linuxptp-devel] [PATCH] Signed-off-by: Vladimir Nosikov

2021-11-01 Thread Vladimir Nosikov via Linuxptp-devel
Appending IEEE_C37_238 TLV to IEEE C37.238 Announce message (clock's timeInaccuracy field is settable via the pmc). --- clock.c| 19 +++ clock.h| 7 +++ config.c | 8 +++- pmc.c | 6 ++ pmc_common.c | 14 ++ port.c