Skip to content
Snippets Groups Projects
Commit 10327125 authored by tepelmann's avatar tepelmann
Browse files

Add Pics.

Added test control.
parent b43106ec
No related branches found
No related tags found
No related merge requests found
/**
* @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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment