receptionStartedSignal for LayeredEthernetInterface missing #978
haug-den-lucas
started this conversation in
General
Replies: 1 comment 2 replies
-
Try using EthernetStreamingPhyLayer instead of EthernetPhyLayer. The default implementation doesn't provide that signal but the streaming variant should. Let me know if it works for you! |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a scenario, with two TsnDevices (one sender and one receiver), where I need to keep track and perform actions based on the following four timestamps
To my understanding, in INET this corresponds to:
I think t1, t2 and t4 work just as they should and are emitted by the PacketTransmitter and PacketReceiver in the phyLayer of LayeredEthernetInterface.
However, it seems to me, that the receptionStartedSignal is not implemented here at all.
Also to me it does not seem like there is a simple one-line fix for this problem.
Would be great if this could be fixed, or if someone can guide me in the right direction so I can fix it myself.
Beta Was this translation helpful? Give feedback.
All reactions