inet icon indicating copy to clipboard operation
inet copied to clipboard

GateControlList parameters are mutable but handleParameterChange is not implemented

Open haug-den-lucas opened this issue 1 year ago • 0 comments

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:

  • The parameters should not be marked as mutable
  • handleParameterChange should be implemented

haug-den-lucas avatar Oct 01 '24 15:10 haug-den-lucas