Attention is currently required from: pespin.
fixeria has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/32266 )
Change subject: bts: Proper tear down ......................................................................
Patch Set 1:
(2 comments)
File bts/BTS_Tests_OML.ttcn:
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/32266/comment/47979a12_daf9a... PS1, Line 155: friend I think you want `private` instead of `friend` here, since this function is not used anywhere outside of this module - no need to expose it.
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/32266/comment/ad279ddf_2a20a... PS1, Line 155: f_shutdown_helper We already have `f_shutdown()` in `library/Misc_Helpers.ttcn`, can we re-use it here?