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
6078f2c7
Commit
6078f2c7
authored
Dec 10, 2012
by
tepelmann
Browse files
Added TC_MTS_SCH1_09, TC_MTS_SCH1_10, TC_MTS_SCH1_11, TC_MTS_SCH1_12.
parent
2e48701c
Changes
2
Hide whitespace changes
Inline
Side-by-side
ttcn/DCC/LibItsDcc_Pics.ttcn
View file @
6078f2c7
...
...
@@ -91,7 +91,7 @@ module LibItsDcc_Pics {
* @desc Give the maximum Transmission power for the SCH1 in the Restrictive state. Value in dBm.
* @see ETSI TS 102 917-1 v1.1.1 A.5/6
*/
modulepar
boolean
PICS_MAXPOWER_SCH1_RESTRICTIVE
;
modulepar
integer
PICS_MAXPOWER_SCH1_RESTRICTIVE
;
/**
* @desc Give the maximum Transmission power for the SCH2 in the Relaxed state. Value in dBm.
...
...
ttcn/DCC/LibItsDcc_Pixits.ttcn
View file @
6078f2c7
...
...
@@ -50,7 +50,7 @@ module LibItsDcc_Pixits {
* @desc The value has to be below the maximum Transmission power given in TS 102 917-1 PICS A.5/6.
* @see ETSI TS 102 917-3 v1.1.1 A.1/6
*/
modulepar
boolean
PIXIT_ACCEPTABLE_POWER_SCH1_RESTRICTIVE
;
modulepar
integer
PIXIT_ACCEPTABLE_POWER_SCH1_RESTRICTIVE
;
/**
* @desc Give an acceptable Transmission power for the SCH2 in the Relaxed state. Value in dBm.
...
...
@@ -158,7 +158,7 @@ module LibItsDcc_Pixits {
* @desc The value has to be above the maximum Transmission power given in TS 102 917-1 PICS A.5/6.
* @see ETSI TS 102 917-3 v1.1.1 A.2/6
*/
modulepar
boolean
PIXIT_INACHIEVABLE_POWER_SCH1_RESTRICTIVE
;
modulepar
integer
PIXIT_INACHIEVABLE_POWER_SCH1_RESTRICTIVE
;
/**
* @desc Give a Transmission power that cannot be achieved for the SCH2 in the Relaxed state. Value in dBm.
...
...
@@ -428,6 +428,15 @@ module LibItsDcc_Pixits {
{
11
,
2.0
,
0.500
}
}
/**
* @desc Give the content of Table 24.
* @see ETSI TS 102 917-2 Table 24
*/
modulepar
ProfileTimeAspects
PIXIT_TABLE_24_TC_MTS_SCH1_09_11
:=
{
{
9
,
4.0
,
0.250
},
{
10
,
4.0
,
0.250
}
}
}
}
// 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