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
e9c6c8a4
Commit
e9c6c8a4
authored
4 months ago
by
Yann Garcia
Browse files
Options
Downloads
Patches
Plain Diff
Add SSP TCs for DENMv2; Add new certificate profiles; Bug fixed in certificate profiles
parent
b3eea5a8
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ttcn/Common/LibItsCommon_ASN1_NamedNumbers.ttcn
+4
-0
4 additions, 0 deletions
ttcn/Common/LibItsCommon_ASN1_NamedNumbers.ttcn
with
4 additions
and
0 deletions
ttcn/Common/LibItsCommon_ASN1_NamedNumbers.ttcn
+
4
−
0
View file @
e9c6c8a4
...
...
@@ -95,7 +95,9 @@ module LibItsCommon_ASN1_NamedNumbers {
const
CauseCodeType
CauseCodeType_trafficCondition_
:=
1
;
const
CauseCodeType
CauseCodeType_accident_
:=
2
;
const
CauseCodeType
CauseCodeType_roadworks_
:=
3
;
const
CauseCodeType
CauseCodeType_impassability_
:=
5
;
const
CauseCodeType
CauseCodeType_adverseWeatherCondition_Adhesion_
:=
6
;
const
CauseCodeType
CauseCodeType_aquaplaning_
:=
7
;
const
CauseCodeType
CauseCodeType_hazardousLocation_SurfaceCondition_
:=
9
;
const
CauseCodeType
CauseCodeType_hazardousLocation_ObstacleOnTheRoad_
:=
10
;
const
CauseCodeType
CauseCodeType_hazardousLocation_AnimalOnTheRoad_
:=
11
;
...
...
@@ -107,6 +109,7 @@ module LibItsCommon_ASN1_NamedNumbers {
const
CauseCodeType
CauseCodeType_adverseWeatherCondition_Precipitation_
:=
19
;
const
CauseCodeType
CauseCodeType_slowVehicle_
:=
26
;
const
CauseCodeType
CauseCodeType_dangerousEndOfQueue_
:=
27
;
const
CauseCodeType
CauseCodeType_publicTransportVehicleApproaching_
:=
28
;
const
CauseCodeType
CauseCodeType_vehicleBreakdown_
:=
91
;
const
CauseCodeType
CauseCodeType_postCrash_
:=
92
;
const
CauseCodeType
CauseCodeType_humanProblem_
:=
93
;
...
...
@@ -116,6 +119,7 @@ module LibItsCommon_ASN1_NamedNumbers {
const
CauseCodeType
CauseCodeType_collisionRisk_
:=
97
;
const
CauseCodeType
CauseCodeType_signalViolation_
:=
98
;
const
CauseCodeType
CauseCodeType_dangerousSituation_
:=
99
;
const
CauseCodeType
CauseCodeType_railwayLevelCrossing_
:=
100
;
}
// end group causeCodes
...
...
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