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
c1a5da28
Commit
c1a5da28
authored
14 years ago
by
fischer
Browse files
Options
Downloads
Patches
Plain Diff
TC added
parent
adf92ac0
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
ttcn/CAM/LibItsCam_Functions.ttcn
+11
-0
11 additions, 0 deletions
ttcn/CAM/LibItsCam_Functions.ttcn
ttcn/LibIts_Interface.ttcn
+4
-1
4 additions, 1 deletion
ttcn/LibIts_Interface.ttcn
with
15 additions
and
1 deletion
ttcn/CAM/LibItsCam_Functions.ttcn
+
11
−
0
View file @
c1a5da28
...
...
@@ -54,7 +54,18 @@ module LibItsCam_Functions {
}
// end f_ptcCamUp
}
// end of preambles
group
upperTester
{
function
f_upperTester
()
{
// crash signal activated
// crash signal deactivated
}
// end of function
}
// end of upperTester
group
configuration
{
/**
...
...
This diff is collapsed.
Click to expand it.
ttcn/LibIts_Interface.ttcn
+
4
−
1
View file @
c1a5da28
...
...
@@ -71,7 +71,10 @@ module LibIts_Interface {
* @desc Test component for ITS Facility layer
*/
type
component
ItsFa
extends
ItsAdapterComponent
{
// component variables
var
CamInd
vc_camMsg
;
// FA1 ports
port
CamPort
camPort
;
port
DenmPort
denmPort
;
...
...
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