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
b2c562c9
Commit
b2c562c9
authored
Oct 06, 2014
by
garciay
Browse files
Add ActionID list variable in the ItsDenm component
parent
17337d9a
Changes
2
Hide whitespace changes
Inline
Side-by-side
ttcn/DENM/LibItsDenm_TestSystem.ttcn
View file @
b2c562c9
...
...
@@ -91,6 +91,8 @@ module LibItsDenm_TestSystem {
var
UtDenmEventIndList
vc_utEvents
:=
{};
var
UtDenmActionIDList
vc_utActionIDs
:=
{};
}
// End of component ItsDenm
group
facilityPrimitives
{
...
...
ttcn/DENM/LibItsDenm_TypesAndValues.ttcn
View file @
b2c562c9
...
...
@@ -130,7 +130,12 @@ module LibItsDenm_TypesAndValues {
* @desc List of Upper Tester messages to check event/status on DENM IUT
*/
type
record
of
UtDenmEventInd
UtDenmEventIndList
;
/**
* @desc List of ActionID received in response to the Upper Tester triggered messages
*/
type
record
of
ActionID
UtDenmActionIDList
;
}
with
{
encode
"UpperTester"
...
...
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