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

minor changes for inet master: - inet_fingerprinttest: add var defaultExecutable - gen_runallexamples: use INET_ROOT env variable - gen_runallexamples: find files only, skip folders from list - bin: inet_diffingerprints: fixes: shows...

When I'm using inline XML configuration for IP-addresses with `.x` type wildcard, it configures a netmask to be as minimal as possible with provided IP-addresses. Like with `192.168.1.26` and `192.168.1.31`...

Bug

This pull requests extends the gPTP implementation with clock servos, BMCA and hot standby. **gPTP bugfixes** The gPTP implementation had some bugs, which are fixed in this PR - As...

Bug
Feature

There are two identical functions, `hasFrameToTransmit`, in `hcf.cc`. The one with the input parameter `ac` doesn't use that input. The function `bool Hcf::hasFrameToTransmit(AccessCategory ac)` should retrieve `edcaf` using: > `auto...

Bug

I have included these files Under linklayer/ieee80211 1. tsnLayer.ned 2. Ieee80211tsnInterface.ned Under node/tsn 3. TsnAccessPoint.ned I have tried building it and it works. Please include the same,

Feature

Wi-Fi MAC uses FrameSequenceHandler with Transmit and Receive step. **Transmit** step used to start transmission and then changed to **Receive** step to wait for WlanAck. When **Receive** step started, a...

Bug

Hi, would it be possible to add 800Gbps Ethernet rate? To the `v4.5.x` branch if possible. ```cpp #define EIGHTHUNDRED_GIGABIT_ETHERNET_TXRATE 800000000000.0 /* 800 Gbit/sec (in bit/s) */ ```

Feature

I am currently working with the domainNumber settings in gPTP. I noticed that I am unable to configure the domain numbers independently. In the existing code, the domain numbers start...

Feature

Hi, when studying the inet codebase, I noticed something that I think could lead to a bug as described in the title. https://github.com/inet-framework/inet/blob/dc1fe50136108af516063530b5a572e0539e0439/src/inet/physicallayer/wireless/common/radio/packetlevel/Radio.cc#L554 We know that `Radio::updateTransceiverState()` gets called after...

Feature

Hi, When using inet::RealTimeScheduler for emulation, for instance, with Simu5G, stale events occur frequently (some modules are dynamically deleted before the event is processed). But the code in [takeNextEvent()](https://github.com/inet-framework/inet/blob/370d3d503ab2a6a3affbd6a86a4afa64f9eb101d/src/inet/common/scheduler/RealTimeScheduler.cc#L155-L191) does...

Bug