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 2:
(2 comments)
File bsc/BSC_Tests_CBSP.ttcn:
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/28406/comment/55bb4104_ed822... PS1, Line 15: friend module BSC_Tests;
By saying that BSC_Tests is a friend module, you basically allow BSC_Tests to import 'friendly' stuf […]
Done
File bsc/BSC_Tests_CBSP.ttcn:
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/28406/comment/17a52c4a_7851a... PS2, Line 15: import from BSC_Tests all; This line should be kept where it was, I see no reason to move it here.