Levente Mészáros

Results 164 comments of Levente Mészáros

I'm sorry but I had no time to review this yet. I'm quite busy at the moment.

In some other cases this issue causes large differences: ``` Exported 1 vector Exported 1 vector 2c2 < run General-0-20250620-12:42:21-30865 --- > run General-0-20250620-12:50:57-32208 4,5c4,5 < attr datetime 20250620-12:42:21 <...

Thanks! We fixed with @avarga, here is the patch: https://github.com/omnetpp/omnetpp-dev/commit/c60b72540d8fe1636c42168a4b50cd755d9d1813

See this for a portable software support for higher precision floating point library: https://github.com/ucb-bar/berkeley-softfloat-3

Running the statistical tests with the above fix on INET results in 75% failure rate. Most of them are statistical differences with very small relative error. The ones where the...

There's a difference between how StandardHost/EthernetSwitch and TsnDevice/TsnSwitch records PCAPng files. The former records the TX end and RX start timestamps. The latter records the TX start and RX start...

I think we could add a gate filter parameter to all gate schedule configurators to limit the scope of the auto-configuration. This wouldn't be difficult to do and I think...

I suggested something fairly simple: some gates are automatically configured and some gates are manually configured. So you could leave the best effort traffic gates open all the time, assuming...

IIRC the current implementation doesn't consider guard intervals because it assumes a number of things about the whole network and the traffic to greatly simplify the gate scheduling problem: -...

Ok, I see. So here is how this could be implemented. The automatic gate schedule configurators should be extended with a second stage. The second stage should configure all non-TT...