bsc: mark test start in OsmoBSC's logging output

Change-Id: I896a02403c9933323a9d7807a66be0afc4028d0f
This commit is contained in:
Neels Hofmeyr 2020-10-10 16:56:48 +02:00
parent 2b910dc91c
commit 1708d1bf1b
1 changed files with 2 additions and 0 deletions

View File

@ -3164,6 +3164,8 @@ runs on test_CT return MSC_ConnHdlr {
}
vc_conn := MSC_ConnHdlr.create(id);
f_connect_handler(vc_conn, bssap_idx);
/* Emit a marker to appear in the SUT's own logging output */
f_logp(BSCVTY, testcasename() & "() start");
vc_conn.start(f_handler_init(fn, id, pars));
return vc_conn;
}