omnetpp icon indicating copy to clipboard operation
omnetpp copied to clipboard

OMNeT++ Discrete Event Simulator

Results 186 omnetpp issues
Sort by recently updated
recently updated
newest added

Add uint64 support to string tokenizer. Useful for lists of MAC addresses in configuration files.

The errors show in the Error Log view, not problems view

On windows, approx 3% of execution time in a simulation I was running was spent in `cMessage::isStale()`. Largely this is because of the dynamic cast. Since the `isTerminated()` check is...

Hi, In the code example in Section 19.4.13.2 "Inout Gates" of the OMNeT++ simulation manual, the dollar signs are missing in the HTML version, while they are present in the...

Hi, When simulation results from multiple simulation runs are converted to JSON using `opp_scavetool`, each run in the resulting JSON file contains results of all runs. Therefore, when converting the...

Compiling & running with UBSan produces the following error: ``` csimulation.cc:319:19: runtime error: null pointer passed as argument 2, which is declared to never be null ``` `memcpy` is marked...

Compiling & running with UBSan produces the following error: ``` bigdecimal.cc:56:15: runtime error: signed integer overflow: 1000000000000000000 * 10 cannot be represented in type 'long' ``` The overflow happens because...

Compiling & running with UBSan produces the following error: ``` simtime.cc:48:15: runtime error: signed integer overflow: 1000000000000000000 * 10 cannot be represented in type 'long' ``` The overflow happens because...

Hi, while browsing through the OMNet-Code, I discovered that that findSubmodule and the getSubmodule within the cModule-class almost contain the same code. I thus changed findSubmodule so that it calls...

trivial

A direct copy of https://github.com/inet-framework/inet/issues/720 ## Steps to reproduce - Disable EIRGP and BGP (and OSPFv2) - Open /inet/src/inet/node/inet/Router.ned ## Eclipse Errors shown - 'ospfRoutingModule': no such parameter - 'enableIpv6':...

in IDE / NED editor
new