OMNeT++/OMNEST Bug Tracker - OMNeT++ | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0000521 | OMNeT++ | simulation kernel | public | 2012-01-15 13:32 | 2012-01-15 17:36 |
Reporter | andras | ||||
Assigned To | |||||
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | new | Resolution | open | ||
Platform | OS | OS Version | |||
Product Version | 4.2 | ||||
Target Version | Fixed in Version | ||||
Summary | 0000521: channel parameters cannot be set with pattern assignments in NED | ||||
Description | Channel parameters cannot be set with pattern assignments in NED Example: module Node { gates: input in; output out; connections allowunconnected: } network FifoNet { parameters: **.datarate = 444 Mbps; // <---- THIS LINE IS INEFFECTIVE submodules: a: Node; b: Node; connections allowunconnected: a.out --> ned.DatarateChannel --> b.in; } The datarate setting line does not take effect. At the same time, a **.datarate=... line in omnetpp.ini is OK. | ||||
Steps To Reproduce | |||||
Additional Information | |||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | |||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2012-01-15 13:32 | andras | New Issue | |||
2012-01-15 16:36 | andras | Note Added: 0000688 | |||
2012-01-15 17:36 | andras | Note Added: 0000689 |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|