OMNeT++ Simulator

INET Framework - Change Log

INET Framework - 1.99.2
=======================
- 0000346: [MANET] LWMPLSDataStructure::lwmpls_interface_delete_list_mpls loops badly (rhornig) - resolved.
- 0000373: [Base] UDPSocket::processMessage leak (rhornig) - resolved.
- 0000151: [Base] Memory leak in 'UDPVideoStreamSvr::processStreamRequest(cMessage *msg)' (rhornig) - resolved.
- 0000358: [Base] documentation describes the removed Autoconfiguration feature (rhornig) - resolved.
- 0000366: [Base] IPv4 does not route broadcast messages? (rhornig) - resolved.
- 0000243: [Base] nclients example - simetime_t overflow (rhornig) - resolved.
- 0000190: [Base] 802.11 STA nodes abort the simulation (rhornig) - resolved.
- 0000446: [MANET] memory leak in UDP (andras) - resolved.
- 0000348: [Base] Int128 and Uint128 operator minus look wrong (andras) - resolved.
- 0000345: [Base] Uint128 shift operators look wrong (andras) - resolved.
- 0000537: [Base] Usage of Failure Manager in Scenario Manager crashes the simulation - closed.

INET Framework - 1.99.1
=======================
- 0000198: [Base] ThruputMeteringChannel (rhornig) - closed.

INET Framework - 1.99.3
=======================
- 0000477: [Base] Don't put static functions in headers (andras) - resolved.
- 0000361: [Base] Ieee80211MgmtSTA::initialize error (rhornig) - resolved.
- 0000398: [Base] Broadcast packets need to use the basic bitrate (rhornig) - resolved.
- 0000414: [Base] the nextChange value in MovingMobilityBase is uninitialized (levy) - resolved.

OMNeT++ - Change Log

OMNeT++ - 4.3b1
===============
- 0000399: [simulation kernel] Can't tell where modules are while debugging (andras) - resolved.

OMNeT++ - 4.2.2
===============
- 0000556: [simulation kernel] Missing x:include support in XML files (andras) - resolved.
- 0000555: [simulation kernel] Memory leak in output vector recording (andras) - resolved.
- 0000552: [examples] Memory leak in TicToc (rhornig) - resolved.
- 0000551: [simulation kernel] Out of order SystemC and OMNEST event execution (rhornig) - resolved.
- 0000550: [IDE / result analysis] Error in export as matlab script (rhornig) - resolved.
- 0000508: [examples] Remove embedding example from the rundemo program (rhornig) - resolved.
- 0000547: [IDE / result analysis] What is wrong with this vector file? (rhornig) - resolved.
- 0000545: [IDE / sequence chart] freshly generated elog cannot be opened: "Missing mandatory token" (rhornig) - resolved.
- 0000532: [IDE / generic] OMNeT++ project property pages appear for non-OMNeT++ projects too (and throw errors) (rhornig) - resolved.
- 0000536: [command line tools] Output is not overwritten if switching between release and debug mode (rhornig) - resolved.

OMNeT++ - 4.2.1
===============
- 0000522: [IDE / C++ development] "OMNeT++ [built-in]" C++ code style not effective in a fresh install (rhornig) - resolved.
- 0000531: [simulation kernel] XML processing does not resolve XInclude elements (andras) - resolved.
- 0000482: [IDE / result analysis] Histograms cannot be exported to CVS/Matlab/Octave (rhornig) - resolved.
- 0000518: [IDE / other] Can not create project features for MiXiM case (andras) - resolved.
- 0000092: [simulation kernel] No large file support when compiled with default configuration on Linux (rhornig) - resolved.
- 0000511: [command line tools] Simulation command line: options cannot be specified after an ini file (andras) - resolved.
- 0000390: [IDE / C++ development] visual studio tools cannot be picked correctly. (rhornig) - resolved.
- 0000503: [examples] OMNEST: "embedding2" contains NED errors by default (rhornig) - resolved.
- 0000499: [Installer / Productizing] OMNEST uninstaller does not remove start menu folder (rhornig) - resolved.
- 0000337: [IDE / NED editor] Project Explorer doesn't allow opening multiple NED files in succession (on linux) (rhornig) - resolved.
- 0000491: [IDE / INI editor] Content Assist brings up "assertion failed: NedFileElement is not in the resolver" error dialog (andras) - resolved.
- 0000450: [runtime / Tkenv] Can not start any GUI simulation on linux (Tkenv: bad option "iconphoto") (andras) - resolved.
- 0000447: [IDE / documentation generator] Names that occur in multiple packages are not hyperlinked. (andras) - resolved.
- 0000487: [command line tools] Model in shared lib is not linked to an other model built as an executable (rhornig) - resolved.
- 0000509: [documentation] Install guide / Windows pre-req (rhornig) - closed.

OMNeT++ - 4.2
=============
- 0000094: [IDE / NED editor] IDE for slow CPUs (andras) - resolved.
- 0000326: [simulation kernel] Ned source region is not stored for Comment and NedFile elements (rhornig) - resolved.
- 0000298: [IDE / C++ development] Debugger can not be started if starting IDE from shotcut (rhornig) - resolved.
- 0000191: [command line tools] Switching a shared library based model to release mode from debug prevents the running of model (rhornig) - resolved.
- 0000209: [IDE / other] Crash of Omnetpp when accessing the INI or NED editor (rhornig) - resolved.
- 0000143: [IDE / C++ development] gdb fails to load from IDE (rhornig) - resolved.
- 0000439: [IDE / NED editor] modulinterface inheritance is nor resolved correctly (andras) - resolved.
- 0000418: [command line tools] No user interface (Cmdenv, Tkenv, etc.) found when compiling with GCC 4.6 in Ubuntu 11.10 (rhornig) - resolved.
- 0000402: [IDE / NED editor] Ctrl+Tab does not work in text mode (andras) - resolved.
- 0000219: [runtime / Cmdenv] express mode still prints out all of the initialization messages (andras) - resolved.
- 0000328: [simulation kernel] componentInitBegin is too spammy (andras) - resolved.
- 0000410: [IDE / C++ development] Dependencies for generated files are sometimes not included in the makefile (andras) - resolved.
- 0000364: [IDE / C++ development] Renaming or deleting a "makemake" folder permanently breaks build (andras) - resolved.
- 0000403: [IDE / C++ development] Makemake option dialog does not accept dash (-) as target name (rhornig) - resolved.
- 0000385: [IDE / INI editor] Hover info for parameter does not display the module type (andras) - resolved.
- 0000319: [Installer / Productizing] add Visual Studio 2010 support (rhornig) - resolved.
- 0000174: [documentation] Rock solid solution to run the IDE on 64 bit windows (rhornig) - resolved.
- 0000381: [IDE / simulation launcher] Folders cannot be launched (andras) - resolved.
- 0000334: [IDE / C++ development] Makemake page usability: replace Generated/Custom/No Makefile buttons with radio buttons (andras) - resolved.
- 0000251: [simulation kernel] It is not possible to contribute result filters and recorders from model code (andras) - resolved.
- 0000196: [IDE / sequence chart] Sequence chart displays "cCompoundModule" for compound modules instead of NED name e.g. StandardHost (levy) - resolved.
- 0000125: [IDE / sequence chart] Error or termination message should be part of the recorded event log file (levy) - resolved.
- 0000276: [IDE / sequence chart] Sequence Chart "internal error..." when attaching Vector to Axis (levy) - resolved.
- 0000231: [IDE / simulation launcher] Config enumeration popup in launcher is unusable when the parameter space is too big (andras) - resolved.
- 0000223: [IDE / C++ development] Bogus error: "Makefile seems to be a hand-written makefile, refusing to overwrite it." (andras) - resolved.
- 0000244: [IDE / INI editor] Included header-less inifiles are counted as part of [General] (tomi) - resolved.
- 0000214: [simulation kernel] Bogus recursion test for ini file inclusion (tomi) - resolved.
- 0000234: [IDE / NED editor] Missing content proposal for module interface (levy) - resolved.
- 0000233: [IDE / NED editor] Module interface inheritance cycle causes stack overflow (levy) - resolved.
- 0000232: [simulation kernel] Configuration: runnumber-width option causes seed-set to be interpreted as an octal number (andras) - resolved.
- 0000230: [IDE / NED editor] Type, Liketype and extends property editor cells bring up wrong lists (rhornig) - resolved.
- 0000229: [IDE / NED editor] Not possible to override an inherited display property, to be a default again. (rhornig) - resolved.
- 0000227: [IDE / NED editor] NED editor: NPE when pinning several modules from context menu (rhornig) - resolved.
- 0000225: [IDE / NED editor] "for" loops of connections not copied when cloning a submodule group (rhornig) - resolved.
- 0000224: [IDE / NED editor] NPE when cloning nodes in HypercubeNetwork (samples/hypercube) (rhornig) - resolved.
- 0000213: [IDE / NED editor] NPE in NED editor launcher (rhornig) - resolved.
- 0000173: [IDE / C++ development] "Clean Project" function cleans base projects as well (rhornig) - resolved.
- 0000145: [IDE / generic] Open NED Type dialog comes up empty on first invocation (andras) - resolved.
- 0000177: [IDE / C++ development] C++ editor indents with tabs (andras) - resolved.
- 0000222: [IDE / NED editor] Chinese comments become gibberish in NED files. (andras) - resolved.
- 0000155: [command line tools] Large projects cannot be built on MINGW because of linker command line length limitation (rhornig) - resolved.
- 0000221: [runtime / Tkenv] Negative zoom when opening a network window in Tkenv (andras) - resolved.
- 0000195: [runtime / Tkenv] Tkenv crashes if Broadcast Animation option is turned on with parsim (andras) - resolved.
- 0000194: [runtime / Tkenv] parsim glitch: messages sent out of the partition are not animated (andras) - resolved.
- 0000193: [simulation kernel] Parallel simulation issues (andras) - resolved.
- 0000187: [runtime / Tkenv] "Toggle eventlog recording" button crashes when an activity() module is present (levy) - resolved.
- 0000184: [IDE / sequence chart] SeqChart: Misleading "reuse" arrows appear when method calls are involved (levy) - resolved.
- 0000180: [IDE / result analysis] IDE reports failed Assertion when plotting certain line chart (tomi) - resolved.
- 0000188: [IDE / result analysis] Analysis editor: Focus problems when switching pages (andras) - resolved.
- 0000181: [IDE / result analysis] Blank line chart when line type="dots" is chosen (andras) - resolved.
- 0000183: [IDE / sequence chart] SeqChart: "Show self-messages" button affects reuse arrows as well. (andras) - resolved.

OMNeT++ - 4.2rc1
================
- 0000369: [simulation kernel] Problems with unit names (andras) - resolved.

OMNeT++ - 4.2b2
===============
- 0000206: [simulation kernel] Implement emptyxmldoc() (andras) - resolved.
- 0000283: [IDE / other] New project wizard generates incorrectly set up single-folder "Source-Sink example" project (andras) - resolved.
- 0000289: [IDE / NED editor] Bogus syntax highlight of XML tags in NED comments (andras) - resolved.
- 0000282: [IDE / other] New project wizard generates incorrectly set up "Source-Sink example" project (andras) - resolved.
- 0000071: [IDE / C++ development] "Cannot save buildspec" after choosing "custom make" for folder (andras) - resolved.
- 0000176: [IDE / INI editor] Obsolete error markers on ini files (tomi) - resolved.
- 0000179: [IDE / INI editor] Ini editor cannot parse "parallel iteration" syntax (tomi) - resolved.

OMNeT++ - 4.2b1
===============
- 0000384: [simulation kernel] Deep passing of parameters in NED files causes crash (rhornig) - resolved.
- 0000255: [runtime / Tkenv] Ugly fonts in Tkenv (andras) - resolved.
- 0000256: [IDE / documentation generator] Problem publishing link to internal page of generated docu (zbojthe) - resolved.
- 0000132: [IDE / INI editor] Option to disable automatic validation in the ini file editor (tomi) - resolved.
- 0000192: [IDE / sequence chart] elog viewer show "Internal error happened..." when sort by minimize crossing (levy) - resolved.
- 0000237: [simulation kernel] Ini files: poor iparsing for iteration values containing comma (tomi) - resolved.
- 0000254: [IDE / documentation generator] Automatically hyperlinking module names in comment texts is sometimes inconvenient (andras) - resolved.
- 0000217: [simulation kernel] NED: wrong evaluetion context when deep parameter assigment used (andras) - resolved.
- 0000248: [runtime / Tkenv] Parsing of displayString p-Tag should be done as double value instead of long value (andras) - resolved.
- 0000246: [IDE / NED editor] Omnet 4.1 Problems occurred when invoking code from plug-in: "org.eclipse.jface" (andras) - resolved.
- 0000236: [IDE / NED editor] Occasionally, graphical editor comes up empty on startup (rhornig) - resolved.
- 0000218: [runtime / Tkenv] tkenv: incorrect event log recording (levy) - resolved.
- 0000240: [IDE / sequence chart] Go To simulation time feature only allow absolute time values (levy) - resolved.
- 0000239: [IDE / sequence chart] No "Go To" submenu in sequence chart mode (levy) - resolved.
- 0000245: [runtime / Tkenv] Tkenv fails to display the graphical inspector if a syntax error is found in ini file (rhornig) - resolved.

OMNeT++ - 4.1
=============
- 0000085: [simulation kernel] linker errors when building statically linked simulations in release mode (rhornig) - resolved.
- 0000167: [runtime / Cmdenv] simulation stop after executing 100 runs with "Cannot open scalar file" error (andras) - resolved.
- 0000061: [runtime / Tkenv] "Re-layout" sometimes doesn't show an effect in Fast mode (andras) - resolved.
- 0000036: [runtime / Tkenv] Dynamic module creation is slow in Tkenv (andras) - resolved.
- 0000115: [IDE / INI editor] when defining many values for an iteration variable, the upper bounds of a range is ignored if the step is fractional (andras) - resolved.
- 0000086: [documentation] experiment/measurement/replication documentation out of date (andras) - resolved.
- 0000107: [runtime / Tkenv] Segmentation faults on 64-bit Fedora (andras) - resolved.
- 0000043: [simulation kernel] truncnormal() sometimes returns INFINITY (andras) - resolved.
- 0000088: [simulation kernel] on second extend modules loose gates? (levy) - resolved.
- 0000058: [IDE / sequence chart] not enough feedback on failure to attach vector to a module line (levy) - resolved.
- 0000124: [IDE / NED editor] Content assist broken within connection parameters (levy) - resolved.
- 0000083: [IDE / INI editor] Incorrect inifile syntax causes AssertFailed in the editor (andras) - resolved.
- 0000116: [simulation kernel] Seg Fault in cPacketQueue::remove (andras) - resolved.
- 0000103: [IDE / simulation launcher] Launcher tries to start the program even if the build process was unsuccessul (levy) - resolved.
- 0000102: [IDE / simulation launcher] Usability issue when starting a simulation built as a shared library (levy) - resolved.
- 0000053: [examples] Run Time Error : Error in module (L2Queue) Dynamic.rte41.queue[2] (id=258) (andras) - resolved.
- 0000106: [command line tools] configure script sets HAVE_PCAP even if wpcap.dll is missing (andras) - resolved.
- 0000096: [simulation kernel] opp_test - diff between expected and actual output (andras) - resolved.
- 0000091: [simulation kernel] cArray::clear() does not check for NULL (andras) - resolved.
- 0000084: [IDE / NED editor] "Edit Parameters" dialog does not validate input (levy) - resolved.
- 0000082: [command line tools] Cannot extend a message class from an other rnamespace (andras) - resolved.
- 0000022: [simulation kernel] Perfomance issue: cMessage::getArrivalTime() returns simtime_t by value (andras) - resolved.
- 0000080: [simulation kernel] incorrect demangling of C++ symbol names (andras) - resolved.
- 0000070: [IDE / sequence chart] Messages sent/scheduled from method calls are visualized incorrectly (levy) - resolved.
- 0000074: [IDE / documentation generator] Cannot produce titlepage (levy) - resolved.
- 0000073: [IDE / documentation generator] neddoc crash if comment starts with //@titlepage (levy) - resolved.
- 0000042: [IDE / result analysis] Plot time averages in the analysis. (tomi) - resolved.
- 0000062: [IDE / result analysis] Bug in scavetool: aggregates runs with different parameter settings (tomi) - resolved.

