Loading ttcn/DCC/LibItsDcc_Pixits.ttcn +73 −1 Original line number Diff line number Diff line Loading @@ -454,7 +454,79 @@ module LibItsDcc_Pixits { * @desc Give the content of Table 16. * @see ETSI TS 102 917-2 Table 16 */ modulepar ChannelProfileTimeAspects PIXIT_TABLE_16_TC_MTS_ACT_04 := { modulepar ChannelProfileTimeAspects PIXIT_TABLE_16_TC_MTS_ACT_05 := { { active, { { 5, 2.0, 0.500 }, { 6, 2.0, 0.500 }, { 7, 1.0, 1.000 }, { 8, 0.5, 2.000 } } }, { restrictive, { { 5, 2.0, 0.500 }, { 6, 2.0, 0.500 }, { 7, 1.0, 1.000 }, { 8, 0.5, 2.000 } } } } /** * @desc Give the content of Table 17. * @see ETSI TS 102 917-2 Table 17 */ modulepar ProfileTimeChannelAspects PIXIT_TABLE_17_TC_MTS_RES_01 := { { 2, { 4.0, 0.250, { relaxed } } }, { 3, { 1.0, 1.000, { relaxed, active } } } } /** * @desc Give the content of Table 18. * @see ETSI TS 102 917-2 Table 18 */ modulepar ChannelStates PIXIT_TABLE_18_TC_MTS_RES_02 := { relaxed, active } /** * @desc Give the content of Table 19. * @see ETSI TS 102 917-2 Table 19 */ modulepar ChannelStates PIXIT_TABLE_19_TC_MTS_RES_03 := { relaxed, active, restrictive } /** * @desc Give the content of Table 20. * @see ETSI TS 102 917-2 Table 20 */ modulepar ProfileTimeAspects PIXIT_TABLE_20_TC_MTS_RES_04 := { { 5, 2.0, 0.500 }, { 6, 2.0, 0.500 }, { 7, 1.0, 1.000 }, { 8, 1.0, 1.000 } } /** * @desc Give the content of Table 21. * @see ETSI TS 102 917-2 Table 21 */ modulepar ChannelProfileTimeAspects PIXIT_TABLE_21_TC_MTS_RES_05 := { { active, { Loading Loading
ttcn/DCC/LibItsDcc_Pixits.ttcn +73 −1 Original line number Diff line number Diff line Loading @@ -454,7 +454,79 @@ module LibItsDcc_Pixits { * @desc Give the content of Table 16. * @see ETSI TS 102 917-2 Table 16 */ modulepar ChannelProfileTimeAspects PIXIT_TABLE_16_TC_MTS_ACT_04 := { modulepar ChannelProfileTimeAspects PIXIT_TABLE_16_TC_MTS_ACT_05 := { { active, { { 5, 2.0, 0.500 }, { 6, 2.0, 0.500 }, { 7, 1.0, 1.000 }, { 8, 0.5, 2.000 } } }, { restrictive, { { 5, 2.0, 0.500 }, { 6, 2.0, 0.500 }, { 7, 1.0, 1.000 }, { 8, 0.5, 2.000 } } } } /** * @desc Give the content of Table 17. * @see ETSI TS 102 917-2 Table 17 */ modulepar ProfileTimeChannelAspects PIXIT_TABLE_17_TC_MTS_RES_01 := { { 2, { 4.0, 0.250, { relaxed } } }, { 3, { 1.0, 1.000, { relaxed, active } } } } /** * @desc Give the content of Table 18. * @see ETSI TS 102 917-2 Table 18 */ modulepar ChannelStates PIXIT_TABLE_18_TC_MTS_RES_02 := { relaxed, active } /** * @desc Give the content of Table 19. * @see ETSI TS 102 917-2 Table 19 */ modulepar ChannelStates PIXIT_TABLE_19_TC_MTS_RES_03 := { relaxed, active, restrictive } /** * @desc Give the content of Table 20. * @see ETSI TS 102 917-2 Table 20 */ modulepar ProfileTimeAspects PIXIT_TABLE_20_TC_MTS_RES_04 := { { 5, 2.0, 0.500 }, { 6, 2.0, 0.500 }, { 7, 1.0, 1.000 }, { 8, 1.0, 1.000 } } /** * @desc Give the content of Table 21. * @see ETSI TS 102 917-2 Table 21 */ modulepar ChannelProfileTimeAspects PIXIT_TABLE_21_TC_MTS_RES_05 := { { active, { Loading