Loading ttcn/DENM/LibItsDenm_Pics.ttcn +50 −2 Original line number Diff line number Diff line Loading @@ -11,9 +11,57 @@ module LibItsDenm_Pics { /** * @desc Default expiry time of DENM generations * @see ETSI TS 102 869-1 v1.1.1 A.66/1 * @see ETSI TS 102 869-2 Table 3 */ modulepar integer PICS_DEFAULT_EXPIRY_TIME := 60000; modulepar integer PICS_DENM_DEFAULT_EXPIRY_TIME := 60000; /** * @desc Support for DENM generation * @see ETSI TS 102 869-2 Table 3 */ modulepar boolean PICS_DENM_GENERATION := true; /** * @desc Support for DENM update * @see ETSI TS 102 869-2 Table 3 */ modulepar boolean PICS_DENM_UPDATE := true; /** * @desc Support for DENM repetition * @see ETSI TS 102 869-2 Table 3 */ modulepar boolean PICS_DENM_REPETITION := true; /** * @desc Support for DENM cancellation * @see ETSI TS 102 869-2 Table 3 */ modulepar boolean PICS_DENM_CANCELLATION := true; /** * @desc Support for DENM NEGATION * @see ETSI TS 102 869-2 Table 3 */ modulepar boolean PICS_DENM_NEGATION := true; /** * @desc Support for DENM RECEPTION * @see ETSI TS 102 869-2 Table 3 */ modulepar boolean PICS_DENM_RECEPTION := true; /** * @desc Support for Keep-Alive Forwarding * @see ETSI TS 102 869-2 Table 3 */ modulepar boolean PICS_DENM_KAF := true; /** * @desc Support for impact recuction * @see ETSI TS 102 869-2 Table 3 */ modulepar boolean PICS_IMPACT_REDUCTION := true; } // end denmPics Loading Loading
ttcn/DENM/LibItsDenm_Pics.ttcn +50 −2 Original line number Diff line number Diff line Loading @@ -11,9 +11,57 @@ module LibItsDenm_Pics { /** * @desc Default expiry time of DENM generations * @see ETSI TS 102 869-1 v1.1.1 A.66/1 * @see ETSI TS 102 869-2 Table 3 */ modulepar integer PICS_DEFAULT_EXPIRY_TIME := 60000; modulepar integer PICS_DENM_DEFAULT_EXPIRY_TIME := 60000; /** * @desc Support for DENM generation * @see ETSI TS 102 869-2 Table 3 */ modulepar boolean PICS_DENM_GENERATION := true; /** * @desc Support for DENM update * @see ETSI TS 102 869-2 Table 3 */ modulepar boolean PICS_DENM_UPDATE := true; /** * @desc Support for DENM repetition * @see ETSI TS 102 869-2 Table 3 */ modulepar boolean PICS_DENM_REPETITION := true; /** * @desc Support for DENM cancellation * @see ETSI TS 102 869-2 Table 3 */ modulepar boolean PICS_DENM_CANCELLATION := true; /** * @desc Support for DENM NEGATION * @see ETSI TS 102 869-2 Table 3 */ modulepar boolean PICS_DENM_NEGATION := true; /** * @desc Support for DENM RECEPTION * @see ETSI TS 102 869-2 Table 3 */ modulepar boolean PICS_DENM_RECEPTION := true; /** * @desc Support for Keep-Alive Forwarding * @see ETSI TS 102 869-2 Table 3 */ modulepar boolean PICS_DENM_KAF := true; /** * @desc Support for impact recuction * @see ETSI TS 102 869-2 Table 3 */ modulepar boolean PICS_IMPACT_REDUCTION := true; } // end denmPics Loading