xl4-shiro / excelfore-gptp

gPTP, IEEE 802.1AS-REV implementation
GNU General Public License v2.0
62 stars 38 forks source link

GptpCapable tlvType #22

Open irodelo opened 5 months ago

irodelo commented 5 months ago

Hello, I am running GPTP on two devices. When synchronized, gPTP-capable messages with tlvType 0x8000 are not being sent. Instead, I am only able to see messages with tlvType 0x03. Is there a problem?

I'm looking forward to your answer. Thanks a lot!

irodelo commented 5 months ago

Hi, I found out that in gptp_capable_transmit_sm.c there is a function that sets the gPTP-capable TLV. In it, the configured tlvType is 0x03 instead of 0x8000. Would it be a correct assumption to change the value of the tlvType there?

I look forward to your answer. Thanks!