Newer
Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
/**
* @author ETSI / STF421
* @version $URL:$
* $Id:$
* @desc DCC (TS 102 724) Pixits
* @see ETSI TS 102 917-3
*/
module LibItsDcc_Pixits {
group acceptableTransmissionPower {
/**
* @desc Give an acceptable Transmission power for the CCH in the Relaxed state. Value in dBm.
* @desc The value has to be below the maximum Transmission power given in TS 102 917-1 PICS A.5/1.
* @see ETSI TS 102 917-3 v1.1.1 A.1/1
*/
modulepar integer PIXIT_ACCEPTABLE_POWER_CCH_RELAXED;
/**
* @desc Give an acceptable Transmission power for the CCH in the Active state. Value in dBm.
* @desc The value has to be below the maximum Transmission power given in TS 102 917-1 PICS A.5/2.
* @see ETSI TS 102 917-3 v1.1.1 A.1/2
*/
modulepar integer PIXIT_ACCEPTABLE_POWER_CCH_ACTIVE;
/**
* @desc Give an acceptable Transmission power for the CCH in the Restrictive state. Value in dBm.
* @desc The value has to be below the maximum Transmission power given in TS 102 917-1 PICS A.5/3.
* @see ETSI TS 102 917-3 v1.1.1 A.1/3
*/
modulepar integer PIXIT_ACCEPTABLE_POWER_CCH_RESTRICTIVE;
/**
* @desc Give an acceptable Transmission power for the SCH1 in the Relaxed state. Value in dBm.
* @desc The value has to be below the maximum Transmission power given in TS 102 917-1 PICS A.5/4.
* @see ETSI TS 102 917-3 v1.1.1 A.1/4
*/
modulepar integer PIXIT_ACCEPTABLE_POWER_SCH1_RELAXED;
/**
* @desc Give an acceptable Transmission power for the SCH1 in the Active state. Value in dBm.
* @desc The value has to be below the maximum Transmission power given in TS 102 917-1 PICS A.5/5.
* @see ETSI TS 102 917-3 v1.1.1 A.1/5
*/
modulepar integer PIXIT_ACCEPTABLE_POWER_SCH1_ACTIVE;
/**
* @desc Give an acceptable Transmission power for the SCH1 in the Restrictive state. Value in dBm.
* @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;
/**
* @desc Give an acceptable Transmission power for the SCH2 in the Relaxed state. Value in dBm.
* @desc The value has to be below the maximum Transmission power given in TS 102 917-1 PICS A.5/7.
* @see ETSI TS 102 917-3 v1.1.1 A.1/7
*/
modulepar integer PIXIT_ACCEPTABLE_POWER_SCH2_RELAXED;
/**
* @desc Give an acceptable Transmission power for the SCH2 in the Active state. Value in dBm.
* @desc The value has to be below the maximum Transmission power given in TS 102 917-1 PICS A.5/8.
* @see ETSI TS 102 917-3 v1.1.1 A.1/8
*/
modulepar integer PIXIT_ACCEPTABLE_POWER_SCH2_ACTIVE;
/**
* @desc Give an acceptable Transmission power for the SCH2 in the Restrictive state. Value in dBm.
* @desc The value has to be below the maximum Transmission power given in TS 102 917-1 PICS A.5/9.
* @see ETSI TS 102 917-3 v1.1.1 A.1/9
*/
modulepar integer PIXIT_ACCEPTABLE_POWER_SCH2_RESTRICTIVE;
/**
* @desc Give an acceptable Transmission power for the SCH3 in the Relaxed state. Value in dBm.
* @desc The value has to be below the maximum Transmission power given in TS 102 917-1 PICS A.5/10.
* @see ETSI TS 102 917-3 v1.1.1 A.1/10
*/
modulepar integer PIXIT_ACCEPTABLE_POWER_SCH3_RELAXED;
/**
* @desc Give an acceptable Transmission power for the SCH3 in the Active state. Value in dBm.
* @desc The value has to be below the maximum Transmission power given in TS 102 917-1 PICS A.5/11.
* @see ETSI TS 102 917-3 v1.1.1 A.1/11
*/
modulepar integer PIXIT_ACCEPTABLE_POWER_SCH3_ACTIVE;
/**
* @desc Give an acceptable Transmission power for the SCH3 in the Restrictive state. Value in dBm.
* @desc The value has to be below the maximum Transmission power given in TS 102 917-1 PICS A.5/12.
* @see ETSI TS 102 917-3 v1.1.1 A.1/12
*/
modulepar integer PIXIT_ACCEPTABLE_POWER_SCH3_RESTRICTIVE;
/**
* @desc Give an acceptable Transmission power for the SCH4 in the Relaxed state. Value in dBm.
* @desc The value has to be below the maximum Transmission power given in TS 102 917-1 PICS A.5/13.
* @see ETSI TS 102 917-3 v1.1.1 A.1/13
*/
modulepar integer PIXIT_ACCEPTABLE_POWER_SCH4_RELAXED;
/**
* @desc Give an acceptable Transmission power for the SCH4 in the Active state. Value in dBm.
* @desc The value has to be below the maximum Transmission power given in TS 102 917-1 PICS A.5/14.
* @see ETSI TS 102 917-3 v1.1.1 A.1/14
*/
modulepar integer PIXIT_ACCEPTABLE_POWER_SCH4_ACTIVE;
/**
* @desc Give an acceptable Transmission power for the SCH4 in the Restrictive state. Value in dBm.
* @desc The value has to be below the maximum Transmission power given in TS 102 917-1 PICS A.5/15.
* @see ETSI TS 102 917-3 v1.1.1 A.1/15
*/
modulepar integer PIXIT_ACCEPTABLE_POWER_SCH4_RESTRICTIVE;
} // end group acceptableTransmissionPower
group inachievableTransmissionPower {
/**
* @desc Give a Transmission power that cannot be achieved for the CCH in the Relaxed state. Value in dBm.
* @desc The value has to be above the maximum Transmission power given in TS 102 917-1 PICS A.5/1.
* @see ETSI TS 102 917-3 v1.1.1 A.2/1
*/
modulepar integer PIXIT_INACHIEVABLE_POWER_CCH_RELAXED;
/**
* @desc Give a Transmission power that cannot be achieved for the CCH in the Active state. Value in dBm.
* @desc The value has to be above the maximum Transmission power given in TS 102 917-1 PICS A.5/2.
* @see ETSI TS 102 917-3 v1.1.1 A.2/2
*/
modulepar integer PIXIT_INACHIEVABLE_POWER_CCH_ACTIVE;
/**
* @desc Give a Transmission power that cannot be achieved for the CCH in the Restrictive state. Value in dBm.
* @desc The value has to be above the maximum Transmission power given in TS 102 917-1 PICS A.5/3.
* @see ETSI TS 102 917-3 v1.1.1 A.2/3
*/
modulepar integer PIXIT_INACHIEVABLE_POWER_CCH_RESTRICTIVE;
/**
* @desc Give a Transmission power that cannot be achieved for the SCH1 in the Relaxed state. Value in dBm.
* @desc The value has to be above the maximum Transmission power given in TS 102 917-1 PICS A.5/4.
* @see ETSI TS 102 917-3 v1.1.1 A.2/4
*/
modulepar integer PIXIT_INACHIEVABLE_POWER_SCH1_RELAXED;
/**
* @desc Give a Transmission power that cannot be achieved for the SCH1 in the Active state. Value in dBm.
* @desc The value has to be above the maximum Transmission power given in TS 102 917-1 PICS A.5/5.
* @see ETSI TS 102 917-3 v1.1.1 A.2/5
*/
modulepar integer PIXIT_INACHIEVABLE_POWER_SCH1_ACTIVE;
/**
* @desc Give a Transmission power that cannot be achieved for the SCH1 in the Restrictive state. Value in dBm.
* @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;
/**
* @desc Give a Transmission power that cannot be achieved for the SCH2 in the Relaxed state. Value in dBm.
* @desc The value has to be above the maximum Transmission power given in TS 102 917-1 PICS A.5/7.
* @see ETSI TS 102 917-3 v1.1.1 A.2/7
*/
modulepar integer PIXIT_INACHIEVABLE_POWER_SCH2_RELAXED;
/**
* @desc Give a Transmission power that cannot be achieved for the SCH2 in the Active state. Value in dBm.
* @desc The value has to be above the maximum Transmission power given in TS 102 917-1 PICS A.5/8.
* @see ETSI TS 102 917-3 v1.1.1 A.2/8
*/
modulepar integer PIXIT_INACHIEVABLE_POWER_SCH2_ACTIVE;
/**
* @desc Give a Transmission power that cannot be achieved for the SCH2 in the Restrictive state. Value in dBm.
* @desc The value has to be above the maximum Transmission power given in TS 102 917-1 PICS A.5/9.
* @see ETSI TS 102 917-3 v1.1.1 A.2/9
*/
modulepar integer PIXIT_INACHIEVABLE_POWER_SCH2_RESTRICTIVE;
/**
* @desc Give a Transmission power that cannot be achieved for the SCH3 in the Relaxed state. Value in dBm.
* @desc The value has to be above the maximum Transmission power given in TS 102 917-1 PICS A.5/10.
* @see ETSI TS 102 917-3 v1.1.1 A.2/10
*/
modulepar integer PIXIT_INACHIEVABLE_POWER_SCH3_RELAXED;
/**
* @desc Give a Transmission power that cannot be achieved for the SCH3 in the Active state. Value in dBm.
* @desc The value has to be above the maximum Transmission power given in TS 102 917-1 PICS A.5/11.
* @see ETSI TS 102 917-3 v1.1.1 A.2/11
*/
modulepar integer PIXIT_INACHIEVABLE_POWER_SCH3_ACTIVE;
/**
* @desc Give a Transmission power that cannot be achieved for the SCH3 in the Restrictive state. Value in dBm.
* @desc The value has to be above the maximum Transmission power given in TS 102 917-1 PICS A.5/12.
* @see ETSI TS 102 917-3 v1.1.1 A.2/12
*/
modulepar integer PIXIT_INACHIEVABLE_POWER_SCH3_RESTRICTIVE;
/**
* @desc Give a Transmission power that cannot be achieved for the SCH4 in the Relaxed state. Value in dBm.
* @desc The value has to be above the maximum Transmission power given in TS 102 917-1 PICS A.5/13.
* @see ETSI TS 102 917-3 v1.1.1 A.2/13
*/
modulepar integer PIXIT_INACHIEVABLE_POWER_SCH4_RELAXED;
/**
* @desc Give a Transmission power that cannot be achieved for the SCH4 in the Active state. Value in dBm.
* @desc The value has to be above the maximum Transmission power given in TS 102 917-1 PICS A.5/14.
* @see ETSI TS 102 917-3 v1.1.1 A.2/14
*/
modulepar integer PIXIT_INACHIEVABLE_POWER_SCH4_ACTIVE;
/**
* @desc Give a Transmission power that cannot be achieved for the SCH4 in the Restrictive state. Value in dBm.
* @desc The value has to be above the maximum Transmission power given in TS 102 917-1 PICS A.5/15.
* @see ETSI TS 102 917-3 v1.1.1 A.2/15
*/
modulepar integer PIXIT_INACHIEVABLE_POWER_SCH4_RESTRICTIVE;
} // end group inachievableTransmissionPower
/**
* @desc Give the content of the reference burst to be sent on the radio interface.
* @see ETSI TS 102 917-3 v1.1.1 A.3/1
*/
modulepar octetstring PIXIT_REFERENCE_BURST;
} // End of module LibItsDcc_Pixits