inet-framework / inet

INET Framework for the OMNeT++ discrete event simulator
https://inet.omnetpp.org
Other
442 stars 488 forks source link

GateControlList parameters are mutable but handleParameterChange is not implemented #996

Open haug-den-lucas opened 1 month ago

haug-den-lucas commented 1 month ago

As stated in the title, the parameters of a GateControlList are marked as @mutable which suggests that these parameters can be changed during runtime:

https://github.com/inet-framework/inet/blob/ce08305b86ddff9534e870ccd1aa913553d50c56/src/inet/queueing/gate/GateControlList.ned#L17-L18

However, parameter changes are ignored, so either: