Levente Mészáros
Levente Mészáros
Well, we are not waiting but working on other issues. It's going to be released when all marked issues are fixed.
If you think this is a bug then we need exact steps to reproduce it. Please attach the NED/INI files and/or the necessary changes to an existing example.
This is where the bitrate is passed down in the time-aware shaper to the gate. ``` module Ieee8021qTimeAwareShaper extends CompoundPacketQueueBase { ... *.bitrate = default(this.bitrate); ``` There's a similar line...
Ah, I misunderstood then. That is indeed very strange.
This turned out to be a bug in omnetpp. Do you need a patch or can you workaround the problem for now? The next omnetpp version will contain a fix....
This issue has been fixed in omnetpp and the fix is part of the 6.1 release.
You can see the [patch](https://github.com/omnetpp/omnetpp-dev/commit/0df809fc453ce316d537a4c0825f731e6d1b11bd) committed by rhornig in the omnetpp-dev repository on Jun 30. I think there's no PR and issue for this.
Try starting the python repl and `import inet`, maybe you will see the problem.
Thanks for writing a detailed bug report! We will get back to you seen when @rhornig is back in the office.
1. The histogram range is correctly measured in the same unit as the statistic value, I think this **isn't** a bug. 2. The exported CSV file doesn't contain all columns...