inet icon indicating copy to clipboard operation
inet copied to clipboard

INET Framework for the OMNeT++ discrete event simulator

Results 170 inet issues
Sort by recently updated
recently updated
newest added

**Omnet 5.5.1 inet-4.1.1-ce69d088d** **OS**: MacOs **Component**: inet::ieee80211::Dcf, node.wireless.AccessPoint.wlan[0].mac.dcf **Summary**: The access point received the WlanAck from one host in the mac layer, but then the error of ackedFrame =  is...

Bug
Can't reproduce

The error thrown by the cHistogram is recorded here: https://github.com/omnetpp/omnetpp/issues/863 However, a workaround is to limit the minimum value of the result filter in [ResultFilters.cc](https://github.com/inet-framework/inet/blob/a216682295d90a0f95629fdbaf66aa389e04ce1e/src/inet/common/ResultFilters.cc#L334) with the following: ```cpp void...

The values returned must be 1, 2, 4, 6 or 8 https://github.com/aarizaq/inetmanet-4.x/commit/de09a0ce088e9203c47a94a675554a615b2bc15d

Bug

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

Bug

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);...

Bug

I am currently trying to use the `TwoRayGroundReflection` path loss model in a simulation which uses an `IEEE80211DimensionalRadioMedium`. I realized that `IPathLoss::computePathLoss` gets never called in my simulation and searched...

Bug

IpAddresses are not assigned to interfaces unless the module of the type Ipv4 is named "ipv4". Reproduce ------ Create a node where the ipv4 submodule is not called ipv4. All...

Bug

I've installed osgEarth.But there is a error: inet/visualizer/scene/SceneOsgEarthVisualizer.cc: In member function ‘virtual void inet::visualizer::SceneOsgEarthVisualizer::initializeScene()’: inet/visualizer/scene/SceneOsgEarthVisualizer.cc:79:5: error: ‘geoTransform’ was not declared in this scope geoTransform = new osgEarth::GeoTransform(); ^ inet/visualizer/scene/SceneOsgEarthVisualizer.cc:79:24: error:...

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

Bug

The routing table of nodes is messy and a sorting mechanism should be incorporated to make it more readable. For example look at the routing table of a router: ![2018-05-07_10-44-23](https://user-images.githubusercontent.com/5473998/39715928-a7f50c3c-51e3-11e8-8b63-38d406eacbc8.png)...

Feature