Levente Mészáros
Levente Mészáros
1: I don't know why do you think that the histogram range should not be measured in bits when the statistic value is itself measured in bits. I disagree with...
The @enum should not be there with the latest omnetpp because it validates the default value. How did the @enum get there?
This has been fixed in INET master.
Radio could be in wrong reception state when used together with `RadioMedium.*Filter` configurations
This is a known limitation of the radio medium filters. When you enable a filter, you loose some precision in the simulation. So basically you trade accuracy for speed. For...
I analyzed this problem and here is what I found. The clock time of a SettableClock is changed (e.g. from 100 -> 200) such that there are clock events which...
Wow! Thank you for this pull request! It looks really good, and I'm pleasantly surprised how much you could pick up from the architecture and the code without a comprehensive...
Oh, it's good to know! We are coming back home on Wednesday evening, but let's meet if possible! I'll keep in mind that you are going to have a presentation.
Looking at this PR again, I would like to ask you to perhaps consider submitting several smaller PRs instead of this large one. Preferably each PR should contain only a...
I'm sorry for coming back this late... So, I started to work on the time synchronization related features of INET. There are several known issues with the current implementation, some...
Thanks for the great write up! It indeed looks like a bug to me.