Alfonso
Alfonso
The packet of type ROUTE_FLOOD doesn't have payload, the code try to copy the payload with length 0 that throw an exception A possible solution is to check that the...
I don't know if this is in the future plans, but I think that could be a good idea to include the obstacles in the mobility models This is an...
I have been checking the consumption data of SensorStateBasedCcEnergyConsumer and I think that there are several misinterpretations of the cc2500 data sheet. The idle state is a state that TI...
Solution: https://github.com/aarizaq/inetmanet-4.x/commit/d3a93354b87a25706395a7abf91ab7c2e0879f2e
The values returned must be 1, 2, 4, 6 or 8 https://github.com/aarizaq/inetmanet-4.x/commit/de09a0ce088e9203c47a94a675554a615b2bc15d
The value of aRxPHYStartDelay for VHT is incorrect, the simulation crash if is configured with **.separateReceptionParts = true **.separateTransmissionParts = true Due to the incorrect ACK waiting time Solution https://github.com/aarizaq/inetmanet-4.x/commit/71a2e2e410d1595007fc9b76f11209cbc1d41dc6
The total duration is computed using only the preamble and the data, the physical header is not considered. virtual const simtime_t getDuration(b dataBitLength) const override { return preambleMode->getDuration() + dataMode->getDuration(dataBitLength);...
The bandwidth in the receiver is always set at 22MHz, in ac and h, only the 20MHz bandwidth work correctly. Possible fix: https://github.com/aarizaq/inetmanet-4.x/commit/3a2cd60ca6eb84c0f603ef94e2388739f11120ef
I have run a test with the ideal radio in a network with bmac and 802.11 and the simulation ends in void Ieee80211Mac::handleLowerPacket(cPacket *msg). I am no sure if it...
Ieee80211HtMode.h and Ieee80211VhtMode.h The duration is incorrectly computed and it throws and error when the radio is configured to receive/transmit by parts virtual const simtime_t getDuration(b dataLength) const override {...