TSN Schedule Update at Runtime
I am attempting to add new TSN streams and dynamically update the TSN schedule at runtime in INET 4.5.4. This requires a synchronized update of the durations parameters in the *.switch.eth[*].macLayer.queue.transmissionGate[*] across multiple switches at a specific point during the simulation run.
I haven't found any native INET interfaces that support this runtime modification or a reference implementation. Does INET currently provide any mechanism for this dynamic schedule update? If not, I plan to fork the repository and try to implement this feature, and I would appreciate any advice or suggestions you might have regarding this extension.
You can do this in zero simulation time the same way the durations parameters are set by the configurator now at the start of the simulation. Though, I'm not sure if setting the parameters will not cause some issues regarding the current state of the gates and where the gates are in the schedules, etc.
I understand. Thank you for your suggestion.