You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I hope to transmit the real stream to the TSN network, such as UDP packets, to realize the TSN emulation. However, I encountered a BUG when configuring the ExtLowerEthernetInterface for the TsnSwitch.
Gate 'phys$i' of compound module (inet::ExtInterface)DumbbellNetwork.switch1.eth[0] is not connected on the inside, upon arrival of message (inet::physicallayer::Signal)best effort-0 -- in module (inet::PacketTransmitter) DumbbellNetwork.client1.eth[0].phyLayer.transmitter (id=133), at t=0s, event #14
I don't know how to configure to solve this problem.
Here is my network topology. I use 3 virtual machines, two of which act as the real sender and receiver, and the remaining one runs omnetpp.
The provided example incorrectly connects the phys gate of the ExtLowerEthernetInterface module. That's not how this module is intended to be used. Also, this module is not useable with TSN traffic shaping features, because it lacks a queue submodule.
I understand your motivation to use all TSN features in an emulation setting but it's not fully supported at the moment.
Thank you for your reply. I'm wondering if I can use the ExtEthernetSocket module combined with the TSN Enabled EthernetInterface module to achieve this function
It may work, although I never tried such a configuration and didn't think about that usage. That's the whole point of having modules with some specific behavior after all, you can combine them in unforeseen ways.
I hope to transmit the real stream to the TSN network, such as UDP packets, to realize the TSN emulation. However, I encountered a BUG when configuring the ExtLowerEthernetInterface for the TsnSwitch.
I don't know how to configure to solve this problem.
Here is my network topology. I use 3 virtual machines, two of which act as the real sender and receiver, and the remaining one runs omnetpp.
Hers is my ned file.
Here is my ini file.
I know it's probably some silly mistake, but do you have idea about how to use ExtLowerEthernetInterface in TsnSwitch?
Thanks!
The text was updated successfully, but these errors were encountered: