Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
LibIts
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TTCN-3 Libraries
LibIts
Commits
10327125
Commit
10327125
authored
14 years ago
by
tepelmann
Browse files
Options
Downloads
Patches
Plain Diff
Add Pics.
Added test control.
parent
b43106ec
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ttcn/Ipv6OverGeoNetworking/LibItsIpv6OverGeoNetworking_Pics.ttcn
+30
-0
30 additions, 0 deletions
...v6OverGeoNetworking/LibItsIpv6OverGeoNetworking_Pics.ttcn
with
30 additions
and
0 deletions
ttcn/Ipv6OverGeoNetworking/LibItsIpv6OverGeoNetworking_Pics.ttcn
0 → 100644
+
30
−
0
View file @
10327125
/**
* @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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment