Multi talkers - Qbv network #39
Replies: 3 comments
-
Hi,
For more insight, I would need your complete network. From here I can only suggest checking whether you use the correct VLAN ids for the source apps. As you use the IEEE8021Qbv example another problem might be that the gate of the priority you are using for the 802.1Q frame is never open. So I would suggest checking your gate control list settings and the priorities of your TSN streams. I hope this helps. |
Beta Was this translation helpful? Give feedback.
-
Hi Timo, |
Beta Was this translation helpful? Give feedback.
-
I've looked at your ini files and there are some configuration errors. The real problem lies in the GateControlList Configured at the switch. Please check the 802.1Qbv standard to see how the GateControlList works. Stream reservation is currently only supported with AVB talker and listener apps, as our 802.1Q apps dont use bandwidth reservation. |
Beta Was this translation helpful? Give feedback.
-
Hi, I am a student working on some TSN, where I am using your framework to simulate Qbv.
I work from the example in the core4inet, the IEEE8021Qbv. I understand most of the configuration in the ini files, but some questions:
----- Talker with Q Traffic ---------
**.node1.app[0].typename = "IEEE8021QTrafficSourceApp"
**.node1.app[0].destAddress = "0A-00-00-00-00-03"
**.node1.app[0].payload = intWithUnit(uniform(1500Byte, 1500Byte))
**.node1.app[0].sendInterval = 500us
**.node1.app[0].priority = 7
**.node1.app[0].vid = 1
**.node1.phy[*].taggedVIDs = "1"
and in node 2, the only sink is defined as :
**.node2.app[1].typename = "BGTrafficSinkApp"
**.node2.app[1].srcAddress = "0A-00-00-00-00-01"
but this sink is to BGTraffic? how do you defined talker and listener according to applications?
I have tried to have two talker in node 1 with Q traffic and two of those sink, only the first talker sent data and only the first sink received.
I would like to have seven TSN flow and one BE between two nodes, but it seems not to go further then to the switch. not possible to have more talkers of the same type traffic in one node?
I have an idea some of these line have something to to with it, but I have no idea their impact:
What do this lines implact?
Hope I described my situation in depth and I will look forward for your responds :)
best regards
Beta Was this translation helpful? Give feedback.
All reactions