Loading ttcn/DCC/LibItsDcc_Pixits.ttcn +22 −0 Original line number Diff line number Diff line Loading @@ -756,6 +756,28 @@ module LibItsDcc_Pixits { } } /** * @desc Give the content of Table 34 * @see ETSI TS 102 917-2 Table 34 */ modulepar ChannelProfileAspects PIXIT_TABLE_34_TC_G5B_SCH4_01_02 := { { active, { 9, 10, 11, 12, 13, 14, 15, 16, 20, 21, 22, 23, 24 } }, { restrictive, { 9, 10, 11, 12, 13, 14, 15, 16, 20, 21, 22, 23, 24 } } } /** * @desc Give the content of Table 34 only SCH3 state * @see ETSI TS 102 917-2 Table 34 */ modulepar ChannelStates PIXIT_TABLE_34_TC_G5B_SCH4_03_SCH3 := { active, restrictive } /** * @desc Give the content of Table 35 (without SCH3 channel state). * @see ETSI TS 102 917-2 Table 35 Loading Loading
ttcn/DCC/LibItsDcc_Pixits.ttcn +22 −0 Original line number Diff line number Diff line Loading @@ -756,6 +756,28 @@ module LibItsDcc_Pixits { } } /** * @desc Give the content of Table 34 * @see ETSI TS 102 917-2 Table 34 */ modulepar ChannelProfileAspects PIXIT_TABLE_34_TC_G5B_SCH4_01_02 := { { active, { 9, 10, 11, 12, 13, 14, 15, 16, 20, 21, 22, 23, 24 } }, { restrictive, { 9, 10, 11, 12, 13, 14, 15, 16, 20, 21, 22, 23, 24 } } } /** * @desc Give the content of Table 34 only SCH3 state * @see ETSI TS 102 917-2 Table 34 */ modulepar ChannelStates PIXIT_TABLE_34_TC_G5B_SCH4_03_SCH3 := { active, restrictive } /** * @desc Give the content of Table 35 (without SCH3 channel state). * @see ETSI TS 102 917-2 Table 35 Loading