OMNeT++ - 4.1rc1
================
- 0000097: [IDE / C++ development] gcc toolchain should #define _WIN32 when on Windows, like mingw-gcc does (andras) - resolved.
- 0000098: [simulation kernel] Assignment of a compound module parameter in a submodule does not assign the unit (andras) - resolved.
- 0000038: [runtime / Tkenv] Layouter produces strange results, if some nodes are fixed (andras) - resolved.
- 0000165: [runtime / Tkenv] Fit network size to window size (rhornig) - resolved.
- 0000150: [IDE / C++ development] C/C++ nature missing when opening sample projects for the first time (rhornig) - resolved.
- 0000069: [command line tools] Command line compilation is not working on Windows64 bit systems (rhornig) - resolved.
- 0000161: [IDE / C++ development] gdb fails when started from the IDE with "unknown target exception 0xc0000135 at 0x7c9766c6" (rhornig) - resolved.
- 0000136: [IDE / C++ development] automatic message/object generation fails on "using" in cpluplus section (andras) - resolved.
- 0000101: [command line tools] Add a message property @sizetype() to msgc to specify to specify the type of the array size variable (andras) - resolved.
- 0000166: [IDE / result analysis] SVG export fails because of "Graphic is disposed" (rhornig) - resolved.
- 0000048: [simulation kernel] Using EV is not possible during init phase (andras) - resolved.
- 0000067: [simulation kernel] turn of "initialization of module/channel" print out (andras) - resolved.
- 0000056: [runtime / Tkenv] Tkenv segmentation fault in getObjectShortTypeName (andras) - resolved.
- 0000147: [runtime / Tkenv] Bubbles drawing position wrong/not updated after zooming in/out in inspector (andras) - resolved.
- 0000152: [IDE / result analysis] Chart zooming broken: coordinate overflows reported too soon (andras) - resolved.
- 0000149: [IDE / documentation generator] neddoc error: Process exec error for /usr/bin/dot (exit code 139) : dot: width (34661 >= 32768) is too large (andras) - resolved.

OMNeT++ - 4.1b4
===============
- 0000001: [IDE / NED editor] Content assist is not working in a NED source editor inside an inner type (andras) - resolved.
- 0000059: [runtime / Cmdenv] initialization statements (andras) - resolved.
- 0000009: [IDE / INI editor] The IDE ini editor doesn't know about parameters of dynamically created modules (andras) - resolved.
- 0000087: [documentation] getBaseId must be gateBaseId in section 4.5.1 (rhornig) - resolved.
- 0000128: [command line tools] The git instance bundled with OMNeT++ does not work properly (rhornig) - resolved.
- 0000109: [simulation kernel] Cached parameter values are not set correctly in datarate and delay channel (rhornig) - resolved.
- 0000146: [IDE / C++ development] Invalid Address specified to RtlFreeHeap( 02800000, 6E188134 ) when executing tictoc.exe in gdb (rhornig) - closed.

OMNeT++ - 4.1b3
===============
- 0000119: [IDE / sequence chart] Sequence Chart displays internal error when opened on log from SystemC examples (andras) - resolved.
- 0000118: [examples] make clean does not clean samples correctly (rhornig) - resolved.
- 0000108: [IDE / generic] omnetpp64 cannot start on Fedora 11 x86_64 (rhornig) - resolved.

OMNeT++ - 4.1b2
===============
- 0000142: [simulation kernel] changing a parameter from Tkenv does not invoke the handleParameterChange method (andras) - resolved.

OMNeT++ - 4.1b1
===============
- 0000099: [simulation kernel] OMNet 4.0 does not compile under Fedora 11 (GCC 4.4.1) (rhornig) - resolved.

OMNeT++ - 4.0
=============
- 0000052: [runtime / Tkenv] Simulation progress stalls in large simulations with Tkenv express mode (andras) - resolved.

OMNeT++ - 4.0rc2
================
- 0000047: [runtime / Tkenv] Crash in Tkenv when inspecting a module (andras) - resolved.
- 0000044: [IDE / NED editor] IDE Crash (rhornig) - resolved.
- 0000003: [IDE / C++ development] IDE reports warnings as errors which are not errors (andras) - resolved.
- 0000018: [runtime / Cmdenv] Add a comand line option to print all configurations of an ini file (andras) - resolved.
- 0000034: [runtime / Tkenv] bubble() most times does not work in fast-mode on recently created modules. (andras) - resolved.
- 0000033: [runtime / Tkenv] Tkenv crashes when inspecting "base" of an display string (andras) - resolved.

OMNeT++ - 4.0rc1
================
- 0000028: [simulation kernel] Setting the displayString fails sometimes (andras) - resolved.
- 0000030: [command line tools] opp_makemake adds relative rpath for dynamically linked library (rhornig) - resolved.
- 0000016: [runtime / Tkenv] "fast mode" very slow (andras) - resolved.
- 0000032: [IDE / C++ development] Can not edit files in IDE anymore, NULLPointer in Initial Indexer (may be related to latest Ubuntu updates) (rhornig) - resolved.
- 0000026: [IDE / result analysis] Legend box for scatter plots can't be closed (rhornig) - resolved.
- 0000021: [IDE / INI editor] Wrong syntax error in expression (andras) - resolved.
- 0000017: [runtime / Tkenv] Scrolling in filtered main window feels strange (andras) - resolved.
- 0000025: [runtime / Tkenv] Tkenv layout mechanism places dynamically created modules way beyond windows borders (rhornig) - resolved.
- 0000023: [IDE / generic] Manually generated Makefile gets deleted by IDE (rhornig) - resolved.
- 0000015: [runtime / Tkenv] Inspecting encapsulated message fails for messages with @customize(true) (andras) - resolved.
- 0000013: [simulation kernel] several compile warnings when crosscompiling for ARM (andras) - resolved.
- 0000011: [IDE / C++ development] Discovery profile OmnetppGCCPerProjectProfile doesn't add include paths to project (andras) - resolved.
- 0000002: [IDE / result analysis] invalid statistics data (tomi) - resolved.
- 0000005: [IDE / sequence chart] save settings of sequence charts (rhornig) - resolved.
- 0000014: [simulation kernel] configure fails if JRE is not installed (rhornig) - resolved.
- 0000010: [simulation kernel] opp_run -h config shows obsolete parameter perform-gc (andras) - resolved.
- 0000007: [IDE / NED editor] IDE crash when opening ned file (rhornig) - resolved.
- 0000008: [runtime / Tkenv] ugly font for ev output with Tkenv (Linux) (andras) - resolved.
- 0000004: [runtime / Tkenv] valgrind errors with Tkenv::objectDeleted() (andras) - resolved.


Mantis 1.1.5[^]
Copyright © 2000 - 2008 Mantis Group
Powered by Mantis Bugtracker