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
9eda061b
Commit
9eda061b
authored
Dec 07, 2012
by
tepelmann
Browse files
Added pixit tables and execution in control part for active and restrictive CCH test cases.
parent
cb1637ad
Changes
1
Hide whitespace changes
Inline
Side-by-side
ttcn/DCC/LibItsDcc_Pixits.ttcn
View file @
9eda061b
...
...
@@ -260,6 +260,28 @@ module LibItsDcc_Pixits {
{
7
,
0.1
,
10.000
},
{
8
,
0.1
,
10.000
}
}
/**
* @desc Give the content of Table 8.
* @see ETSI TS 102 917-2 Table 8
*/
modulepar
ProfileTimeAspects
PIXIT_TABLE_8_TC_STS_ACT_01_03
:=
{
{
0
,
20.0
,
0.050
},
{
1
,
5.0
,
0.190
},
{
2
,
5.0
,
0.190
},
{
3
,
2.0
,
0.500
}
}
/**
* @desc Give the content of Table 9.
* @see ETSI TS 102 917-2 Table 9
*/
modulepar
ProfileTimeAspects
PIXIT_TABLE_9_TC_STS_RES_01_03
:=
{
{
0
,
20.0
,
0.050
},
{
1
,
4.0
,
0.250
},
{
2
,
4.0
,
0.250
},
{
3
,
1.0
,
1.000
}
}
}
}
// End of module LibItsDcc_Pixits
\ No newline at end of file
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