neels has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/26969 )
Change subject: bsc: logp("start") also for handler_mode := false
......................................................................
bsc: logp("start") also for handler_mode := false
Change-Id: I4421a674055cd7013d21c52e9de6e369d1a72b6b
---
M bsc/BSC_Tests.ttcn
1 file changed, 3 insertions(+), 2 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/69/26969/1
diff --git a/bsc/BSC_Tests.ttcn b/bsc/BSC_Tests.ttcn
index fe6d1b2..634e629 100644
--- a/bsc/BSC_Tests.ttcn
+++ b/bsc/BSC_Tests.ttcn
@@ -1227,6 +1227,9 @@
for (var integer i := 0; i < nr_bts; i := i+1) {
f_init_bts(i, handler_mode);
}
+
+ /* Emit a marker to appear in the SUT's own logging output */
+ f_logp(BSCVTY, testcasename() & "() start");
}
function f_init_bts(integer bts_idx := 0, boolean handler_mode := false)
@@ -3704,8 +3707,6 @@
function f_start_handler_run(MSC_ConnHdlr vc_conn, void_fn fn, template (omit)
TestHdlrParams pars := omit)
runs on test_CT return MSC_ConnHdlr {
var charstring id := testcasename();
- /* Emit a marker to appear in the SUT's own logging output */
- f_logp(BSCVTY, id & "() start");
vc_conn.start(f_handler_init(fn, id, pars));
return vc_conn;
}
--
To view, visit
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/26969
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: I4421a674055cd7013d21c52e9de6e369d1a72b6b
Gerrit-Change-Number: 26969
Gerrit-PatchSet: 1
Gerrit-Owner: neels <nhofmeyr(a)sysmocom.de>
Gerrit-MessageType: newchange