Hi, I tried running MyConfig, but I get the following error:
(omnetpp::cChannel)temp: Fatal: Direct deletion of a channel object is illegal, use cGate's disconnect() or reconnectWith() instead; ABORTING -- in module (SimpleUnderlayConfigurator) SimpleUnderlayNetwork.underlayConfigurator (id=2), at t=0s, event #2
I ran the debugger and the issue seems to happen in SimpleNodeEntry::SimpleNodeEntry() at SimpleNodeEntry.cc:143 where tempRx and tempTx are deleted.
Do you know how I can fix this?
Hi, I tried running MyConfig, but I get the following error:
(omnetpp::cChannel)temp: Fatal: Direct deletion of a channel object is illegal, use cGate's disconnect() or reconnectWith() instead; ABORTING -- in module (SimpleUnderlayConfigurator) SimpleUnderlayNetwork.underlayConfigurator (id=2), at t=0s, event #2I ran the debugger and the issue seems to happen in
SimpleNodeEntry::SimpleNodeEntry() at SimpleNodeEntry.cc:143where tempRx and tempTx are deleted.Do you know how I can fix this?