Re: [Linuxptp-devel] PTP supported profiles.
PTP IEEE 1588 stack for Linux
Brought to you by:
rcochran
From: Richard C. <ric...@gm...> - 2017-02-17 07:17:27
|
On Thu, Feb 16, 2017 at 06:30:31PM +0100, Emilio Marín López wrote: > I would like to know if the following PTP profiles are currently > supported by the linuxptp: > > - PTP default profile Yes. > - IEEE-C37.238 Power Profile Yes and no. We do not produce messages with the profile specific TLV attached. So, as a client, we can support this profile. It is simply a matter of changing a few options in default.cfg. Also, IIRC, the latest add on to IEC 61850 specifies something like the Power Profile, but without the TLVs. So we support that, too. > - ITU-1 G.8265.1 Frequency Profile No. > - ITU-T G.8275.1 Time and Phase Profile Again, as a client, we can support this. As a Grand Master or Boundary Clock, we don't support the profile specific "notSlave" or "localPriority" options. Even without "notSlave", I expect that a normal GM would work fine in this profile. > ... or if there is any plan to implement them... I might be able to offer ITU-T G.8275.1 later on this year, but I can't promise it. > Also I want to ask about the unicast traffic. We don't support unicast, and it would be lots of work to add it. HTH, Richard |