Attention is currently required from: laforge, pespin.
fixeria has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/36148?usp=email )
Change subject: stp: add and use f_m3ua_{cli,srv}_config() helpers ......................................................................
Patch Set 1:
(1 comment)
File stp/STP_Tests_M3UA.ttcn:
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/36148/comment/e6b1d78a_113ab... PS1, Line 110: mtc.stop;
f_shutdown()
I am not entirely sure if we really need it here. This API is not used in the STP testsuite, I guess because there is simply no complex component hierarchy that would require graceful shutdown.
If we still want to use `f_shutdown()` here (e.g. for logging `filename:line`), then the whole STP testsuite needs to me migrated to it (in a separate patch). The `mtc.stop` approach is consistent with the existing code.