Loading ttcn/SremSsem/LibItsSremSsem_Pics.ttcn +9 −9 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ * @author ETSI / STF484 * @version $URL$ * $Id$ * @desc MAPEM SPATEM PICS * @desc SREM SSEM PICS * */ module LibItsMapemSpatem_Pics { Loading @@ -11,28 +11,28 @@ module LibItsMapemSpatem_Pics { import from LibCommon_BasicTypesAndValues all; /** * @desc Support for MAPEM generation * @desc Support for SREM generation * @see ETSI TS 102 868-2 Table 3 */ modulepar boolean PICS_MAPEM_GENERATION := true; modulepar boolean PICS_SREM_GENERATION := true; /** * @desc Support for MAPEM reception * @desc Support for SREM reception * @see ETSI TS 102 868-2 Table 3 */ modulepar boolean PICS_MAPEM_RECEPTION := true; modulepar boolean PICS_SREM_RECEPTION := true; /** * @desc Support for SPATEM generation * @desc Support for SSEM generation * @see ETSI TS 102 868-2 Table 3 */ modulepar boolean PICS_SPATEM_GENERATION := true; modulepar boolean PICS_SSEM_GENERATION := true; /** * @desc Support for SPATEM reception * @desc Support for SSEM reception * @see ETSI TS 102 868-2 Table 3 */ modulepar boolean PICS_SPATEM_RECEPTION := true; modulepar boolean PICS_SSEM_RECEPTION := true; /** * @desc Is IUT an RSU Loading ttcn/SremSsem/LibItsSremSsem_Templates.ttcn +4 −4 Original line number Diff line number Diff line Loading @@ -186,8 +186,8 @@ module LibItsSremSsem_Templates { */ template (present) SsemInd mw_ssemIndWithSecurityParameters( template (present) SSEM p_ssemMsg, template Oct16 p_ssp := *, template Oct16 p_its_aid := * template Bit128 p_ssp := *, template UInt32 p_its_aid := * ) modifies mw_ssemInd := { ssp := p_ssp, its_aid := p_its_aid Loading Loading
ttcn/SremSsem/LibItsSremSsem_Pics.ttcn +9 −9 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ * @author ETSI / STF484 * @version $URL$ * $Id$ * @desc MAPEM SPATEM PICS * @desc SREM SSEM PICS * */ module LibItsMapemSpatem_Pics { Loading @@ -11,28 +11,28 @@ module LibItsMapemSpatem_Pics { import from LibCommon_BasicTypesAndValues all; /** * @desc Support for MAPEM generation * @desc Support for SREM generation * @see ETSI TS 102 868-2 Table 3 */ modulepar boolean PICS_MAPEM_GENERATION := true; modulepar boolean PICS_SREM_GENERATION := true; /** * @desc Support for MAPEM reception * @desc Support for SREM reception * @see ETSI TS 102 868-2 Table 3 */ modulepar boolean PICS_MAPEM_RECEPTION := true; modulepar boolean PICS_SREM_RECEPTION := true; /** * @desc Support for SPATEM generation * @desc Support for SSEM generation * @see ETSI TS 102 868-2 Table 3 */ modulepar boolean PICS_SPATEM_GENERATION := true; modulepar boolean PICS_SSEM_GENERATION := true; /** * @desc Support for SPATEM reception * @desc Support for SSEM reception * @see ETSI TS 102 868-2 Table 3 */ modulepar boolean PICS_SPATEM_RECEPTION := true; modulepar boolean PICS_SSEM_RECEPTION := true; /** * @desc Is IUT an RSU Loading
ttcn/SremSsem/LibItsSremSsem_Templates.ttcn +4 −4 Original line number Diff line number Diff line Loading @@ -186,8 +186,8 @@ module LibItsSremSsem_Templates { */ template (present) SsemInd mw_ssemIndWithSecurityParameters( template (present) SSEM p_ssemMsg, template Oct16 p_ssp := *, template Oct16 p_its_aid := * template Bit128 p_ssp := *, template UInt32 p_its_aid := * ) modifies mw_ssemInd := { ssp := p_ssp, its_aid := p_its_aid Loading