Attention is currently required from: pespin. fixeria has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/28406 )
Change subject: bsc: Call f_shutdown_helper() in BSC_Tests_CBSP tests ......................................................................
Patch Set 1:
(1 comment)
File bsc/BSC_Tests_CBSP.ttcn:
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/28406/comment/40c4103d_43733... PS1, Line 15: friend module BSC_Tests; By saying that BSC_Tests is a friend module, you basically allow BSC_Tests to import 'friendly' stuff from BSC_Tests_CBSP. However, I see no friend definitions in this module at all, so I don't think this is needed.