comparison cdg-hybrid/msg/rr_com.mdf @ 212:e7a67accfad9

cdg-hybrid cdginc headers created
author Mychaela Falconia <falcon@freecalypso.org>
date Fri, 14 Oct 2016 21:52:58 +0000
parents
children
comparison
equal deleted inserted replaced
211:02269c474131 212:e7a67accfad9
1 ;********************************************************************************
2 ;*** File : rr_com.mdf
3 ;*** Creation : Thu Jun 19 15:32:11 CST 2008
4 ;*** XSLT Processor : Apache Software Foundation / http://xml.apache.org/xalan-j / supports XSLT-Ver: 1
5 ;*** Copyright : (c) Texas Instruments AG, Berlin Germany 2002
6 ;********************************************************************************
7 ;*** Document Type : Air Interface Message Specification
8 ;*** Document Name : rr_com
9 ;*** Document No. : 8010.606.02.008
10 ;*** Document Date : 2004-01-16
11 ;*** Document Status: APPROVED
12 ;*** Document Author: x0abuali
13 ;********************************************************************************
14
15
16
17 PRAGMA SRC_FILE_TIME "Wed Nov 28 10:20:42 2007"
18 PRAGMA LAST_MODIFIED "2004-01-16"
19 PRAGMA ID_AND_VERSION "8010.606.02.008"
20 PRAGMA CCDNAME RR_COM ; CCD name tag
21 PRAGMA ALLWAYS_ENUM_IN_VAL_FILE NO ; Adds enumerations in the .val file.
22
23
24
25 CONST MAX_ADD_RA_CAP 4 ; number of RA caps is MAX_ADD_RA_CAP+1
26 CONST MAX_NUM_ACC_TYPE 16 ; Maximum number of access technologies that can be requested by NW in Packet Uplink assignment message
27 CONST MAX_BSIC 18 ; Maximum number of bsic_struct in Measurement Information message ((23*8-28-14)/7 = 20) and in SI 2quater Rest Octets IE ((20*8-22-14)/7 = 17)
28 CONST MAX_NNC 96 ; Maximum number of cells in Neighbour cell list for Enhanced Measurements
29 CONST MAXRTDS6 20 ; Maximum number of 6 Bit Real Time Difference structures in Measurement Information message and in SI 2quater Rest Octets IE (assuming 1 value per structure)
30 CONST MAXRTDS12 10 ; Maximum number of 12 Bit Real Time Difference structures in Measurement Information message and in SI 2quater Rest Octets IE (assuming 1 value per structure)
31 CONST MAXRTD6 8 ; Maximum number of 6 Bit Real Time Difference values per 6 Bit RTD structure (assumed value, theoretical maximum: 21)
32 CONST MAXRTD12 6 ; Maximum number of 12 Bit Real Time Difference values per 12 Bit RTD structure (assumed value, theoretical maximum: 11)
33 CONST BIT7_MAX 128 ; 7 bit max
34 CONST MAX_TDD_CELLS 21 ; Maximum number of TDD cell info in 3G neighbour cell info
35 CONST MAX_FDD_CELLS 17 ; Maximum number of FDD cell info in 3G neighbour cell info
36 CONST MAX_FDD 131 ; (L3MAX_ACK-3-1-1)*8/(14+1) = 131,2
37 CONST MAX_TDD 131 ; (L3MAX_ACK-3-1-1)*8/(14+1) = 131,2
38 CONST MAX_CDMA2K_NEIGH_CELLS 64 ; maximum value 3 uarfcn times 32 cells
39
40
41
42 VALTAB VAL_ab_type %REL99%
43 VAL 0 AB_8_BIT "8 bit access burst shall be used"
44 VAL 1 AB_11_BIT "11 bit access burst shall be used"
45
46 VALTAB VAL_acc_tech_typ
47 VAL DEF "unknown"
48 VAL 0 ACC_GSM_P "GSM P"
49 VAL 1 ACC_GSM_E "GSM E -note that GSM E covers GSM P"
50 VAL 2 ACC_GSM_R "GSM R - note that GSM R covers GSM E and GSM P"
51 VAL 3 ACC_GSM_1800 "GSM 1800 (DCS)"
52 VAL 4 ACC_GSM_1900 "GSM 1900 (PCS)"
53 VAL 5 ACC_GSM_450 "GSM 450"
54 VAL 6 ACC_GSM_480 "GSM 480"
55 VAL 7 ACC_GSM_850 "GSM 850"
56 VAL 15 ACC_CAP_SAME_AS_PRECED %REL99% "When access capabilities of a band is same as it's previously included band."
57 VAL 14 ACC_INVALID %REL99% "no valid access technology type present (this value isn?t defined in the specification)"
58 VAL 15 ACC_INVALID %!REL99% "no valid access technology type present (this value isn?t defined in the specification)"
59
60 VALTAB VAL_pow_class
61 VAL 1 POWER_CLASS_1 "Power Class 1"
62 VAL 2 POWER_CLASS_2 "Power Class 2"
63 VAL 3 POWER_CLASS_3 "Power Class 3"
64 VAL 4 POWER_CLASS_4 "Power Class 4"
65 VAL 5 POWER_CLASS_5 "Power Class 5"
66 VAL 6 "Reserved"
67 VAL 7 "Reserved"
68 VAL POWER_CLASS_2 MIN_CLASS_GSM "minimal GSM power class"
69 VAL POWER_CLASS_5 MAX_CLASS_GSM "maximal GSM power class"
70 VAL POWER_CLASS_1 MIN_CLASS_DCS "minimal DCS power class"
71 VAL POWER_CLASS_3 MAX_CLASS_DCS "maximal DCS power class"
72 VAL POWER_CLASS_1 MIN_CLASS_PCS "minimal PCS power class"
73 VAL POWER_CLASS_3 MAX_CLASS_PCS "maximal PCS power class"
74 VAL POWER_CLASS_5 CLASS_MIN_POW_GSM "GSM power class with the lowest output power"
75 VAL POWER_CLASS_2 CLASS_MIN_POW_DCS "DCS power class with the lowest output power"
76 VAL POWER_CLASS_2 CLASS_MIN_POW_PCS "PCS power class with the lowest output power"
77 VAL 0 IDX_PWRCLASS_900 "Index for use with rf_cap.rf_power.pow_class4[] array"
78 VAL 1 IDX_PWRCLASS_1800 "Index for use with rf_cap.rf_power.pow_class4[] array"
79 VAL 2 IDX_PWRCLASS_1900 "Index for use with rf_cap.rf_power.pow_class4[] array"
80 VAL 3 IDX_PWRCLASS_850 "Index for use with rf_cap.rf_power.pow_class4[] array"
81 VAL 4 IDX_PWRCLASS_400 "Index for use with rf_cap.rf_power.pow_class4[] array"
82 VAL 5 IDX_PWRCLASS_700 %REL99% "Index for use with rf_cap.rf_power.pow_class4[] array"
83
84 VALTAB VAL_bool
85 VAL 0 NO "value is not set"
86 VAL 1 YES "value is set"
87 VAL 0 NOT_SUPPORTED "feature not supported"
88 VAL 1 SUPPORTED "feature supported"
89
90 VALTAB VAL_flag
91 VAL 0 GRR_NO "not present"
92 VAL 1 GRR_YES "present"
93
94 VALTAB VAL_bss_paging_coord %REL99%
95 VAL 0 CS_PG_NOT_SUPPORTED "The cell does not support Circuit-Switched paging co-ordination"
96 VAL 1 CS_PG_SUPPORTED "The cell supports Circuit-Switched paging co-ordination"
97
98 VALTAB VAL_ctrl_ack_type
99 VAL 0 "default format is four access bursts"
100 VAL 1 "default format is RLC/MAC control block."
101
102 VALTAB VAL_dtm_g_ms_class
103 VAL 0 SUB_CLASS_1 "Sub-Class 1 supported"
104 VAL 1 SUB_CLASS_5 "Sub-Class 5 supported"
105 VAL 2 SUP_CLASS_9 "Sub-Class 9 supported"
106 VAL 3 "Reserved"
107
108 VALTAB VAL_dtm_g_high_ms_class %TI_PS_FF_REL99_AND_ABOVE%
109 VAL 0 "Reserved"
110 VAL 1 SUB_CLASS_31_OR_36 "Multislot class 31 or 36 supported"
111 VAL 2 SUB_CLASS_32_OR_37 "Multislot class 32 or 37 supported"
112 VAL 3 SUB_CLASS_33_OR_38 "Multislot class 33 or 38 supported"
113 VAL 4 SUB_CLASS_41 "Multislot class 41 supported"
114 VAL 5 SUB_CLASS_42 "Multislot class 42 supported"
115 VAL 6 SUB_CLASS_43 "Multislot class 43 supported"
116 VAL 7 SUB_CLASS_44 "Multislot class 44 supported"
117
118 VALTAB VAL_dtm_support %REL99%
119 VAL 0 DTM_NOT_SUPPORTED "The cell does not support DTM procedures."
120 VAL 1 DTM_SUPPORTED "The cell supports DTM procedures."
121
122 VALTAB VAL_egprs_packet_channel_request %REL99%
123 VAL 0 EGPRS_PACKET_CHANNEL_REQUEST_MSG_SENT ""
124 VAL 1 PACKET_CHANNEL_REQUEST_MSG_SENT ""
125
126 VALTAB VAL_bands
127 VAL 0x00 BAND_AUTO "0b00000000: All bands shall be scanned"
128 VAL 0x01 BAND_GSM_900 "0b00000001: GSM 900 is supported, shall be scanned"
129 VAL 0x02 BAND_DCS_1800 "0b00000010: DCS 1800 is supported, shall be scanned"
130 VAL 0x04 BAND_PCS_1900 "0b00000100: PCS 1900 is supported, shall be scanned"
131 VAL 0x08 BAND_E_GSM "0b00001000: Extended GSM is supported, shall be scanned"
132 VAL 0x10 BAND_GSM_850 "0b00010000: GSM 850 is supported, shall be scanned"
133 VAL 0x20 BAND_GSM_450 "0b00100000: GSM 450 is supported, shall be scanned"
134 VAL 0x40 BAND_GSM_480 "0b01000000: GSM 480 is supported, shall be scanned"
135 VAL 0x80 BAND_R_GSM "0b10000000: R-GSM is supported, shall be scanned"
136 VAL 0x03 BAND_DUAL "0b00000011: GSM 900 and DCS 1800 is supported, shall be scanned"
137 VAL 0x0B BAND_DUAL_EXT "0b00001011: GSM 900, E-GSM and DCS 1800 is supported, shall be scanned"
138 VAL 0x14 BAND_DUAL_US "0b00010100: GSM 850 and PCS 1900 is supported, shall be scanned"
139
140 VALTAB VAL_egsm
141 VAL 0 EGSM_NOT_SUPPORTED "The mobile station does not support the extension band."
142 VAL 1 EGSM_SUPPORTED "The mobile station does support the extension band (E-GSM or R-GSM)."
143
144 VALTAB VAL_freq_scroll %REL99%
145 VAL 0 SCROL_NO "Frequency scrolling is not used"
146 VAL 1 SCROL_YES "Frequency scrolling is used"
147
148 VALTAB VAL_gsm400_supp
149 VAL 0 "reserved (if neither GSM 480 nor GSM 450 is supported the whole gsm400_struct is omitted)"
150 VAL 1 GSM480 "GSM 480 supported but GSM 450 not supported"
151 VAL 2 GSM450 "GSM 450 supported but GSM 480 not supported"
152 VAL 3 GSM450_480 "GSM 450 supported and GSM 480 supported"
153
154 VALTAB VAL_pow_8psk_cap
155 VAL 0 "Reserved"
156 VAL 1 POWER_CLASS_E1 ""
157 VAL 2 POWER_CLASS_E2 ""
158 VAL 3 POWER_CLASS_E3 ""
159
160 VALTAB VAL_mod_cap
161 VAL 0 DL_ONLY_8PSK "8-PSK supported for downlink reception only"
162 VAL 1 FULL_8PSK "8-PSK supported for uplink transmission and downlink reception"
163
164 VALTAB VAL_mb_value
165 VAL DEF "Reserved"
166 VAL 0 MB_NO_EUROPEAN_BAND "0b000: neither GSM 900, E-GSM or DCS 1800 supported"
167 VAL 1 MB_GSM900 "0b001: GSM 900 is supported"
168 VAL 2 MB_EGSM "0b010: E-GSM is supported"
169 VAL 4 MB_DCS1800 "0b100: DCS 1800 is supported"
170 VAL 5 MB_DUAL "0b101: GSM 900 and DCS 1800 is supported"
171 VAL 6 MB_DUAL_EXT "0b110: E-GSM and DCS 1800 is supported"
172
173 VALTAB VAL_ms_class
174 VAL 1 MSLOT_CLASS_1 "Multi Slot Class 1"
175 VAL 2 MSLOT_CLASS_2 "Multi Slot Class 2"
176 VAL 3 MSLOT_CLASS_3 "Multi Slot Class 3"
177 VAL 4 MSLOT_CLASS_4 "Multi Slot Class 4"
178 VAL 5 MSLOT_CLASS_5 "Multi Slot Class 5"
179 VAL 6 MSLOT_CLASS_6 "Multi Slot Class 6"
180 VAL 7 MSLOT_CLASS_7 "Multi Slot Class 7"
181 VAL 8 MSLOT_CLASS_8 "Multi Slot Class 8"
182 VAL 9 MSLOT_CLASS_9 "Multi Slot Class 9"
183 VAL 10 MSLOT_CLASS_10 "Multi Slot Class 10"
184 VAL 11 MSLOT_CLASS_11 "Multi Slot Class 11"
185 VAL 12 MSLOT_CLASS_12 "Multi Slot Class 12"
186 VAL 13 MSLOT_CLASS_13 "Multi Slot Class 13"
187 VAL 14 MSLOT_CLASS_14 "Multi Slot Class 14"
188 VAL 15 MSLOT_CLASS_15 "Multi Slot Class 15"
189 VAL 16 MSLOT_CLASS_16 "Multi Slot Class 16"
190 VAL 17 MSLOT_CLASS_17 "Multi Slot Class 17"
191 VAL 18 MSLOT_CLASS_18 "Multi Slot Class 18"
192 VAL 19 MSLOT_CLASS_19 "Multi Slot Class 19"
193 VAL 20 MSLOT_CLASS_20 "Multi Slot Class 20 (not for HSCSD)"
194 VAL 21 MSLOT_CLASS_21 "Multi Slot Class 21 (not for HSCSD)"
195 VAL 22 MSLOT_CLASS_22 "Multi Slot Class 22 (not for HSCSD)"
196 VAL 23 MSLOT_CLASS_23 "Multi Slot Class 23 (not for HSCSD)"
197 VAL 24 MSLOT_CLASS_24 "Multi Slot Class 24 (not for HSCSD)"
198 VAL 25 MSLOT_CLASS_25 "Multi Slot Class 25 (not for HSCSD)"
199 VAL 26 MSLOT_CLASS_26 "Multi Slot Class 26 (not for HSCSD)"
200 VAL 27 MSLOT_CLASS_27 "Multi Slot Class 27 (not for HSCSD)"
201 VAL 28 MSLOT_CLASS_28 "Multi Slot Class 28 (not for HSCSD)"
202 VAL 29 MSLOT_CLASS_29 "Multi Slot Class 29 (not for HSCSD)"
203
204 VALTAB VAL_nmo
205 VAL 0b00 "Network Mode 1"
206 VAL 0b01 "Network Mode 2"
207 VAL 0b10 "Network Mode 3"
208 VAL 0b11 "reserved"
209
210 VALTAB VAL_pfc_feature_mode %REL99%
211 VAL 0 PFC_NOT_SUPPORTED "The network does not support packet flow context procedures."
212 VAL 1 PFC_SUPPORTED "The network supports packet flow context procedures."
213
214 VALTAB VAL_rep_priority %REL99%
215 VAL 0 NORMAL_PRIO "Normal reporting priority"
216 VAL 1 HIGH_PRIO "High reporting priority"
217
218 VALTAB VAL_rf_pow_cap
219 VAL 0 RF_CLASS_1 "class 1 for GSM 850, 900P+E, DCS 1800 and PCS 1900"
220 VAL 1 RF_CLASS_2 "class 2 for GSM 850, 900P+E, DCS 1800 and PCS 1900"
221 VAL 2 RF_CLASS_3 "class 3 for GSM 850, 900P+E, DCS 1800 and PCS 1900"
222 VAL 3 RF_CLASS_4 "class 4 for GSM 850, 900P+E (reserved for DCS 1800 and PCS 1900)"
223 VAL 4 RF_CLASS_5 "class 5 for GSM 850, 900P+E (reserved for DCS 1800 and PCS 1900)"
224 VAL 5 "reserved"
225 VAL 6 "reserved"
226 VAL 7 RF_CLASS_IRRELEVANT "irrelevant for this IE (multiband GSM MS)"
227
228 VALTAB VAL_rev_lev
229 VAL DEF "Reserved by future use"
230 VAL 0 REV_LEV_PHASE_1 "Reserved for GSM phase 1"
231 VAL 1 REV_LEV_PHASE_2 "Used by GSM phase 2 mobile stations"
232 VAL 2 REV_LEV_R99_SUPPORT "Used by mobile stations supporting R99 or later versions"
233
234 VALTAB VAL_rev99 %REL99%
235 VAL 0 PHASE_1 "Release ?98 or older"
236 VAL 1 RELEASE99 "Release ?99 onwards"
237
238 VALTAB VAL_single_band
239 VAL DEF "Reserved"
240 VAL 0 SINGLE_EGSM "Extended GSM is supported"
241 VAL 1 SINGLE_GSM900 "GSM 900 is supported"
242 VAL 2 SINGLE_DCS1800 "DCS 1800 is supported"
243 VAL 3 SINGLE_GSM450 "GSM 450 is supported"
244 VAL 4 SINGLE_GSM480 "GSM 480 is supported"
245 VAL 5 SINGLE_GSM850 "GSM 850 is supported"
246 VAL 6 SINGLE_PCS1900 "PCS 1900 is supported"
247
248 VALTAB VAL_sms_val
249 VAL 0 SM_1 "1/4 timeslot (~144 micro sec)"
250 VAL 1 SM_2 "2/4 timeslot (~288 micro sec)"
251 VAL 2 SM_3 "3/4 timeslot (~433 micro sec)"
252 VAL 3 SM_4 "4/4 timeslot"
253 VAL 4 SM_5 "5/4 timeslot"
254 VAL 5 SM_6 "6/4 timeslot"
255 VAL 6 SM_7 "7/4 timeslot"
256 VAL 7 SM_8 "8/4 timeslot"
257 VAL 8 SM_9 "9/4 timeslot"
258 VAL 9 SM_10 "10/4 timeslot"
259 VAL 10 SM_11 "11/4 timeslot"
260 VAL 11 SM_12 "12/4 timeslot"
261 VAL 12 SM_13 "13/4 timeslot"
262 VAL 13 SM_14 "14/4 timeslot"
263 VAL 14 SM_15 "15/4 timeslot"
264 VAL 15 SM_16 "16/4 timeslot (~2307 micro sec)"
265
266 VALTAB VAL_ss_screen
267 VAL DEF "for future use (The network shall interpret these values the same as ?1?)"
268 VAL 0 SS_SCREEN_DEFAULT "default value of phase 1"
269 VAL 1 SS_SCREEN_PHASE_2 "capability of handling of ellipsis notation and phase 2 error handling"
270
271 VALTAB VAL_ucs2_treat
272 VAL 0 DEFAULT_PREF "the ME has a preference for the default alphabet (defined in GSM 03.38) over UCS2."
273 VAL 1 NO_PREF "the ME has no preference between the use of the default alphabet and the use of UCS2."
274
275 VALTAB VAL_rep_offset_900 %REL99%
276 VAL 0 ZERO_DB "Apply an offset of 0 dB to the reported value"
277 VAL 1 SIX_DB "Apply an offset of 6 dB to the reported value"
278 VAL 2 TWELVE_DB "Apply an offset of 12 dB to the reported value"
279 VAL 3 EIGHTEEN_DB "Apply an offset of 18 dB to the reported value"
280 VAL 4 TWENTYFOUR_DB "Apply an offset of 24 dB to the reported value"
281 VAL 5 THIRTY_DB "Apply an offset of 30 dB to the reported value"
282 VAL 6 THIRTYSIX_DB "Apply an offset of 36 dB to the reported value"
283 VAL 7 FORTYTWO_DB "Apply an offset of 42 dB to the reported value"
284
285 VALTAB VAL_th_rep_900 %REL99%
286 VAL 0 ZERO "Apply priority reporting if the reported value is above 0 dB"
287 VAL 1 SIX "Apply priority reporting if the reported value is above 6 dB"
288 VAL 2 TWELVE "Apply priority reporting if the reported value is above 12 dB"
289 VAL 3 EIGHTEEN "Apply priority reporting if the reported value is above 18 dB"
290 VAL 4 TWENTYFOUR "Apply priority reporting if the reported value is above 24 dB"
291 VAL 5 THIRTY "Apply priority reporting if the reported value is above 30 dB"
292 VAL 6 THIRTYSIX "Apply priority reporting if the reported value is above 36 dB"
293 VAL 7 INDEFINITELY "Never apply priority reporting"
294
295 VALTAB VAL_ccn_active %REL99%
296 VAL 0 "The Cell has not enabled CCN procedure.(but if received on PMO/ PCCO then follow the one received on broadcast)"
297 VAL 1 "The Cell has enabled CCN procedure."
298
299 VALTAB VAL_nw_ext_ul_tbf %REL99%
300 VAL 0 EXT_UL_TBF_NOT_SUPPORTED "The network does not support Extended UL TBF procedures."
301 VAL 1 EXT_UL_TBF_SUPPORTED "The network does support Extended UL TBF procedures."
302
303 VALTAB VAL_ccn_supported %REL99%
304 VAL 0 CCN_SUPPORTED "CCN is enabled towards the corresponding cell"
305 VAL 1 CCN_NOT_SUPPORTED "CCN is disabled towards the corresponding cell"
306
307 VALTAB VAL_ms_pwr_profile %TI_PS_FF_REL99_AND_ABOVE%
308 VAL 0 MS_PWR_PROF0 "MULTISLOT_POWER_PROFILE 0"
309 VAL 1 MS_PWR_PROF1 "MULTISLOT_POWER_PROFILE 1"
310 VAL 2 MS_PWR_PROF2 "MULTISLOT_POWER_PROFILE 2"
311 VAL 3 MS_PWR_PROF3 "MULTISLOT_POWER_PROFILE 3"
312
313 VALTAB VAL_rep_acch_cap %TI_PS_FF_REL99_AND_ABOVE%
314 VAL 0 REP_DL_FACCH "MS supports Repeated Downlink FACCH"
315 VAL 1 REP_SACCH_DL_FACCH "MS supports Repeated SACCH and Repeated Downlink FACCH"
316
317 VALTAB VAL_dl_adv_rx_per %TI_PS_FF_REL99_AND_ABOVE%
318 VAL 0 DL_ADVANC_RX_PERF_NOT_SUPPORT "Downlink Advanced Receiver Performance not supported"
319 VAL 1 DL_ADVANC_RX_PERF_PHASE1_SUPPORT "Downlink Advanced Receiver Performance – phase I supported"
320 VAL 2 DL_ADVANC_RX_PERF_RESERVE_VALUE1 "If value is received by the network, they shall be interpreted as ‘01’."
321 VAL 3 DL_ADVANC_RX_PERF_RESERVE_VALUE2 "If value is received by the network, they shall be interpreted as ‘01’."
322
323
324
325
326 VAR ab_type "Access Burst Type"
327 1
328
329 VAL @m_rr_com - VAL_ab_type@
330
331 VAR acc_tech_typ "Access Technology Type"
332 4
333
334 VAL @m_rr_com - VAL_acc_tech_typ@
335
336 VAR pow_class "RF Power Capability"
337 3
338
339 VAL @m_rr_com - VAL_pow_class@
340
341 VAR radio_cap_1 "Associated Radio Capability 1"
342 4
343
344 VAL @m_rr_com - VAL_pow_class@
345
346 VAR radio_cap_2 "Associated Radio Capability 2"
347 4
348
349 VAL @m_rr_com - VAL_pow_class@
350
351 VAR rgsm_class "R Support (R-GSM Class)"
352 3
353
354 VAL @m_rr_com - VAL_pow_class@
355
356 VAR gsm400_cap "GSM 400 Associated Radio Capability"
357 4
358
359 VAL @m_rr_com - VAL_pow_class@
360
361 VAR t_gsm400_cap %TI_PS_FF_REL99_AND_ABOVE% "T-GSM 400 Associated Radio Capability"
362 4
363
364 VAL @m_rr_com - VAL_pow_class@
365
366 VAR t_gsm900_cap %TI_PS_FF_REL99_AND_ABOVE% "T-GSM 400 Associated Radio Capability"
367 4
368
369 VAL @m_rr_com - VAL_pow_class@
370
371 VAR gsm850_cap "GSM 850 Associated Radio Capability"
372 4
373
374 VAL @m_rr_com - VAL_pow_class@
375
376 VAR pcs1900_cap "PCS 1900 Associated Radio Cap."
377 4
378
379 VAL @m_rr_com - VAL_pow_class@
380
381 VAR ba_start_rtd "BA Index Start RTD"
382 5
383
384
385 VAR ba_start_bsic "BA Index Start BSIC"
386 5
387
388
389 VAR bep_period "BEP Period"
390 4
391
392
393 VAR bool "Boolean; the value is set (1) or not (0)"
394 1
395
396 VAL @m_rr_com - VAL_bool@
397
398 VAR support "Feature Support; MS does supports a feature (1) or not (0)"
399 1
400
401 VAL @m_rr_com - VAL_bool@
402
403 VAR es_ind "Early Classmark Sending; 'controlled early classmark sending' option is implemented (1) or not (0) in the MS"
404 1
405
406 VAL @m_rr_com - VAL_bool@
407
408 VAR ps "Pseudo Synchronisation capability; Pseudo synchronisation capabilty is present (1) or not (0)"
409 1
410
411 VAL @m_rr_com - VAL_bool@
412
413 VAR mt_pp_sms "Short Message capability; MS does supports (1) MT point to point SMS or not (0)"
414 1
415
416 VAL @m_rr_com - VAL_bool@
417
418 VAR vgcs "Voice Group Call Service; VGCS capability and notification wanted (1) or not (0)"
419 1
420
421 VAL @m_rr_com - VAL_bool@
422
423 VAR vbs "Voice Broadcast Service; VBS capability and notification wanted (1) or not (0)"
424 1
425
426 VAL @m_rr_com - VAL_bool@
427
428 VAR class3 "Classmark 3; The MS supports options that are indicated in classmark 3 (1) or it does not support any classmark 3 options (0)"
429 1
430
431 VAL @m_rr_com - VAL_bool@
432
433 VAR lcsva "LCSVA capability; LCS value added location request notification supported (1) or not (0)"
434 1
435
436 VAL @m_rr_com - VAL_bool@
437
438 VAR solsa "SoLSA Supported; MS does supports SoLSA (1) or not (0)"
439 1
440
441 VAL @m_rr_com - VAL_bool@
442
443 VAR cmsp "CMSP Supported; MS does supports (1) CM service Prompt (network initiated MO CM connection request) or not (0)"
444 1
445
446 VAL @m_rr_com - VAL_bool@
447
448 VAR ext_meas "Extended Measurement Capability; MS does supports 'extended measurements`(1) or not (0)"
449 1
450
451 VAL @m_rr_com - VAL_bool@
452
453 VAR meas "Measurement Capability; Indicates whether the IE contains any value about the measurement capabilities or not"
454 1
455
456 VAL @m_rr_com - VAL_bool@
457
458 VAR pos "MS Positioning Method Capability; Indicates whether MS does supports positioning method or not"
459 1
460
461 VAL @m_rr_com - VAL_bool@
462
463 VAR edge "EDGE Structure; Indicates whether MS does supports the EDGE or not"
464 1
465
466 VAL @m_rr_com - VAL_bool@
467
468 VAR edge_ms "Multi Slot Capability; Indicates whether MS does supports the use of multiple timeslots or not"
469 1
470
471 VAL @m_rr_com - VAL_bool@
472
473 VAR ms "Multi Slot Capability; indicates whether MS does supports the use of multiple timeslots or not"
474 1
475
476 VAL @m_rr_com - VAL_bool@
477
478 VAR hscsd_ms "HSCSD Multi Slot Capability; indicates whether MS supports the use of multiple timeslots or not"
479 1
480
481 VAL @m_rr_com - VAL_bool@
482
483 VAR gprs_ms "GPRS Multi Slot Capability; indicates whether MS supports the use of multiple timeslots or not"
484 1
485
486 VAL @m_rr_com - VAL_bool@
487
488 VAR ecsd_ms "ECSD Multi Slot Capability; indicates whether MS supports the use of multiple timeslots or not"
489 1
490
491 VAL @m_rr_com - VAL_bool@
492
493 VAR egprs_ms "EGPRS Multi Slot Capability; indicates whether MS supports the use of multiple timeslots or not"
494 1
495
496 VAL @m_rr_com - VAL_bool@
497
498 VAR mod "Modulation Capability; MS does supports 8-PSK modulation for uplink and downlink (1) or only for downlink (0) in addition to GSMK"
499 1
500
501 VAL @m_rr_com - VAL_bool@
502
503 VAR assist_eotd "MS assisted E-OTD; MS does supports assisted E-OTD (1) or not (0)"
504 1
505
506 VAL @m_rr_com - VAL_bool@
507
508 VAR based_eotd "MS based E-OTD; MS does supports based E-OTD (1) or not (0)"
509 1
510
511 VAL @m_rr_com - VAL_bool@
512
513 VAR assist_gps "MS assisted GPS; MS does supports assisted GPS (1) or not (0)"
514 1
515
516 VAL @m_rr_com - VAL_bool@
517
518 VAR based_gps "MS based GPS; MS does supports based GPS (1) or not (0)"
519 1
520
521 VAL @m_rr_com - VAL_bool@
522
523 VAR conv_gps "MS conventional GPS; MS does supports conventional GPS (1) or not (0)"
524 1
525
526 VAL @m_rr_com - VAL_bool@
527
528 VAR umts_fdd "UMTS FDD Radio Access Technology; MS does supports UMTS FDD (1) or not (0)"
529 1
530
531 VAL @m_rr_com - VAL_bool@
532
533 VAR umts_tdd "UMTS 3.84 Mcps TDD Radio Access Technology; MS does supports UMTS TDD (1) or not (0)"
534 1
535
536 VAL @m_rr_com - VAL_bool@
537
538 VAR cdma2000 "CDMA 2000 Radio Access Technology; MS does supports CDMA 2000 (1) or not (0)"
539 1
540
541 VAL @m_rr_com - VAL_bool@
542
543 VAR mac_support "MAC Mode support; MS does supports dynamice and fixed allocation (1) or only exclusive allocation (0)"
544 1
545
546 VAL @m_rr_com - VAL_bool@
547
548 VAR compact "COMPACT Interference Measurement Capability; COMPACT Interference Measurement Capability is implemented (1) or not (0)"
549 1
550
551 VAL @m_rr_com - VAL_bool@
552
553 VAR gprs_eda "GPRS Extended Dynamic Allocation Capability; MS does supports dynamice and fixed allocation (1) or only exclusive allocation (0)"
554 1
555
556 VAL @m_rr_com - VAL_bool@
557
558 VAR egprs_eda "EGPRS Extended Dynamic Allocation Capability; MS does supports dynamice and fixed allocation (1) or only exclusive allocation (0)"
559 1
560
561 VAL @m_rr_com - VAL_bool@
562
563 VAR a5_1 "A5/1; Encryption algorithm A5/1. Note inverse logic for the A5/1 encryption algorithm between classmark 1 and 2 on the one hand (available=0 or not=1) and radio access capability on the other hand (available=1 or not=0)."
564 1
565
566 VAL @m_rr_com - VAL_bool@
567
568 VAR a5_2 "A5/2; Encryption algorithm A5/2 available (1) or not (0)"
569 1
570
571 VAL @m_rr_com - VAL_bool@
572
573 VAR a5_3 "A5/3; Encryption algorithm A5/3 available (1) or not (0)"
574 1
575
576 VAL @m_rr_com - VAL_bool@
577
578 VAR a5_4 "A5/4; Encryption algorithm A5/4 available (1) or not (0)"
579 1
580
581 VAL @m_rr_com - VAL_bool@
582
583 VAR a5_5 "A5/5; Encryption algorithm A5/5 available (1) or not (0)"
584 1
585
586 VAL @m_rr_com - VAL_bool@
587
588 VAR a5_6 "A5/6; Encryption algorithm A5/6 available (1) or not (0)"
589 1
590
591 VAL @m_rr_com - VAL_bool@
592
593 VAR a5_7 "A5/7; Encryption algorithm A5/7 available (1) or not (0)"
594 1
595
596 VAL @m_rr_com - VAL_bool@
597
598 VAR dtm_g "DTM GPRS Multi Slot Capability; GPRS MS does supports dual transfer mode (DTM)"
599 1
600
601 VAL @m_rr_com - VAL_bool@
602
603 VAR dtm_e "DTM EGPRS Multi Slot Capability; EGPRS MS does supports dual transfer mode (DTM)"
604 1
605
606 VAL @m_rr_com - VAL_bool@
607
608 VAR dummy_r99_ind "Dummy R99 inclusion indicator; A dummy field to suppress R99 fields (esp.in MS RACAP)"
609 1
610
611 VAL @m_rr_com - VAL_bool@
612
613 VAR flag "Flag"
614 1
615
616 VAL @m_rr_com - VAL_flag@
617
618 VAR bsic "BSIC"
619 6
620
621
622 VAR bss_paging_coord "BSS paging co-ordination"
623 1
624
625 VAL @m_rr_com - VAL_bss_paging_coord@
626
627 VAR bs_cv_max "BS_CV_MAX"
628 4
629
630
631 VAR ctrl_ack_type "CONTROL_ACK_TYPE"
632 1
633
634 VAL @m_rr_com - VAL_ctrl_ack_type@
635
636 VAR drx_t_max "DRX_TIMER_MAX"
637 3
638
639
640 VAR dtm_g_ms_class "DTM GPRS Multi Slot Sub-Class"
641 2
642
643 VAL @m_rr_com - VAL_dtm_g_ms_class@
644
645 VAR dtm_e_ms_class "DTM EGPRS Multi Slot Sub-Class; only if the MS supports EGPRS DTM"
646 2
647
648 VAL @m_rr_com - VAL_dtm_g_ms_class@
649
650 VAR dtm_g_high_ms_class %TI_PS_FF_REL99_AND_ABOVE% "DTM GPRS High Multi Slot Sub-Class"
651 3
652
653 VAL @m_rr_com - VAL_dtm_g_high_ms_class@
654
655 VAR dtm_e_high_ms_class "DTM EGPRS High Multi Slot Sub-Class; only if the MS supports EGPRS DTM"
656 3
657
658
659 VAR rep_acch_cap %TI_PS_FF_REL99_AND_ABOVE% "Indicates whether the MS supports Repeated SACCH and Repeated FACCH"
660 1
661
662 VAL @m_rr_com - VAL_rep_acch_cap@
663
664 VAR dtm_support "DTM support by the cell"
665 1
666
667 VAL @m_rr_com - VAL_dtm_support@
668
669 VAR ext_len "Extension Length"
670 6
671
672
673 VAR spare_ext "Spare bits(s)"
674 1
675
676
677 VAR egprs_packet_channel_request "EGPRS packet channel request message sent"
678 1
679
680 VAL @m_rr_com - VAL_egprs_packet_channel_request@
681
682 VAR bands "Supported Frequency Bands; bitmask of all available frequency bands"
683 8
684
685 VAL @m_rr_com - VAL_bands@
686
687 VAR setbands "Set Frequency Bands; bitmask of set frequency bands"
688 8
689
690 VAL @m_rr_com - VAL_bands@
691
692 VAR egsm "Frequency capability"
693 1
694
695 VAL @m_rr_com - VAL_egsm@
696
697 VAR freq_scroll "Frequency Scrolling"
698 1
699
700 VAL @m_rr_com - VAL_freq_scroll@
701
702 VAR gsm400_supp "GSM 400 Bands Supported"
703 2
704
705 VAL @m_rr_com - VAL_gsm400_supp@
706
707 VAR t_gsm400_supp %TI_PS_FF_REL99_AND_ABOVE% "T-GSM 400 Bands Supported"
708 2
709
710
711 VAR msg_type "Message Type"
712 8
713
714
715 VAR pow_8psk_cap "8-PSK Power Capability"
716 2
717
718 VAL @m_rr_com - VAL_pow_8psk_cap@
719
720 VAR egde_pow1 "EGDE RF Power Capability 1"
721 2
722
723 VAL @m_rr_com - VAL_pow_8psk_cap@
724
725 VAR egde_pow2 "EGDE RF Power Capability 2"
726 2
727
728 VAL @m_rr_com - VAL_pow_8psk_cap@
729
730 VAR mod_cap "Modulation Capability"
731 1
732
733 VAL @m_rr_com - VAL_mod_cap@
734
735 VAR mb_value "Multiband Support"
736 3
737
738 VAL @m_rr_com - VAL_mb_value@
739
740 VAR ms_class "Multi Slot Class"
741 5
742
743 VAL @m_rr_com - VAL_ms_class@
744
745 VAR gsm_ms_class "GSM Multi Slot Class"
746 5
747
748 VAL @m_rr_com - VAL_ms_class@
749
750 VAR edge_ms_class "EDGE Multi Slot Class"
751 5
752
753 VAL @m_rr_com - VAL_ms_class@
754
755 VAR hscsd_ms_class "HSCSD Multi Slot Class"
756 5
757
758 VAL @m_rr_com - VAL_ms_class@
759
760 VAR gprs_ms_class "GPRS Multi Slot Class"
761 5
762
763 VAL @m_rr_com - VAL_ms_class@
764
765 VAR ecsd_ms_class "ECSD Multi Slot Class"
766 5
767
768 VAL @m_rr_com - VAL_ms_class@
769
770 VAR egprs_ms_class "EGPRS Multi Slot Class"
771 5
772
773 VAL @m_rr_com - VAL_ms_class@
774
775 VAR nmo "NMO"
776 2
777
778 VAL @m_rr_com - VAL_nmo@
779
780 VAR num_cells "Number of Cells"
781 7
782
783
784 VAR rem_bsic "Number Remaining BSIC"
785 7
786
787
788 VAR dec "PAN_DEC"
789 3
790
791
792 VAR inc "PAN_INC"
793 3
794
795
796 VAR pmax "PAN_MAX"
797 3
798
799
800 VAR pfc_feature_mode "PFC feature support by the N/W"
801 1
802
803 VAL @m_rr_com - VAL_pfc_feature_mode@
804
805 VAR rtd6 "Real Time Difference 6 Bit"
806 6
807
808
809 VAR rtd12 "Real Time Difference 12 Bit"
810 12
811
812
813 VAR rep_priority "Reporting Priority"
814 1
815
816 VAL @m_rr_com - VAL_rep_priority@
817
818 VAR rf_pow_cap "RF power capability"
819 3
820
821 VAL @m_rr_com - VAL_rf_pow_cap@
822
823 VAR rev_lev "Revision Level"
824 2
825
826 VAL @m_rr_com - VAL_rev_lev@
827
828 VAR rev99 %REL99% "Revision Level"
829 1
830
831 VAL @m_rr_com - VAL_rev99@
832
833 VAR single_band "Single GSM Band Support"
834 4
835
836 VAL @m_rr_com - VAL_single_band@
837
838 VAR sms_val "Switch-Measure-Switch-Value"
839 4
840
841 VAL @m_rr_com - VAL_sms_val@
842
843 VAR sm_val "Switch-Measure-Value"
844 4
845
846 VAL @m_rr_com - VAL_sms_val@
847
848 VAR ss_screen "SS Screening Indicator"
849 2
850
851 VAL @m_rr_com - VAL_ss_screen@
852
853 VAR t3168 "T3168"
854 3
855
856
857 VAR t3192 "T3192"
858 3
859
860
861 VAR ucs2_treat "UCS2 treatment"
862 1
863
864 VAL @m_rr_com - VAL_ucs2_treat@
865
866 VAR rep_offset_900 "900 reporting offset"
867 3
868
869 VAL @m_rr_com - VAL_rep_offset_900@
870
871 VAR rep_offset_1800 "1800 reporting offset"
872 3
873
874 VAL @m_rr_com - VAL_rep_offset_900@
875
876 VAR rep_offset_400 "400 reporting offset"
877 3
878
879 VAL @m_rr_com - VAL_rep_offset_900@
880
881 VAR rep_offset_1900 "1900 reporting offset"
882 3
883
884 VAL @m_rr_com - VAL_rep_offset_900@
885
886 VAR rep_offset_850 "850 reporting offset"
887 3
888
889 VAL @m_rr_com - VAL_rep_offset_900@
890
891 VAR th_rep_900 "900 reporting threshold"
892 3
893
894 VAL @m_rr_com - VAL_th_rep_900@
895
896 VAR th_rep_1800 "1800 reporting threshold"
897 3
898
899 VAL @m_rr_com - VAL_th_rep_900@
900
901 VAR th_rep_400 "400 reporting threshold"
902 3
903
904 VAL @m_rr_com - VAL_th_rep_900@
905
906 VAR th_rep_1900 %REL99 AND (TI_PS_FF_EMR OR TI_PS_FF_RTD)% "1900 reporting threshold"
907 3
908
909 VAL @m_rr_com - VAL_th_rep_900@
910
911 VAR th_rep_850 "850 reporting threshold"
912 3
913
914 VAL @m_rr_com - VAL_th_rep_900@
915
916 VAR ccn_active "Indicates NACC support by rel 4 network"
917 1
918
919 VAL @m_rr_com - VAL_ccn_active@
920
921 VAR nw_ext_ul_tbf "Indicates Extended UL TBF support by rel 4 network"
922 1
923
924 VAL @m_rr_com - VAL_nw_ext_ul_tbf@
925
926 VAR gsm700_cap "GSM 700 Associated Radio Capability"
927 4
928
929 VAL @m_rr_com - VAL_pow_class@
930
931 VAR umts_tdd_128 %REL99 OR TI_PS_FF_REL99_AND_ABOVE% "UMTS 1.28 Mcps TDD Radio Access Technology; MS does supports UMTS TDD (1) or not (0)"
932 1
933
934 VAL @m_rr_com - VAL_bool@
935
936 VAR geran_feat_pack_1 %REL99 OR TI_PS_FF_REL99_AND_ABOVE% "Network Support for GERAN Feature 1 Package"
937 1
938
939 VAL @m_rr_com - VAL_bool@
940
941 VAR ext_dtm_g_ms_class %REL99 OR TI_PS_FF_REL99_AND_ABOVE% "Extended DTM GPRS Multi Slot Sub-Class"
942 2
943
944
945 VAR ext_dtm_e_ms_class %REL99 OR TI_PS_FF_REL99_AND_ABOVE% "Extended DTM EGPRS Multi Slot Sub-Class"
946 2
947
948
949 VAR dummy_r4_ind "Dummy R4 inclusion indicator; A dummy field to suppress R4 fields (esp.in MS RACAP)"
950 1
951
952 VAL @m_rr_com - VAL_bool@
953
954 VAR ccn_support %REL99% "CCN is supported towards the corresponding cell"
955 1
956
957 VAL @m_rr_com - VAL_ccn_supported@
958
959 VAR mod_ms_sup %REL99% "Modulation based multislot class support"
960 1
961
962 VAL @m_rr_com - VAL_bool@
963
964 VAR tdd_indic0 %REL99 AND (TI_PS_FF_EMR OR TI_PS_FF_RTD)% "TDD_Indic0"
965 1
966
967
968 VAR tdd_ncell_data %REL99 AND (TI_PS_FF_EMR OR TI_PS_FF_RTD)% "bits 1-7 are the Cell Parameter, bit 8 is the Sync Case and bit 9 is the Diversity bit. "
969 9
970
971
972 VAR fdd_indic0 %REL99 AND (TI_PS_FF_EMR OR TI_PS_FF_RTD)% "FDD_Indic0"
973 1
974
975
976 VAR fdd_ncell_data %REL99 AND (TI_PS_FF_EMR OR TI_PS_FF_RTD)% "bits 1-9 are the Scrambling Code and bit 10 is the corresponding Diversity Parameter"
977 10
978
979
980 VAR index_start_3g %REL99 AND (TI_PS_FF_EMR OR TI_PS_FF_RTD)% "Index Start 3G"
981 7
982
983
984 VAR abs_index_emr %REL99 AND (TI_PS_FF_EMR OR TI_PS_FF_RTD)% "Absolute Index start EMR"
985 7
986
987
988 VAR bw_fdd %REL99 AND (TI_PS_FF_EMR OR TI_PS_FF_RTD)% "Bandwidth FDD"
989 3
990
991
992 VAR bw_tdd %REL99 AND (TI_PS_FF_EMR OR TI_PS_FF_RTD)% "Bandwidth TDD"
993 3
994
995
996 VAR fdd_arfcn %REL99 AND (TI_PS_FF_EMR OR TI_PS_FF_RTD)% "FDD_ARFCN"
997 14
998
999
1000 VAR fdd_arfcn_index %REL99 AND (TI_PS_FF_EMR OR TI_PS_FF_RTD)% "FDD ARFCN index"
1001 3
1002
1003
1004 VAR tdd_arfcn %REL99 AND (TI_PS_FF_EMR OR TI_PS_FF_RTD)% "TDD_ARFCN"
1005 14
1006
1007
1008 VAR tdd_arfcn_index %REL99 AND (TI_PS_FF_EMR OR TI_PS_FF_RTD)% "TDD ARFCN index"
1009 3
1010
1011
1012 VAR cdma2000_frequency_band "cdma2000 frequency band "
1013 5
1014
1015
1016 VAR cdma2000_frequency "cdma2000 frequency"
1017 11
1018
1019
1020 VAR number_cdma2000_cells "number_cdma2000_cells"
1021 5
1022
1023
1024 VAR pilot_PN_offset "Pilot PN offset"
1025 9
1026
1027
1028 VAR td_mode "TD_MODE"
1029 2
1030
1031
1032 VAR td_power_level "TD_POWER_LEVEL "
1033 3
1034
1035
1036 VAR qof "QOF"
1037 2
1038
1039
1040 VAR walsh_len_a "WALSH_LEN_A"
1041 3
1042
1043
1044 VAR aux_pilot_walsh "AUX_PILOT_WALSH"
1045 1
1046
1047
1048 VAR walsh_len_b "WALSH_LEN_B "
1049 3
1050
1051
1052 VAR aux_td_walsh "AUX_TD_WALSH"
1053 1
1054
1055
1056 VAR aux_td_power_level "AUX_TD_POWER_LEVEL"
1057 2
1058
1059
1060 VAR sr3_prim_pilot "SR3_PRIM_PILOT"
1061 2
1062
1063
1064 VAR sr3_pilot_power1 "SR3_PILOT_POWER1"
1065 3
1066
1067
1068 VAR sr3_pilot_power2 "SR3_PILOT_POWER2"
1069 3
1070
1071
1072 VAR walsh_len_c "WALSH_LEN_C"
1073 3
1074
1075
1076 VAR aux_walsh_len "AUX_WALSH_LEN "
1077 1
1078
1079
1080 VAR qof1 "QOF1"
1081 2
1082
1083
1084 VAR walsh_length1 "WALSH_LENGTH1"
1085 3
1086
1087
1088 VAR aux_pilot_walsh1 "AUX_PILOT_WALSH1"
1089 1
1090
1091
1092 VAR qof2 "QOF2"
1093 2
1094
1095
1096 VAR walsh_length2 "WALSH_LENGTH2 "
1097 3
1098
1099
1100 VAR aux_pilot_walsh2 "AUX_PILOT_WALSH2"
1101 1
1102
1103
1104 VAR flag_3bit "FLAG 3 bits"
1105 3
1106
1107
1108 VAR search_prio_3g %REL99 AND (TI_PS_FF_EMR OR TI_PS_FF_RTD)% "Search Prio 3G"
1109 1
1110
1111
1112 VAR tdd_multirat_rep %REL99 AND (TI_PS_FF_EMR OR TI_PS_FF_RTD)% "TDD Multirat Reporting"
1113 2
1114
1115
1116 VAR cdma2000_multirat_rep %REL99 AND (TI_PS_FF_EMR OR TI_PS_FF_RTD)% "CDMA2000 Multirat Reporting"
1117 2
1118
1119
1120 VAR fdd_rep_quant %REL99 AND (TI_PS_FF_EMR OR TI_PS_FF_RTD)% "FDD REP Quant"
1121 1
1122
1123
1124 VAR fdd_multi_rep %REL99 AND (TI_PS_FF_EMR OR TI_PS_FF_RTD)% "FDD MULTI Reporting Struct"
1125 2
1126
1127
1128 VAR fdd_rep_offset %REL99 AND (TI_PS_FF_EMR OR TI_PS_FF_RTD)% "FDD Reporting Offset"
1129 3
1130
1131
1132 VAR fdd_rep_thres %REL99 AND (TI_PS_FF_EMR OR TI_PS_FF_RTD)% "FDD Reporting Threshold"
1133 3
1134
1135
1136 VAR tdd_rep_offset %REL99 AND (TI_PS_FF_EMR OR TI_PS_FF_RTD)% "TDD Reporting Offset"
1137 3
1138
1139
1140 VAR cdma2000_rep_offset %REL99 AND (TI_PS_FF_EMR OR TI_PS_FF_RTD)% "CDMA2000 Reporting Offset"
1141 3
1142
1143
1144 VAR tdd_rep_thres %REL99 AND (TI_PS_FF_EMR OR TI_PS_FF_RTD)% "TDD Reporting Threshold"
1145 3
1146
1147
1148 VAR cdma2000_rep_thres %REL99 AND (TI_PS_FF_EMR OR TI_PS_FF_RTD)% "CDMA2000 Reporting Threshold"
1149 3
1150
1151
1152 VAR qsearch_c "Qsearch C"
1153 4
1154
1155
1156 VAR flag_ra_cap2 %!REL99% "Valid flag for MS RA capability value part II; Second part of MS RA capability is available (1) or not (1)"
1157 1
1158
1159 VAL @m_rr_com - VAL_bool@
1160
1161 VAR high_ms_cap %TI_PS_FF_REL99_AND_ABOVE% "High Multislot Capability"
1162 2
1163
1164
1165 VAR geran_iu_mod_cap %TI_PS_FF_REL99_AND_ABOVE% "GERAN Iu Mode Capabilities"
1166 1
1167
1168
1169 VAR geran_feat_pack_2 %TI_PS_FF_REL99_AND_ABOVE% "GERAN Feature Package 2"
1170 1
1171
1172 VAL @m_rr_com - VAL_bool@
1173
1174 VAR gmsk_ms_pwr_prof %TI_PS_FF_REL99_AND_ABOVE% "GMSK Multislot Power Profile"
1175 2
1176
1177 VAL @m_rr_com - VAL_ms_pwr_profile@
1178
1179 VAR psk8_ms_pwr_prof %TI_PS_FF_REL99_AND_ABOVE% "8-PSK Multislot Power Profile"
1180 2
1181
1182 VAL @m_rr_com - VAL_ms_pwr_profile@
1183
1184 VAR dl_adv_rx_per %TI_PS_FF_REL99_AND_ABOVE% "Downlink Advanced Receiver Performance"
1185 2
1186
1187 VAL @m_rr_com - VAL_dl_adv_rx_per@
1188
1189 VAR dtm_enhance_cap %TI_PS_FF_REL99_AND_ABOVE% "DTM Enhancements Capability"
1190 1
1191
1192 VAL @m_rr_com - VAL_bool@
1193
1194 VAR offset_required %TI_PS_FF_REL99_AND_ABOVE% "Offset required"
1195 1
1196
1197
1198
1199
1200
1201 COMP a5_bits "A5 bits"
1202 {
1203 a5_1 ; A5/1; Encryption algorithm A5/1. Note inverse logic for the A5/1 encryption algorithm between classmark 1 and 2 on the one hand (available=0 or not=1) and radio access capability on the other hand (available=1 or not=0).
1204 a5_2 ; A5/2; Encryption algorithm A5/2 available (1) or not (0)
1205 a5_3 ; A5/3; Encryption algorithm A5/3 available (1) or not (0)
1206 a5_4 ; A5/4; Encryption algorithm A5/4 available (1) or not (0)
1207 a5_5 ; A5/5; Encryption algorithm A5/5 available (1) or not (0)
1208 a5_6 ; A5/6; Encryption algorithm A5/6 available (1) or not (0)
1209 a5_7 ; A5/7; Encryption algorithm A5/7 available (1) or not (0)
1210 }
1211
1212
1213
1214 COMP acc_tech_req %REL99% "Access Technologies Request"
1215 {
1216 CSN1_S1 acc_tech_typ [0..MAX_NUM_ACC_TYPE] ; Access Technology Type
1217 }
1218
1219
1220
1221 COMP add_acc_tech_elem %REL99% "Additonal Access Technologies Element"
1222 {
1223 acc_tech_typ ; Access Technology Type
1224 pow_class ; GMSK Power Class
1225 pow_8psk_cap ; 8PSK Power Class
1226 }
1227
1228
1229
1230 COMP add_acc_tech %REL99% "Additonal Access Technologies"
1231 {
1232 CSN1_S1 add_acc_tech_elem [1.. MAX_ADD_RA_CAP] ; Additional Access Technology Element
1233 }
1234
1235
1236
1237 COMP bsic_struct %REL99% "BSIC Structure"
1238 {
1239 freq_scroll %REL99% ; Frequency Scrolling
1240 bsic ; BSIC
1241 }
1242
1243
1244
1245 COMP gprs_bsic %REL99% "GPRS BSIC Description"
1246 {
1247 CSN1_S1 ba_start_bsic ; BA Index Start BSIC
1248 bsic ; BSIC
1249 rem_bsic %REL99% ; Number Remaining BSIC
1250 bsic_struct [rem_bsic.. MAX_BSIC] ; BSIC Structure
1251 }
1252
1253
1254
1255 COMP mob_class_1 "Mobile Station Classmark 1"
1256 {
1257 .0 ; Spare
1258 rev_lev ; Revision level
1259 es_ind ; Early Classmark Sending
1260 a5_1 ; A5/1; Encryption algorithm A5/1 available (0) or not (1). Please note the inverse logic!
1261 rf_pow_cap ; RF power capability
1262 }
1263
1264
1265
1266 COMP mob_class_2 "Mobile Station Classmark 2"
1267 {
1268 .0 ; spare
1269 rev_lev ; Revision level; Indicates the revision level of the MS
1270 es_ind ; Early Classmark Sending; 'Controlled Early Classmark Sending' option is implementation (1) or not (0)
1271 a5_1 ; A5/1; Encryption algorithm A5/1 available (0) or not (1). Please note the inverse logic!
1272 rf_pow_cap ; RF power capability (CM2); Indication of the RF power capabilities corresponding to the supported band
1273 .0 ; spare
1274 ps ; Pseudo Synchronisation capability; PS capability present (1) or not present (0)
1275 ss_screen ; SS Screen. Indicator
1276 mt_pp_sms ; Short Message capability; MS does supports (1) MT point to point SMS or not (0)
1277 vbs ; VBS Notification Reception; VBS capability and notifications wanted (1) or vice versa (0)
1278 vgcs ; VGCS Notification Reception; VGCS capability and notifications wanted (1) or vice versa (0)
1279 egsm ; Frequency capability; When the GSM 850 or DCS 1800 or PCS 1900 band is used, this bit shall be sent with the value '0'. When a GSM 900 band is used, this bit describes the support of the extension band
1280 class3 ; Classmark 3; The MS supports options that are indicated in classmark 3 (1) or it does not support any classmark 3 options (0)
1281 .0 ; spare
1282 lcsva ; LCSVA capability; LCS value added location request notification supported (1) or not (0)
1283 ucs2_treat ; UCS2 treatment; Indicates the likely treatment by the MS of UCS2 encoded
1284 solsa ; SoLSA Supported; MS supports SoLSA (1) or not (0)
1285 cmsp ; CMSP Supported; MS supports (1) CM service Prompt (network initiated MO CM connection request) or not (0)
1286 a5_3 ; A5/3; Encryption algorithm A5/3 available (1) or not (0)
1287 a5_2 ; A5/2; Encryption algorithm A5/2 available (1) or not (0)
1288 }
1289
1290
1291
1292 COMP dtm_ms "DTM Multislot Structure"
1293 {
1294 dtm_g_ms_class ; DTM GPRS Multi Slot Sub-Class
1295 mac_support ; MAC Mode support
1296 CSN1_S1 dtm_e_ms_class ; DTM EGPRS Multi Slot Sub-Class
1297 }
1298
1299
1300
1301 COMP dtm_high_ms %TI_PS_FF_REL99_AND_ABOVE% "DTM High Multislot Structure"
1302 {
1303 dtm_g_high_ms_class ; DTM GPRS High Multi Slot Sub-Class
1304 offset_required ; Offset Required
1305 CSN1_S1 dtm_e_high_ms_class ; DTM EGPRS High Multi Slot Sub-Class
1306 }
1307
1308
1309
1310 COMP egde_struct "EGDE Structure"
1311 {
1312 mod ; EDGE Modulation Capability
1313 CSN1_S1 egde_pow1 ; EGDE RF Power Capability 1
1314 CSN1_S1 egde_pow2 ; EGDE RF Power Capability 2
1315 }
1316
1317
1318
1319 COMP gprs_rep_prio %REL99% "GPRS REPORT PRIORITY Description"
1320 {
1321 num_cells %REL99% ; Number cells
1322 rep_priority [num_cells.. MAX_NNC] %REL99% ; Reporting Priority
1323 }
1324
1325
1326
1327 COMP gsm400_struct "GSM 400 Bands Supported Structure"
1328 {
1329 gsm400_supp ; GSM 400 Bands Supported
1330 gsm400_cap ; GSM 400 Associated Radio Capability
1331 }
1332
1333
1334
1335 COMP t_gsm400_struct %TI_PS_FF_REL99_AND_ABOVE% "GSM 400 Bands Supported Structure"
1336 {
1337 t_gsm400_supp ; T-GSM 400 Bands Supported
1338 t_gsm400_cap ; T-GSM 400 Associated Radio Capability
1339 }
1340
1341
1342
1343 COMP measurement "Measurement Capability"
1344 {
1345 sms_val ; Switch-Measure-Switch-Value
1346 sm_val ; Switch-Measure-Value
1347 }
1348
1349
1350
1351 COMP pos_method "MS Positioning Method"
1352 {
1353 assist_eotd ; MS assisted E-OTD; bit 5
1354 based_eotd ; MS based E-OTD; bit 4
1355 assist_gps ; MS assisted GPS; bit 3
1356 based_gps ; MS based GPS; bit 2
1357 conv_gps ; MS conventional GPS; bit 1
1358 }
1359
1360
1361
1362 COMP pow_class4 "RF Power Capability (4 bits); Power Class of GSM 400, GSM 850, GSM 900, DCS 1800, PCS 1900"
1363 {
1364 .0 ; spare
1365 pow_class ; RF Power Capability
1366 }
1367
1368
1369
1370 COMP dtm_struct %REL99% "DTM (E-)GPRS Multislot Sub-Class and MAC Mode Support"
1371 {
1372 dtm_g_ms_class ; DTM GPRS Multi Slot Sub-Class
1373 mac_support ; MAC Mode support
1374 CSN1_S1 dtm_e_ms_class ; DTM EGPRS Multi Slot Sub-Class
1375 }
1376
1377
1378
1379 COMP egprs_struct %REL99% "GPRS Multislot Class and Extended Dynamic Allocation Capability"
1380 {
1381 egprs_ms_class ; EGPRS multislot class
1382 egprs_eda ; EGPRS Extended Dynamic Allocation Capability
1383 }
1384
1385
1386
1387 COMP gprs_struct "GPRS Multislot Class and Extended Dynamic Allocation Capability"
1388 {
1389 gprs_ms_class ; GPRS multislot class
1390 gprs_eda ; GPRS Extended Dynamic Allocation Capability
1391 }
1392
1393
1394
1395 COMP rf_ms "MS RF Multi Slot Capability"
1396 {
1397 gsm_ms_class ; GSM Multi Slot Class; Zero indicates that MS doesn?t supports the use of multiple timeslots
1398 .000 ; spare
1399 edge_ms_class ; EDGE Multi Slot Class; Zero indicates that MS doesn?t supports the use of multiple timeslots
1400 .000 ; spare
1401 hscsd_ms_class ; HSCSD Multi Slot Class; Zero indicates that MS doesn?t supports the use of multiple timeslots
1402 .000 ; spare
1403 gprs_ms_class ; GPRS Multi Slot Class; Zero indicates that MS doesn?t supports the use of multiple timeslots
1404 dtm_g ; DTM GPRS Multi Slot Capability; GPRS MS does supports dual transfer mode (DTM)
1405 dtm_g_ms_class ; DTM GPRS Multi Slot Sub-Class; DTM GPRS Multi Slot Sub-Class (independent from the Multi Slot Capabilities field.)
1406 ecsd_ms_class ; ECSD Multi Slot Class; Zero indicates that MS doesn?t supports the use of multiple timeslots
1407 .000 ; spare
1408 egprs_ms_class ; EGPRS Multi Slot Class; Zero indicates that MS doesn?t supports the use of multiple timeslots
1409 dtm_e ; DTM EGPRS Multi Slot Capability; Enhanced GPRS MS does supports dual transfer mode (DTM)
1410 dtm_e_ms_class ; DTM EGPRS Multi Slot Sub-Class; DTM EGPRS Multi Slot Sub-Class (independent from the Multi Slot Capabilities field.)
1411 }
1412
1413
1414
1415 COMP rtds6 %REL99 AND (TI_PS_FF_EMR OR TI_PS_FF_RTD)% "Real Time Difference Structure 6 Bit"
1416 {
1417 CSN1_S0 rtd6 [0..MAXRTD6] ; Real Time Difference 6 Bit
1418 }
1419 TYPEDEF COMP rtds6 rtds6_add "Real Time Difference Structure 6 Bit"
1420
1421
1422
1423 COMP rtdd6 %REL99 AND (TI_PS_FF_EMR OR TI_PS_FF_RTD)% "Real Time Difference Description 6 Bit"
1424 {
1425 CSN1_S1 ba_start_rtd ; BA Index Start RTD
1426 rtds6 ; Real Time Difference Structure 6 Bit
1427 CSN1_S0 rtds6_add [0..MAXRTDS6] ; Real Time Difference Structure 6 Bit
1428 }
1429
1430
1431
1432 COMP rtds12 %REL99 AND (TI_PS_FF_EMR OR TI_PS_FF_RTD)% "Real Time Difference Structure 12 Bit"
1433 {
1434 CSN1_S0 rtd12 [0..MAXRTD12] ; Real Time Difference 12 Bit
1435 }
1436 TYPEDEF COMP rtds12 rtds12_add "Real Time Difference Structure 12 Bit"
1437
1438
1439
1440 COMP rtdd12 %REL99 AND (TI_PS_FF_EMR OR TI_PS_FF_RTD)% "Real Time Difference Description 12 Bit"
1441 {
1442 CSN1_S1 ba_start_rtd ; BA Index Start RTD
1443 rtds12 ; Real Time Difference Structure 12 Bit
1444 CSN1_S0 rtds12_add [0..MAXRTDS12] ; Real Time Difference Structure 12 Bit
1445 }
1446
1447
1448
1449 COMP rtdd %REL99 AND (TI_PS_FF_EMR OR TI_PS_FF_RTD)% "GPRS Real Time Difference Description"
1450 {
1451 CSN1_S1 rtdd6 ; Real Time Difference Description 6 Bit
1452 CSN1_S1 rtdd12 ; Real Time Difference Description 12 Bit
1453 }
1454
1455
1456
1457 COMP report_900 %REL99 AND (TI_PS_FF_EMR OR TI_PS_FF_RTD)% "Reporting 900"
1458 {
1459 rep_offset_900 ; Reporting Offset 900
1460 th_rep_900 ; Reporting Threshold 900
1461 }
1462
1463
1464
1465 COMP report_1800 %REL99 AND (TI_PS_FF_EMR OR TI_PS_FF_RTD)% "Reporting 1800"
1466 {
1467 rep_offset_1800 ; Reporting Offset 1800
1468 th_rep_1800 ; Reporting Threshold 1800
1469 }
1470
1471
1472
1473 COMP report_400 %REL99 AND (TI_PS_FF_EMR OR TI_PS_FF_RTD)% "Reporting 400"
1474 {
1475 rep_offset_400 ; Reporting Offset 400
1476 th_rep_400 ; Reporting Treshold 400
1477 }
1478
1479
1480
1481 COMP report_1900 %REL99 AND (TI_PS_FF_EMR OR TI_PS_FF_RTD)% "Reporting 1900"
1482 {
1483 rep_offset_1900 ; Reporting Offset 1900
1484 th_rep_1900 ; Reporting Threshold 1900
1485 }
1486
1487
1488
1489 COMP report_850 %REL99 AND (TI_PS_FF_EMR OR TI_PS_FF_RTD)% "Reporting 850"
1490 {
1491 rep_offset_850 ; Reporting Offset 850
1492 th_rep_850 ; Reporting Threshold 850
1493 }
1494
1495
1496
1497 COMP sms_sm_value "MS Measurement Capability"
1498 {
1499 sms_val ; Switch-Mesure-Switch Value
1500 sm_val ; Switch-Measure-Value
1501 }
1502
1503
1504
1505 COMP ms_struct "Multislot Capability Struct"
1506 {
1507 CSN1_S1 hscsd_ms_class ; HSCSD multislot class
1508 CSN1_S1 gprs_struct ; GPRS multislot class and Extended Dynamic Allocation Capability
1509 CSN1_S1 sms_sm_value ; MS Measurement Capability
1510 CSN1_S1 ecsd_ms_class %REL99% ; ECSD multislot class
1511 CSN1_S1 egprs_struct %REL99% ; EGPRS multislot class and Extended Dynamic Allocation Capability
1512 CSN1_S1 dtm_struct %REL99% ; DTM (E-)GPRS Multislot Sub-Class and MAC Mode Support
1513 }
1514
1515
1516
1517 COMP acc_cap "Access capabilities"
1518 {
1519 pow_class ; RF Power Capability
1520 CSN1_S1 a5_bits ; A5 bits
1521 es_ind ; Early Classmark Sending
1522 ps ; Pseudo Synchronisation capability
1523 vgcs ; Voice Group Call Service
1524 vbs ; Voice Broadcast Service
1525 CSN1_S1 ms_struct ; Multi Slot Capability Struct
1526 CSN1_S1 pow_8psk_cap %REL99% ; Modulation 8-PSK Power Capabilty
1527 compact %REL99% ; COMPACT Interference Measurement Capability
1528 rev99 %REL99% ; Revision Level Indicator (R99)
1529 umts_fdd %REL99% ; UMTS FDD Radio Access Technology
1530 umts_tdd %REL99% ; UMTS TDD 3.84 Radio Access Technology
1531 cdma2000 %REL99% ; CDMA 2000 Radio Access Technology
1532 }
1533
1534
1535
1536 COMP ra_cap2 %!REL99% "RAC structure for R97"
1537 {
1538 acc_tech_typ ; Access Technology Type
1539 GSM7_LV acc_cap ; Access Capabilities
1540 .0 ; Spare
1541 }
1542
1543
1544
1545 COMP ra_cap_values %REL99% "Actual MS RA capability value part"
1546 {
1547 acc_tech_typ ; Access Technology Type
1548 < (acc_tech_typ # 15) GSM7_LV acc_cap > ; Access Capabilities
1549 < (acc_tech_typ = 15) GSM7_LV add_acc_tech > ; Additional Access Technologies
1550 }
1551
1552
1553
1554 COMP ra_cap_r %REL99% "Recursive MS RA capability value part"
1555 {
1556 ra_cap_values ; Actual MS RA capability value part
1557 }
1558
1559
1560
1561 COMP ra_cap "MS RA capability value part"
1562 {
1563 ra_cap_values %REL99% ; Actual MS RA capability value part
1564 CSN1_S1 ra_cap_r [0.. MAX_ADD_RA_CAP] %REL99% ; Recursive MS RA capability value
1565 acc_tech_typ %!REL99% ; Access Technology Type
1566 GSM7_LV acc_cap %!REL99% ; Access Capabilities
1567 flag_ra_cap2 %!REL99% ; Valid flag for MS RA capability value part II
1568 < (flag_ra_cap2=1) ra_cap2 > %!REL99% ; MS RA capability value part II
1569 }
1570
1571
1572
1573 COMP rf_power "MS RF Power Classes"
1574 {
1575 pow_class4 [5] ; RF Power Capability (4 bits); Power Class of GSM 400, GSM 850, GSM 900, DCS 1800, PCS 1900
1576 egde_pow1 ; EGDE RF Power Capability 1; 8-PSK Power Class of GSM 400, GSM 850, GSM 900
1577 egde_pow2 ; EGDE RF Power Capability 2; 8-PSK Power Class of DCS 1800, PCS 1900
1578 }
1579
1580
1581
1582 COMP rf_cap "MS RF Capability"
1583 {
1584 setbands ; Set Frequency Bands; bitmask of set frequency bands
1585 bands ; Supported Frequency Bands; bitmask of all available frequency bands
1586 rf_power ; MS RF Power Classes; MS RF Power Classes
1587 rf_ms ; MS RF Multi Slot Capability
1588 es_ind ; Early Classmark Sending; 'Controlled Early Classmark Sending' option is implementation (1) or not (0)
1589 ps ; Pseudo Synchronisation capability; PS capability present (1) or not present (0)
1590 mt_pp_sms ; Short Message capability; MS does supports (1) MT point to point SMS or not (0)
1591 lcsva ; LCSVA capability; LCS value added location request notification supported (1) or not (0)
1592 solsa ; SoLSA Supported; MS does supports SoLSA (1) or not (0)
1593 cmsp ; CMSP Supported; MS does supports (1) CM service Prompt (network initiated MO CM connection request) or not (0)
1594 mod ; EDGE Modulation Capability; The Modulation Capability field indicates the supported modulation scheme by MS in addition to GMSK. 8-PSK supported for downlink reception only (0) or for for uplink transmission and downlink reception (1)
1595 mac_support ; MAC Mode support; MS does supports Dynamic and Fixed Allocation (1) or only supports Exclusive Allocation (0)
1596 meas ; Measurement Capability; Indicates whether a IE shall contain any value about the measurement capabilities (1) or not (0).
1597 ext_meas ; Extended Measurement Capability; The MS does supports 'Extended Measurement' (1) or not (0)
1598 compact ; COMPACT Interference Measurement Capability; The MS does support COMPACT Interference Measurement (1) or not (0)
1599 vbs ; VBS Notification Reception; VBS capability and notifications wanted (1) or vice versa (0)
1600 vgcs ; VGCS Notification Reception; VGCS capability and notifications wanted (1) or vice versa (0)
1601 ucs2_treat ; UCS2 treatment; Indicates the likely treatment by the MS of UCS2 encoded
1602 ss_screen ; SS Screen. Indicator
1603 sms_val ; Switch-Measure-Switch-Value
1604 sm_val ; Switch-Measure-Value
1605 a5_bits ; A5 bits; Encryption algorithm A5/n available (0) or not (1)
1606 .0 ; spare
1607 assist_eotd ; MS assisted E-OTD; bit 5
1608 based_eotd ; MS based E-OTD; bit 4
1609 assist_gps ; MS assisted GPS; bit 3
1610 based_gps ; MS based GPS; bit 2
1611 conv_gps ; MS conventional GPS; bit 1
1612 gprs_eda ; GPRS Extended Dynamic Allocation Capability; Extended Dynamic Allocation Capability
1613 egprs_eda ; EGPRS Extended Dynamic Allocation Capability; Extended Dynamic Allocation Capability
1614 .0 ; spare
1615 }
1616
1617
1618
1619 COMP pan_struct "PAN Structure"
1620 {
1621 dec ; PAN_DEC
1622 inc ; PAN_INC
1623 pmax ; PAN_MAX
1624 }
1625
1626
1627
1628 COMP ccn_support_description %REL99% "ccn support description towards all neighbour"
1629 {
1630 num_cells ; Num of Cells
1631 ccn_support [num_cells..BIT7_MAX] ; CCN support
1632 }
1633
1634
1635
1636 COMP ext_dtm_ms %REL99 OR TI_PS_FF_REL99_AND_ABOVE% "Extended DTM Multislot Structure "
1637 {
1638 ext_dtm_g_ms_class ; Extended DTM GPRS Multi Slot Sub-Class
1639 ext_dtm_e_ms_class ; Extended DTM EGPRS Multi Slot Sub-Class
1640 }
1641
1642
1643
1644 COMP mob_class_3 "Mobile Station Classmark 3"
1645 {
1646 .0 ; Spare
1647 mb_value ; Multiband Support
1648 a5_7 ; A5/7
1649 a5_6 ; A5/6
1650 a5_5 ; A5/5
1651 a5_4 ; A5/4
1652 < (mb_value=5 OR mb_value=6) radio_cap_2 > ; Associated Radio Capability 2
1653 < (mb_value=1 OR mb_value=2 OR mb_value=4) .0000 > ; Spare
1654 < (mb_value=1 OR mb_value=2 OR mb_value=4 OR mb_value=5 OR mb_value=6) radio_cap_1 > ; Associated Radio Capability 1
1655 CSN1_S1 rgsm_class ; R Support (R-GSM Class)
1656 CSN1_S1 ms_class ; Multi Slot Capability
1657 ucs2_treat ; UCS2 Treatment
1658 ext_meas ; Extended Measurement Capability
1659 CSN1_S1 measurement ; Measurement Capability
1660 CSN1_S1 pos_method ; MS Positioning Method Capability
1661 CSN1_S1 edge_ms_class ; EGDE Multi Slot Capability
1662 CSN1_S1 egde_struct ; EGDE Structure
1663 CSN1_S1 gsm400_struct ; GSM 400 Bands Supported Structure
1664 CSN1_S1 gsm850_cap ; GSM 850 Associated Radio Capability
1665 CSN1_S1 pcs1900_cap ; PCS 1900 Associated Radio Cap.
1666 umts_fdd ; UMTS FDD Radio Access Technology
1667 umts_tdd ; UMTS TDD Radio Access Technology
1668 cdma2000 ; CDMA 2000 Radio Access Technology
1669 CSN1_S1 dtm_ms ; DTM Multislot Structure
1670 CSN1_S1 single_band ; Single Band Support
1671 CSN1_S1 gsm700_cap ; GSM 700 Associated Radio Capability
1672 umts_tdd_128 ; UMTS 1.28 TDD Radio Access Technology
1673 geran_feat_pack_1 ; GERAN Feature 1 Package
1674 CSN1_S1 ext_dtm_ms ; Extended DTM Multislot Structure
1675 CSN1_S1 high_ms_cap ; High Multislot Capability
1676 CSN1_S1 geran_iu_mod_cap ; GERAN Iu Mode Capabilities
1677 geran_feat_pack_2 ; GERAN Feature Package 2
1678 gmsk_ms_pwr_prof ; GMSK Multislot Power Profile
1679 psk8_ms_pwr_prof ; 8-PSK Multislot Power Profile
1680 CSN1_S1 t_gsm400_struct ; T-GSM 400 Bands Supported Structure
1681 CSN1_S1 t_gsm900_cap ; T-GSM 900 Associated Radio Capability
1682 dl_adv_rx_per ; Downlink Advanced Receiver Performance
1683 dtm_enhance_cap ; DTM Enhancements Capability
1684 CSN1_S1 dtm_high_ms ; DTM (E)GPRS High Multi Slot Class
1685 rep_acch_cap ; Repeated ACCH Capability : bit
1686 S_PADDING .00000000 (0) ; N Spare Padding
1687 }
1688
1689
1690
1691 COMP tdd_ci_struct %REL99 AND (TI_PS_FF_EMR OR TI_PS_FF_RTD)% "TDD Neighbour cell information"
1692 {
1693 tdd_indic0 ; Structured Element Item
1694 TDD_CI tdd_ncell_data [0..MAX_TDD_CELLS] ; Structured Element Item
1695 }
1696
1697
1698
1699 COMP fdd_ci_struct %REL99 AND (TI_PS_FF_EMR OR TI_PS_FF_RTD)% "FDD Neighbour cell information"
1700 {
1701 fdd_indic0 ; Structured Element Item
1702 FDD_CI fdd_ncell_data [0..MAX_FDD_CELLS] ; Structured Element Item
1703 }
1704
1705
1706
1707 COMP rep_u_tdd_cells %REL99 AND (TI_PS_FF_EMR OR TI_PS_FF_RTD)% "Repeated UTRAN TDD Neighbour cells"
1708 {
1709 flag ; Flag
1710 < (flag=0) tdd_arfcn > ; TDD_ARFCN
1711 < (flag=1) tdd_arfcn_index > ; TDD ARFCN index
1712 tdd_ci_struct ; TDD neighbour cell info
1713 }
1714
1715
1716
1717 COMP rep_u_fdd_cells %REL99 AND (TI_PS_FF_EMR OR TI_PS_FF_RTD)% "Repeated UTRAN FDD Neighbour cells"
1718 {
1719 flag ; Flag
1720 < (flag=0) fdd_arfcn > ; FDD_ARFCN
1721 < (flag=1) fdd_arfcn_index > ; FDD ARFCN index
1722 fdd_ci_struct ; FDD neighbour cell info
1723 }
1724
1725
1726
1727 COMP utran_tdd %REL99 AND (TI_PS_FF_EMR OR TI_PS_FF_RTD)% "UTRAN TDD description"
1728 {
1729 CSN1_S1 bw_tdd ; Bandwidth TDD
1730 CSN1_S1 rep_u_tdd_cells [0..MAX_TDD] ; Repeated UTRAN TDD Neighbour cells
1731 }
1732
1733
1734
1735 COMP utran_fdd %REL99 AND (TI_PS_FF_EMR OR TI_PS_FF_RTD)% "UTRAN FDD description"
1736 {
1737 CSN1_S1 bw_fdd ; Bandwidth FDD
1738 CSN1_S1 rep_u_fdd_cells [0..MAX_FDD] ; Repeated UTRAN FDD Neighbour cells
1739 }
1740
1741
1742
1743 COMP threeg_cells %REL99 AND (TI_PS_FF_EMR OR TI_PS_FF_RTD)% "3G Neighbour Cell Description"
1744 {
1745 CSN1_S1 index_start_3g ; Index Start 3G
1746 CSN1_S1 abs_index_emr ; Absolute Index start EMR
1747 CSN1_S1 utran_fdd ; UTRAN FDD description
1748 CSN1_S1 utran_tdd ; UTRAN TDD description
1749 }
1750
1751
1752
1753 COMP cd2k_str_000 %REL99 AND (TI_PS_FF_EMR OR TI_PS_FF_RTD)% "Structured Element"
1754 {
1755 td_mode ; Structured Element Item
1756 td_power_level ; Structured Element Item
1757 }
1758
1759
1760
1761 COMP cd2k_str_001 %REL99 AND (TI_PS_FF_EMR OR TI_PS_FF_RTD)% "Structured Element"
1762 {
1763 qof ; Structured Element Item
1764 walsh_len_a ; Structured Element Item
1765 aux_pilot_walsh [.walsh_len_a+6..8] ; Structured Element Item
1766 }
1767
1768
1769
1770 COMP cd2k_str_010 %REL99 AND (TI_PS_FF_EMR OR TI_PS_FF_RTD)% "Structured Element"
1771 {
1772 qof ; Structured Element Item
1773 walsh_len_b ; Structured Element Item
1774 aux_td_walsh [.walsh_len_b+6..8] ; Structured Element Item
1775 aux_td_power_level ; Structured Element Item
1776 td_mode ; Structured Element Item
1777 }
1778
1779
1780
1781 COMP cd2k_str_011 %REL99 AND (TI_PS_FF_EMR OR TI_PS_FF_RTD)% "Structured Element"
1782 {
1783 sr3_prim_pilot ; Structured Element Item
1784 sr3_pilot_power1 ; Structured Element Item
1785 sr3_pilot_power2 ; Structured Element Item
1786 }
1787
1788
1789
1790 COMP cd2k_str_110_1 %REL99 AND (TI_PS_FF_EMR OR TI_PS_FF_RTD)% "Structured Element"
1791 {
1792 qof1 ; Structured Element Item
1793 walsh_length1 ; Structured Element Item
1794 aux_pilot_walsh1 [.walsh_length1+6..8] ; Structured Element Item
1795 }
1796
1797
1798
1799 COMP cd2k_str_110_2 %REL99 AND (TI_PS_FF_EMR OR TI_PS_FF_RTD)% "Structured Element"
1800 {
1801 qof2 ; Structured Element Item
1802 walsh_length2 ; Structured Element Item
1803 aux_pilot_walsh2 [.walsh_length2+6..8] ; Structured Element Item
1804 }
1805
1806
1807
1808 COMP cd2k_str_110 %REL99 AND (TI_PS_FF_EMR OR TI_PS_FF_RTD)% "Structured Element"
1809 {
1810 cd2k_str_011 ; Structured Element Item
1811 qof ; Structured Element Item
1812 walsh_len_c ; Structured Element Item
1813 aux_walsh_len [.walsh_len_c+6..8] ; Structured Element Item
1814 cd2k_str_110_1 ; Structured Element Item
1815 cd2k_str_110_2 ; Structured Element Item
1816 }
1817
1818
1819
1820 COMP cd2k_str_all %REL99 AND (TI_PS_FF_EMR OR TI_PS_FF_RTD)% "Structured Element"
1821 {
1822 flag_3bit ; Structured Element Item
1823 < (flag_3bit=000) cd2k_str_000 > ; Structured Element Item
1824 < (flag_3bit=001) cd2k_str_001 > ; Structured Element Item
1825 < (flag_3bit=010) cd2k_str_010 > ; Structured Element Item
1826 < (flag_3bit=011) cd2k_str_011 > ; Structured Element Item
1827 < (flag_3bit=110) cd2k_str_110 > ; Structured Element Item
1828 }
1829
1830
1831
1832 COMP cd2k_cell_str %REL99 AND (TI_PS_FF_EMR OR TI_PS_FF_RTD)% "Structured Element"
1833 {
1834 pilot_PN_offset ; Structured Element Item
1835 CSN1_S1 cd2k_str_all ; Structured Element Item
1836 }
1837
1838
1839
1840 COMP cdma2000_cell_desc %REL99 AND (TI_PS_FF_EMR OR TI_PS_FF_RTD)% "CDMA2000 neighbour cell description structure"
1841 {
1842 cdma2000_frequency_band ; Structured Element Item
1843 cdma2000_frequency ; Structured Element Item
1844 number_cdma2000_cells ; Structured Element Item
1845 cd2k_cell_str [number_cdma2000_cells..MAX_CDMA2K_NEIGH_CELLS] ; Structured Element Item
1846 }
1847
1848
1849
1850 COMP fdd_report %REL99 AND (TI_PS_FF_EMR OR TI_PS_FF_RTD)% "FDD Reporting"
1851 {
1852 fdd_rep_offset ; FDD Reporting Offset
1853 fdd_rep_thres ; FDD Reporting Threshold
1854 }
1855
1856
1857
1858 COMP tdd_rep %REL99 AND (TI_PS_FF_EMR OR TI_PS_FF_RTD)% "TDD Reporting"
1859 {
1860 tdd_rep_offset ; TDD Reporting Offset
1861 tdd_rep_thres ; TDD Reporting Threshold
1862 }
1863
1864
1865
1866 COMP cdma2000_rep %REL99 AND (TI_PS_FF_EMR OR TI_PS_FF_RTD)% "Structured Element"
1867 {
1868 cdma2000_rep_offset ; CDMA2000 Reporting Offset
1869 cdma2000_rep_thres ; CDMA2000 Reporting Threshold
1870 }
1871
1872
1873
1874 COMP egprs_pck_ch_req_bep_per %REL99% "EGPRS packet channel and BEP period structure"
1875 {
1876 egprs_packet_channel_request ; EGPRS packet channel request message sent
1877 bep_period ; Packet channel request message in two phase packet access
1878 }
1879
1880
1881
1882 COMP gprs_ext_info %REL99% "GPRS cell options Extension Information"
1883 {
1884 flag ; Flag
1885 < (flag=1) egprs_pck_ch_req_bep_per > ; EGPRS packet channel and BEP period structure
1886 < ( (TAKE, 1) >0 AND flag=0 OR (TAKE, 1) >5) pfc_feature_mode > ; PFC feature support by the N/W
1887 < ( (TAKE, 1) >1 AND flag=0 OR (TAKE, 1) >6) dtm_support > ; DTM support by the cell
1888 < ((TAKE, 1) >2 AND flag=0 OR (TAKE, 1) >7) bss_paging_coord > ; BSS paging co-ordination
1889 < ((TAKE, 1) >3 AND flag=0 OR (TAKE, 1) >8) ccn_active > ; CCN_ACTIVE
1890 < ((TAKE, 1) >4 AND flag=0 OR (TAKE, 1) >9) nw_ext_ul_tbf > ; NW_EXT_UTBF
1891 }
1892
1893
1894
1895 COMP gprs_ext_bits "GPRS cell options extensions Bits IE"
1896 {
1897 ext_len (KEEP,1) %REL99% ; Extension length
1898 gprs_ext_info [.ext_len+1..64] %REL99% ; GPRS cell options extension Information and spare bit(s)
1899 ext_len %!REL99% ; Extension length
1900 spare_ext [ext_len+1..64] %!REL99% ; spare bit extensions IE
1901 }
1902
1903
1904
1905 COMP gprs_cell_opt "GPRS Cell Options"
1906 {
1907 nmo ; NMO
1908 t3168 ; T3168
1909 t3192 ; T3192
1910 drx_t_max ; DRX_TIMER_MAX
1911 ab_type ; ACCESS_BURST_TYPE
1912 ctrl_ack_type ; CONTROL_ACK_TYPE
1913 bs_cv_max ; BS_CV_MAX
1914 CSN1_S1 pan_struct ; PAN Structure
1915 CSN1_S1 gprs_ext_bits ; GPRS cell options extension Bits IE
1916 }
1917
1918
1919
1920
1921
1922
1923 MSG ms_rf_capability downlink 0b00000001 ; Mobile Station RF Capabilities
1924 {
1925 GSM3_V msg_type ; Message type
1926 GSM3_V rf_cap ; MS RF capability
1927 }
1928
1929
1930
1931
1932
1933