Loading ttcn/Ipv6OverGeoNetworking/LibItsIpv6OverGeoNetworking_Pics.ttcn 0 → 100644 +30 −0 Original line number Diff line number Diff line /** * @author ETSI / STF405 * @version $URL$ * $Id$ * @desc IPv6 Over GeoNetworking PICS * */ module LibItsIpv6OverGeoNetworking_Pics { // LibCommon import from LibCommon_BasicTypesAndValues all; import from LibCommon_DataStrings all; // LibIts import from LibItsGeoNetworking_TypesAndValues all; group ipv6OverGeoNwPics { /** * @desc Indicates whether the GN6ASL shall resolve the destination link-layer-address * from the IPv6 address. * FALSE, perform address resolution, otherwise do not. * @see Draft ETSI TS 102 871-1 A.40/1 */ modulepar boolean PICS_GN6_ASL_VI_RESOL_ADDR := true; } // end ipv6OverGeoNwPics } // end LibItsIpv6OverGeoNetworking_Pics No newline at end of file Loading
ttcn/Ipv6OverGeoNetworking/LibItsIpv6OverGeoNetworking_Pics.ttcn 0 → 100644 +30 −0 Original line number Diff line number Diff line /** * @author ETSI / STF405 * @version $URL$ * $Id$ * @desc IPv6 Over GeoNetworking PICS * */ module LibItsIpv6OverGeoNetworking_Pics { // LibCommon import from LibCommon_BasicTypesAndValues all; import from LibCommon_DataStrings all; // LibIts import from LibItsGeoNetworking_TypesAndValues all; group ipv6OverGeoNwPics { /** * @desc Indicates whether the GN6ASL shall resolve the destination link-layer-address * from the IPv6 address. * FALSE, perform address resolution, otherwise do not. * @see Draft ETSI TS 102 871-1 A.40/1 */ modulepar boolean PICS_GN6_ASL_VI_RESOL_ADDR := true; } // end ipv6OverGeoNwPics } // end LibItsIpv6OverGeoNetworking_Pics No newline at end of file