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

[FMI](https://fmi-standard.org/) is a standard developed by Modelica Foundation to simplify cosimulating models developed with different software. Recently a layered standard called FMI-LS-BUS was published to allow exporting network simulations as...

Scalar files explicitly contain the value of stddev for statistic summaries. Yet, when opp_scavetool reads the file, it does NOT parse the stddev field but recomputes it from other fields...

new

The default precision used to write double-precision numbers into result files is currently too low, which means precision is lost when the IDE Analysis Tool and opp_scavetool reads the result...

new

This issue was created to keep track of Dark Theme issues in the IDE, and techniques/best practices to handle them.

minor
in IDE / generic

When a vector operation is added to a vector chart - depending on what the operation is - it could change what units the resulting values are in. This, however,...

in IDE / result analysis

Add the following to install.sh on macOS. Make it as a fallback if neither homebrew nor nix is available. ``` sudo port -N install bison flex perl5 gmake qt6 py-pkgconfig...

pri-low

**Platform** - OMNeT++ version: 6.1 - OS: [e.g. Ubuntu 25.04 **Describe the bug** opp_msgc: In msg compiler generated code, the `doParsimUnpacking(b, bitVector);` generates c++ compiler error. **To Reproduce** Foo.msg: ```...

new

**Platform** - OMNeT++ version: omnetpp-6.x branch - OS: Ubuntu 25.04 When opening anf file from the search panel, and then double clicking on a chart, the chart rename is triggered,...

pri-low
in IDE / result analysis

OMNeT++ 6.1: ``` moduleinterface ILtePdcp { parameters: @display("i=block/fork"); int headerCompressedSize @unit(B); gates: inout DataPort; inout TM_Sapx; inout UM_Sap; inout AM_Sap; } simple LtePdcpBase like ILtePdcp { ... gates: inout TM_Sap[];...

new

**Platform** - OMNeT++ version: 6.2 - OS: all It is error prone to allow users to re-register a global object (NED function, Result_fiter etc.) with the same name. These kind...

pri-low
in simulation kernel