Loading ttcn/GeoNetworking/LibItsGeoNetworking_Pics.ttcn +162 −0 Original line number Diff line number Diff line Loading @@ -178,6 +178,168 @@ module LibItsGeoNetworking_Pics { */ modulepar integer PICS_GN_BC_FORWARDING_PACKET_BUFFER_SIZE := 1024; /** * @desc Support for Basic header * @see ETSI TS 102 871-2 Table 4 */ modulepar boolean PICS_GN_BASIC_HEADER := true; /** * @desc Support for Common header * @see ETSI TS 102 871-2 Table 4 */ modulepar boolean PICS_GN_COMMON_HEADER := true; /** * @desc Support for Beacon source operations * @see ETSI TS 102 871-2 Table 4 */ modulepar boolean PICS_GN_BEACON_SRC := true; /** * @desc Support for Beacon destination operations * @see ETSI TS 102 871-2 Table 4 */ modulepar boolean PICS_GN_BEACON_DST := true; /** * @desc Support for GUC source operations * @see ETSI TS 102 871-2 Table 4 */ modulepar boolean PICS_GN_GUC_SRC := true; /** * @desc Support for GUC destination operations * @see ETSI TS 102 871-2 Table 4 */ modulepar boolean PICS_GN_GUC_DST := true; /** * @desc Support for GUC forwarding * @see ETSI TS 102 871-2 Table 4 */ modulepar boolean PICS_GN_GUC_FWD := true; /** * @desc Support for GBC source operations * @see ETSI TS 102 871-2 Table 4 */ modulepar boolean PICS_GN_GBC_SRC := true; /** * @desc Support for GBC destination operations * @see ETSI TS 102 871-2 Table 4 */ modulepar boolean PICS_GN_GBC_DST := true; /** * @desc Support for GBC forwarding * @see ETSI TS 102 871-2 Table 4 */ modulepar boolean PICS_GN_GBC_FWD := true; /** * @desc Support for GAC source operations * @see ETSI TS 102 871-2 Table 4 */ modulepar boolean PICS_GN_GAC_SRC := true; /** * @desc Support for GAC destination operations * @see ETSI TS 102 871-2 Table 4 */ modulepar boolean PICS_GN_GAC_DST := true; /** * @desc Support for GAC forwarding * @see ETSI TS 102 871-2 Table 4 */ modulepar boolean PICS_GN_GAC_FWD := true; /** * @desc Support for SHB source operations * @see ETSI TS 102 871-2 Table 4 */ modulepar boolean PICS_GN_SHB_SRC := true; /** * @desc Support for SHB destination operations * @see ETSI TS 102 871-2 Table 4 */ modulepar boolean PICS_GN_SHB_DST := true; /** * @desc Support for TSB source operations * @see ETSI TS 102 871-2 Table 4 */ modulepar boolean PICS_GN_TSB_SRC := true; /** * @desc Support for TSB destination operations * @see ETSI TS 102 871-2 Table 4 */ modulepar boolean PICS_GN_TSB_DST := true; /** * @desc Support for TSB forwarding * @see ETSI TS 102 871-2 Table 4 */ modulepar boolean PICS_GN_TSB_FWD := true; /** * @desc Support for LS Request source operations * @see ETSI TS 102 871-2 Table 4 */ modulepar boolean PICS_GN_LS_REQ_SRC := true; /** * @desc Support for LS Request retransmission * @see ETSI TS 102 871-2 Table 4 */ modulepar boolean PICS_GN_LS_REQ_RETRANSMISSION := true; /** * @desc Support for LS Request destination operations * @see ETSI TS 102 871-2 Table 4 */ modulepar boolean PICS_GN_LS_REQ_DST := true; /** * @desc Support for LS Reply destination operations * @see ETSI TS 102 871-2 Table 4 */ modulepar boolean PICS_GN_LS_REP_DST := true; /** * @desc Support for LS forwarding * @see ETSI TS 102 871-2 Table 4 */ modulepar boolean PICS_GN_LS_FWD := true; /** * @desc Support for automatic address * @see ETSI TS 102 871-2 Table 4 */ modulepar boolean PICS_GN_ADDR_AUTO := true; /** * @desc Support for Managed address * @see ETSI TS 102 871-2 Table 4 */ modulepar boolean PICS_GN_ADDR_MANAGED := true; /** * @desc Support for Anonymous address * @see ETSI TS 102 871-2 Table 4 */ modulepar boolean PICS_GN_ADDR_ANONYMOUS := true; /** * @desc Support for DAD * @see ETSI TS 102 871-2 Table 4 */ modulepar boolean PICS_GN_DAD := true; /** * @desc MAX_COUNTER used in Advanced GBC forwarding * @see FIXME: not defined as protocol constant in base spec Loading Loading
ttcn/GeoNetworking/LibItsGeoNetworking_Pics.ttcn +162 −0 Original line number Diff line number Diff line Loading @@ -178,6 +178,168 @@ module LibItsGeoNetworking_Pics { */ modulepar integer PICS_GN_BC_FORWARDING_PACKET_BUFFER_SIZE := 1024; /** * @desc Support for Basic header * @see ETSI TS 102 871-2 Table 4 */ modulepar boolean PICS_GN_BASIC_HEADER := true; /** * @desc Support for Common header * @see ETSI TS 102 871-2 Table 4 */ modulepar boolean PICS_GN_COMMON_HEADER := true; /** * @desc Support for Beacon source operations * @see ETSI TS 102 871-2 Table 4 */ modulepar boolean PICS_GN_BEACON_SRC := true; /** * @desc Support for Beacon destination operations * @see ETSI TS 102 871-2 Table 4 */ modulepar boolean PICS_GN_BEACON_DST := true; /** * @desc Support for GUC source operations * @see ETSI TS 102 871-2 Table 4 */ modulepar boolean PICS_GN_GUC_SRC := true; /** * @desc Support for GUC destination operations * @see ETSI TS 102 871-2 Table 4 */ modulepar boolean PICS_GN_GUC_DST := true; /** * @desc Support for GUC forwarding * @see ETSI TS 102 871-2 Table 4 */ modulepar boolean PICS_GN_GUC_FWD := true; /** * @desc Support for GBC source operations * @see ETSI TS 102 871-2 Table 4 */ modulepar boolean PICS_GN_GBC_SRC := true; /** * @desc Support for GBC destination operations * @see ETSI TS 102 871-2 Table 4 */ modulepar boolean PICS_GN_GBC_DST := true; /** * @desc Support for GBC forwarding * @see ETSI TS 102 871-2 Table 4 */ modulepar boolean PICS_GN_GBC_FWD := true; /** * @desc Support for GAC source operations * @see ETSI TS 102 871-2 Table 4 */ modulepar boolean PICS_GN_GAC_SRC := true; /** * @desc Support for GAC destination operations * @see ETSI TS 102 871-2 Table 4 */ modulepar boolean PICS_GN_GAC_DST := true; /** * @desc Support for GAC forwarding * @see ETSI TS 102 871-2 Table 4 */ modulepar boolean PICS_GN_GAC_FWD := true; /** * @desc Support for SHB source operations * @see ETSI TS 102 871-2 Table 4 */ modulepar boolean PICS_GN_SHB_SRC := true; /** * @desc Support for SHB destination operations * @see ETSI TS 102 871-2 Table 4 */ modulepar boolean PICS_GN_SHB_DST := true; /** * @desc Support for TSB source operations * @see ETSI TS 102 871-2 Table 4 */ modulepar boolean PICS_GN_TSB_SRC := true; /** * @desc Support for TSB destination operations * @see ETSI TS 102 871-2 Table 4 */ modulepar boolean PICS_GN_TSB_DST := true; /** * @desc Support for TSB forwarding * @see ETSI TS 102 871-2 Table 4 */ modulepar boolean PICS_GN_TSB_FWD := true; /** * @desc Support for LS Request source operations * @see ETSI TS 102 871-2 Table 4 */ modulepar boolean PICS_GN_LS_REQ_SRC := true; /** * @desc Support for LS Request retransmission * @see ETSI TS 102 871-2 Table 4 */ modulepar boolean PICS_GN_LS_REQ_RETRANSMISSION := true; /** * @desc Support for LS Request destination operations * @see ETSI TS 102 871-2 Table 4 */ modulepar boolean PICS_GN_LS_REQ_DST := true; /** * @desc Support for LS Reply destination operations * @see ETSI TS 102 871-2 Table 4 */ modulepar boolean PICS_GN_LS_REP_DST := true; /** * @desc Support for LS forwarding * @see ETSI TS 102 871-2 Table 4 */ modulepar boolean PICS_GN_LS_FWD := true; /** * @desc Support for automatic address * @see ETSI TS 102 871-2 Table 4 */ modulepar boolean PICS_GN_ADDR_AUTO := true; /** * @desc Support for Managed address * @see ETSI TS 102 871-2 Table 4 */ modulepar boolean PICS_GN_ADDR_MANAGED := true; /** * @desc Support for Anonymous address * @see ETSI TS 102 871-2 Table 4 */ modulepar boolean PICS_GN_ADDR_ANONYMOUS := true; /** * @desc Support for DAD * @see ETSI TS 102 871-2 Table 4 */ modulepar boolean PICS_GN_DAD := true; /** * @desc MAX_COUNTER used in Advanced GBC forwarding * @see FIXME: not defined as protocol constant in base spec Loading