Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TTCN-3 Libraries
LibIts
Commits
4046c49e
Commit
4046c49e
authored
Oct 14, 2014
by
garciay
Browse files
Add CAM UT trigger support
parent
400df88d
Changes
1
Hide whitespace changes
Inline
Side-by-side
ttcn/CAM/LibItsCam_TestSystem.ttcn
View file @
4046c49e
...
...
@@ -10,15 +10,18 @@ module LibItsCam_TestSystem {
// LibCommon
import
from
LibCommon_Time
{
modulepar
all
};
import
from
LibCommon_Sync
all
;
// LibIts
import
from
LibItsCommon_TestSystem
all
;
import
from
LibItsCommon_TypesAndValues
all
;
import
from
LibItsCam_TypesAndValues
all
;
// LibIts
import
from
CAM_PDU_Descriptions
language
"ASN.1:1997"
all
;
import
from
DENM_PDU_Descriptions
language
"ASN.1:1997"
all
;
// LibItsCommon
import
from
LibItsCommon_TestSystem
all
;
import
from
LibItsCommon_TypesAndValues
all
;
// LibItsCam
import
from
LibItsCam_TypesAndValues
all
;
group
portDefinitions
{
/**
...
...
@@ -81,8 +84,8 @@ module LibItsCam_TestSystem {
//timers
//component variables
var
CamInd
vc_camMsg
;
var
CamInd
vc_camMsg
;
//default
var
default
vc_default
:=
null
;
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment