PCU_Tests: fix f_TC_mt_ping_pong() header readability

Change-Id: I2d2e80fe411c0677b8f8d7833ec2b9ea62888221
This commit is contained in:
Vadim Yanitskiy 2020-10-17 15:59:37 +07:00
parent 006d195794
commit c67240a021
1 changed files with 3 additions and 1 deletions

View File

@ -1243,7 +1243,9 @@ testcase TC_force_two_phase_access() runs on RAW_PCU_Test_CT {
/* Test scenario where SGSN wants to send some data against MS and it is
* answered by the MS on PDCH, so TBFs for downlink and later for uplink are created.
*/
private function f_TC_mt_ping_pong(template (omit) MSRadioAccessCapabilityV_BSSGP ms_racap := omit, template (present) CodingScheme exp_cs_mcs := ?) runs on RAW_PCU_Test_CT {
private function f_TC_mt_ping_pong(template (omit) MSRadioAccessCapabilityV_BSSGP ms_racap := omit,
template (present) CodingScheme exp_cs_mcs := ?)
runs on RAW_PCU_Test_CT {
var RlcmacDlBlock dl_block;
var octetstring data := f_rnd_octstring(10);
var uint32_t sched_fn;