Levente Mészáros

Results 109 comments of Levente Mészáros

I tried really hard to reproduce this problem with the current master branch but I failed to do so. Unless you provide some more details how to reproduce it, I...

Could you please check if the problem still persist with the latest master branch?

I don't know but in my INET all of those MSG generated classes have the INET_API qualifier.

This problem is similar to attaching packet tags. What should be the name of several application packets split and merged into a single TCP segment? We could keep the name...

It should be possible to record them in PCAP files in the latest INET version. What is the exact error message? Which INET version are you using?

No, it should work in your version too.

You are right, this inconsistency is wrong and should be fixed. I'm not sure which way should we go. I tend to think that eth0, wlan0, etc. are not so...

It's called in the dimensional model too but it's way more complicated than the scalar variant. The calls are [here](https://github.com/inet-framework/inet/blob/v4.2.x/src/inet/physicallayer/common/packetlevel/PowerFunctions.h), look at FrequencyDependentAttenuationFunction, for example.

Hmm, the transmission/arrival variant is derived from the speed/frequency/distance variant in [the base class](https://github.com/inet-framework/inet/blob/v4.2.x/src/inet/physicallayer/base/packetlevel/PathLossBase.cc), so subclasses are expected to override the latter method or both of them. Therefore it seems...