Attention is currently required from: osmith, pespin.
fixeria has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/33630 )
Change subject: library/RAN_Emulation: testcase.stop -> mtc.stop ......................................................................
Patch Set 1:
(1 comment)
Patchset:
PS1:
I agree with fixeria that we should tend to use MISC_Helpers.f_shutdown when possible.
It should be said that I definitely don't want to force using `f_shutdown` everywhere, especially using it to set the verdict (because we have `setverdict` for that). My concern was that doing `mtc.stop` sometimes causes DTEs due to port messages arriving on unconnected ports, and doing `all component.stop` in this function is supposed to avoid this. But in this specific case `self != mtc`, so as Oliver said it evaluates to `mtc.stop` anyway...