From 615bb745f5023c4b6b8119ab9acc078eaf851fe4 Mon Sep 17 00:00:00 2001 From: garciay Date: Tue, 13 Dec 2016 14:02:26 +0000 Subject: [PATCH] Remove PICS_RSU --- ttcn/AtsSremSsem/ItsSrem_TestControl.ttcn | 47 +++++++++-------------- 1 file changed, 19 insertions(+), 28 deletions(-) diff --git a/ttcn/AtsSremSsem/ItsSrem_TestControl.ttcn b/ttcn/AtsSremSsem/ItsSrem_TestControl.ttcn index 7b73d25c9..dc3b7d464 100644 --- a/ttcn/AtsSremSsem/ItsSrem_TestControl.ttcn +++ b/ttcn/AtsSremSsem/ItsSrem_TestControl.ttcn @@ -20,41 +20,32 @@ module ItsSrem_TestControl { // Test Execution control { - if (not PICS_RSU_ROLE) { + if (PICS_SREM_GENERATION) { - if (PICS_SREM_GENERATION) { - - execute(TC_IS_RLT_MSGF_BV_01()); - execute(TC_IS_TLC_EVGN_BV_01()); - execute(TC_IS_TLC_EVGN_BV_02()); - execute(TC_IS_TLC_COMM_BV_01_01()); - execute(TC_IS_TLC_COMM_BV_01_02()); - - if (PICS_SSEM_RECEPTION) { - - execute(TC_IS_TLC_MSGF_BV_03()); - - } - - } + execute(TC_IS_RLT_MSGF_BV_01()); + execute(TC_IS_TLC_EVGN_BV_01()); + execute(TC_IS_TLC_EVGN_BV_02()); + execute(TC_IS_TLC_COMM_BV_01_01()); + execute(TC_IS_TLC_COMM_BV_01_02()); + } + if (PICS_SSEM_RECEPTION) { + + execute(TC_IS_TLC_MSGF_BV_03()); } - if (PICS_RSU_ROLE) { + if (PICS_SREM_GENERATION) { - if (PICS_SREM_GENERATION) { - - execute(TC_IS_TLC_MSGF_BV_04()); - - if (PICS_SREM_RECEPTION) { - - execute(TC_IS_TLC_MSGF_BV_02()); - - } - - } + execute(TC_IS_TLC_MSGF_BV_04()); } + + if (PICS_SREM_RECEPTION) { + + execute(TC_IS_TLC_MSGF_BV_02()); + + } + } } // End of module ItsSrem_TestControl \ No newline at end of file -- GitLab