FreeCalypso > hg > fc-magnetite
comparison cdg211/msg/rr.mdf @ 4:56abf6cf8a0b
cdg211: cdginc/mdf/pdf files from TCS211-20070608
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Mon, 26 Sep 2016 01:11:35 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
3:93999a60b835 | 4:56abf6cf8a0b |
---|---|
1 ;******************************************************************************** | |
2 ;*** File : rr.mdf | |
3 ;*** Creation : Fri Jun 08 13:58:46 CST 2007 | |
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 | |
9 ;*** Document No. : 6147.604.97.114 | |
10 ;*** Document Date : 2002-12-19 | |
11 ;*** Document Status: BEING_PROCESSED | |
12 ;*** Document Author: VK | |
13 ;******************************************************************************** | |
14 | |
15 | |
16 | |
17 PRAGMA SRC_FILE_TIME "Wed Aug 24 12:48:50 2005" | |
18 PRAGMA LAST_MODIFIED "2002-12-19" | |
19 PRAGMA ID_AND_VERSION "6147.604.97.114" | |
20 | |
21 | |
22 | |
23 CONST L3MAX_ACK 251 ; GSM 4.06, section 5.8.5 | |
24 CONST L3MAX 251 ; | |
25 CONST MAX_APDU_DATA 248 ; (L3MAX - (4*1/2 +1)) 3GPP 04.18 9.1.53 | |
26 CONST MAX_ARFCN 20 ; (L3MAX_ACK-3-3) * 8 / (10 + 1) =178 | |
27 CONST MAX_ARFCNI 5 ; | |
28 CONST MAX_GR_C_INFO 5 ; | |
29 CONST MAX_ITP 5 ; | |
30 CONST MAX_LSA_ID 2 ; | |
31 CONST MAX_POS 5 ; | |
32 CONST MAX_RANGE 10 ; (L3MAX_ACK-3-3) * 8 / (2 * 10 + 1)=93 | |
33 CONST MAX_RFL 5 ; | |
34 CONST N_MAX_RANGE 30 ; (L3MAX_ACK-3-3) * 8 / (2 * 10) = 98 | |
35 CONST N_CELL_MRES 6 ; | |
36 CONST N_FREQ_SHORT_LIST 9 ; sizeof(IE) - sizeof(IEI) | |
37 CONST N_FREQ_SKIP 16 ; | |
38 CONST N_MAX_FREQ_LIST 250 ; L3MAX - sizeof(IEI) | |
39 CONST N_MOB_ALLOC 8 ; | |
40 CONST NCELL_DESC_BIT_LEN 128 ; 16 bytes BA list | |
41 | |
42 | |
43 | |
44 VALTAB VAL_ab_type | |
45 VAL 0 AB_8_BIT "8 bit access burst shall be used" | |
46 VAL 1 AB_11_BIT "11 bit access burst shall be used" | |
47 | |
48 VALTAB VAL_atc | |
49 VAL 0 ATC_HANDOV_MAN "Sending of Handover access is mandatory" | |
50 VAL 1 ATC_HANDOV_OPT "Sending of Handover access is optional" | |
51 | |
52 VALTAB VAL_af | |
53 VAL 0 AF_NO "acknowledgement is not required" | |
54 VAL 1 AF_YES "acknowledgement is required" | |
55 | |
56 VALTAB VAL_acs | |
57 VAL 0 ACS_USE_SI4 "The SI 4 rest octets, if present, shall be used to derive the value of PI and possibly C2 parameters and/or other parameters" | |
58 VAL 1 ACS_USE_SI7 "The value of PI and possibly C2 parameters and/or other parameters in a System information type 7 or type 8 message shall be used" | |
59 | |
60 VALTAB VAL_algo_ident | |
61 VAL DEF "reserved" | |
62 VAL 0 ALGO_A5_1 "cipher with algorithm A5/1" | |
63 VAL 1 ALGO_A5_2 "cipher with algorithm A5/2" | |
64 VAL 2 ALGO_A5_3 "cipher with algorithm A5/3" | |
65 VAL 3 ALGO_A5_4 "cipher with algorithm A5/4" | |
66 VAL 4 ALGO_A5_5 "cipher with algorithm A5/5" | |
67 VAL 5 ALGO_A5_6 "cipher with algorithm A5/6" | |
68 VAL 6 ALGO_A5_7 "cipher with algorithm A5/7" | |
69 | |
70 VALTAB VAL_alpha | |
71 RANGE 0 .. 10 "binary representation of tenth of alpha (measured in dB)" | |
72 VAL DEF "Reserved" | |
73 | |
74 VALTAB VAL_att | |
75 VAL 0 CCD_ATT_NO "MSs are not allowed to apply IMSI attach and detach procedure." | |
76 VAL 1 CCD_ATT_YES "MSs in the cell shall apply IMSI attach and detach procedure." | |
77 | |
78 VALTAB VAL_bcch_type | |
79 VAL 0 BCCH_NORM "on BCCH Norm" | |
80 VAL 1 BCCH_EXT "on BCCH Ext." | |
81 | |
82 VALTAB VAL_blp | |
83 VAL 0 BLP_BLK "The allocation bitmap is to be interpreted as blocks." | |
84 VAL 1 BLP_PER "The allocation bitmap is to be interpreted as block periods." | |
85 | |
86 VALTAB VAL_pwr_ctrl_mode | |
87 VAL 0 PWR_CTR_A "mode A" | |
88 VAL 1 PWR_CTR_B "mode B" | |
89 | |
90 VALTAB VAL_call_prio | |
91 VAL 0 CALL_PRIO_NO "no priority applied" | |
92 VAL 1 CALL_PRIO_LEV_4 "call priority level 4" | |
93 VAL 2 CALL_PRIO_LEV_3 "call priority level 3" | |
94 VAL 3 CALL_PRIO_LEV_2 "call priority level 2" | |
95 VAL 4 CALL_PRIO_LEV_1 "call priority level 1" | |
96 VAL 5 CALL_PRIO_LEV_0 "call priority level 0" | |
97 VAL 6 CALL_PRIO_LEV_A "call priority level A" | |
98 VAL 7 CALL_PRIO_LEV_B "call priority level B" | |
99 | |
100 VALTAB VAL_re | |
101 VAL 0 REESTAB_YES "Call Reestablishment allowed in the cell" | |
102 VAL 1 REESTAB_NO "Call Reestablishment not allowed in the cell" | |
103 | |
104 VALTAB VAL_cell_bar_qual | |
105 VAL 0 CBQ_NO "cell selection and reselection depending on cell bar access" | |
106 VAL 1 CBQ_YES "cell selection priority always low, reselection always normal" | |
107 | |
108 VALTAB VAL_cell_bar_access | |
109 VAL 0 BARRED_NO "The cell is not barred" | |
110 VAL 1 BARRED_YES "The cell is barred" | |
111 | |
112 VALTAB VAL_cell_resel_hyst | |
113 VAL 0 CELL_HYST_0_DB "0 dB RXLEV hysteresis for LA re-selection" | |
114 VAL 1 CELL_HYST_2_DB "2 dB RXLEV hysteresis for LA re-selection" | |
115 VAL 2 CELL_HYST_4_DB "4 dB RXLEV hysteresis for LA re-selection" | |
116 VAL 3 CELL_HYST_6_DB "6 dB RXLEV hysteresis for LA re-selection" | |
117 VAL 4 CELL_HYST_8_DB "8 dB RXLEV hysteresis for LA re-selection" | |
118 VAL 5 CELL_HYST_10_DB "10 dB RXLEV hysteresis for LA re-selection" | |
119 VAL 6 CELL_HYST_12_DB "12 dB RXLEV hysteresis for LA re-selection" | |
120 VAL 7 CELL_HYST_14_DB "14 dB RXLEV hysteresis for LA re-selection" | |
121 | |
122 VALTAB VAL_chan_type | |
123 VAL DEF "channel not defined" | |
124 VAL 1 TCH_F "TCH/F + ACCHs" | |
125 VAL 2 TCH_H_S0 "TCH/H + ACCHs, subchannel 0" | |
126 VAL 3 TCH_H_S1 "TCH/H + ACCHs, subchannel 1" | |
127 VAL 4 SDCCH_4_S0 "SDCCH/4 + SDCCH/C4, subchannel 0" | |
128 VAL 5 SDCCH_4_S1 "SDCCH/4 + SDCCH/C4, subchannel 1" | |
129 VAL 6 SDCCH_4_S2 "SDCCH/4 + SDCCH/C4, subchannel 2 or CBCH (SDCCH/4)" | |
130 VAL 7 SDCCH_4_S3 "SDCCH/4 + SDCCH/C4, subchannel 3" | |
131 VAL 8 SDCCH_8_S0 "SDCCH/8 + SDCCH/C8, subchannel 0" | |
132 VAL 9 SDCCH_8_S1 "SDCCH/8 + SDCCH/C8, subchannel 1" | |
133 VAL 10 SDCCH_8_S2 "SDCCH/8 + SDCCH/C8, subchannel 2 or CBCH (SDCCH/8)" | |
134 VAL 11 SDCCH_8_S3 "SDCCH/8 + SDCCH/C8, subchannel 3" | |
135 VAL 12 SDCCH_8_S4 "SDCCH/8 + SDCCH/C8, subchannel 4" | |
136 VAL 13 SDCCH_8_S5 "SDCCH/8 + SDCCH/C8, subchannel 5" | |
137 VAL 14 SDCCH_8_S6 "SDCCH/8 + SDCCH/C8, subchannel 6" | |
138 VAL 15 SDCCH_8_S7 "SDCCH/8 + SDCCH/C8, subchannel 7" | |
139 VAL 16 TCH_F_NO_ADD "TCH/F + FACCH/F + SACCH/M, no additional timeslots" | |
140 VAL 17 TCH_F_ADD_BI1 "TCH/F+ACCHs, additional bidirectional TCH/F/SACCH/M on timeslot n-1" | |
141 VAL 18 TCH_F_ADD_BI2 "TCH/F+ACCHs, additional bidirectional TCH/F/SACCH/M on timeslot n+1, n-1" | |
142 VAL 19 TCH_F_ADD_BI3 "TCH/F+ACCHs, additional bidirectional TCH/F/SACCH/M on timeslot n+1, n-1, n-2" | |
143 VAL 20 TCH_F_ADD_BI4 "TCH/F+ACCHs, additional bidirectional TCH/F/SACCH/M on timeslot n+1, n-1 until n-3" | |
144 VAL 21 TCH_F_ADD_BI5 "TCH/F+ACCHs, additional bidirectional TCH/F/SACCH/M on timeslot n+1, n-1 until n-4" | |
145 VAL 22 TCH_F_ADD_BI6 "TCH/F+ACCHs, additional bidirectional TCH/F/SACCH/M on timeslot n+1, n-1 until n-5" | |
146 VAL 23 TCH_F_ADD_BI7 "TCH/F+ACCHs, additional bidirectional TCH/F/SACCH/M on timeslot n+1, n-1 until n-6" | |
147 VAL 24 TCH_F_ADD_UNI1 "TCH/F+ACCHs, additional unidirectional TCH/FD/SACCH/MD on timeslot n-1" | |
148 VAL 25 TCH_F_ADD_UNI2 "TCH/F+ACCHs, additional unidirectional TCH/FD/SACCH/MD on timeslot n+1, n-1" | |
149 VAL 26 TCH_F_ADD_UNI3 "TCH/F+ACCHs, additional unidirectional TCH/FD/SACCH/MD on timeslot n+1, n-1 , n-2" | |
150 VAL 30 TCH_F_ADD_BI_UNI "TCH/F+ACCHs, additional bidirectional TCH/F/SACCH/M and unidirectional TCH/FD/SACCH/MD on timeslot n+1, n-1" | |
151 | |
152 VALTAB VAL_cn1 | |
153 VAL 0 CN_ANY_CHAN "Any channel." | |
154 VAL 1 CN_SDCCH "SDCCH." | |
155 VAL 2 CN_TCH_F "TCH/F (Full rate)." | |
156 VAL 3 CN_TCH "TCH/H or TCH/F (Dual rate)." | |
157 | |
158 VALTAB VAL_chan_mode | |
159 VAL DEF "reserved mode" | |
160 VAL 0 CM_SIG_ONLY "signaling only" | |
161 VAL 1 CM_SPEECH "speech (full rate or half rate), version 1" | |
162 VAL 0b00000001 CM_SPEECH_VER1 "speech (full rate or half rate), version 1" | |
163 VAL 0b00100001 CM_SPEECH_VER2 "speech (full rate or half rate), version 2" | |
164 VAL 0b01000001 CM_SPEECH_VER3 "speech (full rate or half rate), version 3" | |
165 VAL 0b00001111 CM_DATA_14_5 "data, 14.5 kbit/s radio interface rate" | |
166 VAL 0b00000011 CM_DATA_12_0 "data, 12.0 kbit/s radio interface rate" | |
167 VAL 0b00001011 CM_DATA_6_0 "data, 6.0 kbit/s radio interface rate" | |
168 VAL 0b00010011 CM_DATA_3_6 "data, 3.6 kbit/s radio interface rate" | |
169 | |
170 VALTAB VAL_chan_mode_2 | |
171 VAL DEF "reserved mode" | |
172 VAL 0 CM2_SIG_ONLY "signaling only" | |
173 VAL 5 CM2_SPEECH_HALF "speech half rate" | |
174 VAL 0b00000101 CM2_SPEECH_VER1 "speech (full rate or half rate), version 1" | |
175 VAL 0b00100101 CM2_SPEECH_VER2 "speech (full rate or half rate), version 2" | |
176 VAL 0b01000101 CM2_SPEECH_VER3 "speech (full rate or half rate), version 3" | |
177 VAL 0b00001111 CM2_DATA_6_0 "data, 6.0 kbit/s radio interface rate" | |
178 VAL 0b00010111 CM2_DATA_3_6 "data, 3.6 kbit/s radio interface rate" | |
179 | |
180 VALTAB VAL_crd_prio | |
181 VAL 0 CRD_PRIO_1 "priority level 1 (highest priority)" | |
182 VAL 1 CRD_PRIO_2 "priority level 2" | |
183 VAL 2 CRD_PRIO_3 "priority level 3" | |
184 VAL 3 CRD_PRIO_4 "priority level 4 (lowest priority)" | |
185 | |
186 VALTAB VAL_cr | |
187 VAL 0 INC_IMEISV_NO "IMEISV shall not be included" | |
188 VAL 1 INC_IMEISV_YES "IMEISV shall be included" | |
189 | |
190 VALTAB VAL_cod_scheme | |
191 VAL 0 COD_S_1 "" | |
192 VAL 1 COD_S_2 "" | |
193 VAL 2 COD_S_3 "" | |
194 VAL 3 COD_S_4 "" | |
195 | |
196 VALTAB VAL_c_r | |
197 VAL 0 CMD_FRESP "Command or Final Response" | |
198 VAL 1 NCMD_FRESP "Not Command or Final Response" | |
199 | |
200 VALTAB VAL_ccch_conf | |
201 VAL DEF "reserved" | |
202 VAL 0 CCD_CCCH_1_NOT_COMB "1 basic channel used for CCCH, not combined with SDCCHs" | |
203 VAL 1 CCD_CCCH_1_COMB "1 basic channel used for CCCH, combined with SDCCHs" | |
204 VAL 2 CCD_CCCH_2_NOT_COMB "2 basic channel used for CCCH, not combined with SDCCHs" | |
205 VAL 4 CCD_CCCH_3_NOT_COMB "3 basic channel used for CCCH, not combined with SDCCHs" | |
206 VAL 6 CCD_CCCH_4_NOT_COMB "4 basic channel used for CCCH, not combined with SDCCHs" | |
207 | |
208 VALTAB VAL_ctrl_ack_type | |
209 VAL 0 "default format is four access bursts" | |
210 VAL 1 "default format is RLC/MAC control block." | |
211 | |
212 VALTAB VAL_d_t | |
213 VAL 0 D_T_DED "the message assigns a resource in dedicated mode" | |
214 VAL 1 D_T_TBF "the message assigns a TBF" | |
215 | |
216 VALTAB VAL_dtx_b | |
217 VAL DEF "invalid DTX indicator" | |
218 VAL 0 B_DTX_MAY_USE "The MSs may use uplink DTX" | |
219 VAL 1 B_DTX_SHALL_USE "The MSs shall use uplink DTX" | |
220 VAL 2 B_DTX_DONT_USE "The MS shall not use uplink DTX" | |
221 | |
222 VALTAB VAL_dtx_s | |
223 VAL 0 S_DTX_F_MAYUSE_H_DONTUSE "May use DTX on TCH-F. Don't use DTX on TCH-H." | |
224 VAL 1 S_DTX_F_USE_H_DONTUSE "Do use DTX on TCH-F. Don't use DTX on TCH-H." | |
225 VAL 2 S_DTX_F_DONTUSE_H_DONTUSE "Don't use DTX on TCH-F. Don't use DTX on TCH-H." | |
226 VAL 3 S_DTX_F_USE_H_MAYUSE "Do use DTX on TCH-F. May use DTX on TCH-H." | |
227 VAL 4 S_DTX_F_MAYUSE_H_MAYUSE "May use DTX on TCH-F. May use DTX on TCH-H." | |
228 VAL 5 S_DTX_F_USE_H_USE "Do use DTX on TCH-F. Do use DTX on TCH-H." | |
229 VAL 6 S_DTX_F_DONTUSE_H_USE "Don't use DTX on TCH-F. Do use DTX on TCH-H." | |
230 VAL 7 S_DTX_F_MAYUSE_H_USE "May use DTX on TCH-F. Do use DTX on TCH-H." | |
231 | |
232 VALTAB VAL_dtx_used | |
233 VAL 0 DTX_USED_NO "DTX was not used" | |
234 VAL 1 DTX_USED_YES "DTX was used" | |
235 | |
236 VALTAB VAL_dl | |
237 VAL 0 DL_0 "no meaning" | |
238 VAL 1 DL_1 "the message assigns a resource to the MS identified by the IA rest octets" | |
239 | |
240 VALTAB VAL_ext_dyn_all | |
241 VAL 0 EXT_DYN_NO "Dynamic Allocation" | |
242 VAL 1 EXT_DYN_YES "Extended Dynamic Allocation" | |
243 | |
244 VALTAB VAL_final | |
245 VAL 0 FINAL_NO "allocation is not the last Allocation of TBF" | |
246 VAL 1 FINAL_YES "allocation is the last Allocation of TBF" | |
247 | |
248 VALTAB VAL_f_seg | |
249 VAL 0 F_SEG "First or only segment" | |
250 VAL 1 NF_SEG "Not first or only segment" | |
251 | |
252 VALTAB VAL_flag | |
253 VAL 0 PRES_NO "information is not present" | |
254 VAL 1 PRES_YES "information is present" | |
255 | |
256 VALTAB VAL_hdm | |
257 VAL 0 HDM_NO "The mobile station shall not operate in half duplex mode." | |
258 VAL 1 HDM_YES "The mobile station shall operate in half duplex mode." | |
259 | |
260 VALTAB VAL_hop | |
261 VAL 0 HOP_NO "frequency hopping is off" | |
262 VAL 1 HOP_YES "frequency hopping is on" | |
263 | |
264 VALTAB VAL_inband_not | |
265 VAL 0 IN_BAND_NOT_NCH "notifications are sent on NCH only" | |
266 VAL 1 IN_BAND_NOT_FACCH "notifications are sent on FACCH too" | |
267 | |
268 VALTAB VAL_inband_pag | |
269 VAL 0 IN_BAND_PAG_PCH "pagings are sent on PCH only" | |
270 VAL 1 IN_BAND_PAG_FACCH "pagings are sent on FACCH too" | |
271 | |
272 VALTAB VAL_indir | |
273 VAL 0 INDIR_NO "non hopping configuration" | |
274 VAL 1 INDIR_YES "indirect encoding of hopping RF channel configuration" | |
275 | |
276 VALTAB VAL_it5 | |
277 VAL 0 IT5_1 "System Information Type 1" | |
278 VAL 1 IT5_2 "System Information Type 2" | |
279 VAL 2 IT5_2BIS "System Information Type 2bis" | |
280 VAL 3 IT5_2TER "System Information Type 2ter" | |
281 VAL 4 IT5_3 "System Information Type 3" | |
282 VAL 5 IT5_4 "System Information Type 4" | |
283 VAL 6 IT5_7 "System Information Type 7" | |
284 VAL 7 IT5_8 "System Information Type 8" | |
285 VAL 8 IT5_9 "System Information Type 9" | |
286 VAL 9 IT5_13 "System Information Type 13" | |
287 VAL 10 IT5_14 "System Information Type 14" | |
288 | |
289 VALTAB VAL_icmi | |
290 VAL 0 ICMI_IMPL "initial codec mode defined by implicit rule provided in GSM 05.09" | |
291 VAL 1 ICMI_START_MODE "initial codec mode defined by start mode field" | |
292 | |
293 VALTAB VAL_key_seq | |
294 RANGE 0 .. 6 "" | |
295 VAL 7 "No key is available (MS to network); Reserved (network to MS)" | |
296 | |
297 VALTAB VAL_l_seg | |
298 VAL 0 L_SEG "Last or only segment" | |
299 VAL 1 NL_SEG "Not last or only segment" | |
300 | |
301 VALTAB VAL_llc_fr_type | |
302 VAL 0 LLC_IS_ACK "LLC frame is SACK or NACK" | |
303 VAL 1 LLC_NOT_ACK "LLC frame is not SACK or NACK" | |
304 | |
305 VALTAB VAL_low_arfcn | |
306 RANGE 1 .. 124 "" | |
307 VAL DEF "reserved" | |
308 | |
309 VALTAB VAL_mac_mode | |
310 VAL 0 MAC_DYN_ALLOC "dynamic allocation" | |
311 VAL 1 MAC_EXT_DYN_ALLOC "extended dynamic allocation" | |
312 VAL 2 MAC_FIX_ALLOC_NOT_HALF "fixed allocation, not half duplex mode" | |
313 VAL 3 MAC_FIX_ALLOC "fixed allocation, half duplex mode" | |
314 | |
315 VALTAB VAL_ma_num | |
316 VAL 0 MA_NUM_14 "MA_NUMBER = 14" | |
317 VAL 1 MA_NUM_15 "MA_NUMBER = 15" | |
318 | |
319 VALTAB VAL_max_retrans | |
320 VAL 0 MAX_RETRANS_1 "Maximum 1 retransmission" | |
321 VAL 1 MAX_RETRANS_2 "Maximum 2 retransmissions" | |
322 VAL 2 MAX_RETRANS_4 "Maximum 4 retransmissions" | |
323 VAL 3 MAX_RETRANS_7 "Maximum 7 retransmissions" | |
324 | |
325 VALTAB VAL_meas_valid | |
326 VAL 0 MEAS_VALID_YES "The measurement results are valid" | |
327 VAL 1 MEAS_VALID_NO "the measurement results are not valid" | |
328 | |
329 VALTAB VAL_or_ty | |
330 VAL 0 OR_TY_MT "Mobile terminated" | |
331 VAL 1 OR_TY_MO "Mobile originated" | |
332 | |
333 VALTAB VAL_mr_vers | |
334 VAL DEF "reserved" | |
335 VAL 1 MR_VERS_1 "Adaptive Multirate speech version 1" | |
336 | |
337 VALTAB VAL_ncm | |
338 VAL 0 NC_0 "" | |
339 VAL 1 NC_1 "" | |
340 VAL 2 NC_2 "" | |
341 VAL 3 NC_TARGET "information on NC mode to be gathered from the target cell" | |
342 | |
343 VALTAB VAL_nch_position | |
344 VAL DEF "reserved" | |
345 VAL 0 NCH_1BLK_NR0 "1 block / first is block 0" | |
346 VAL 1 NCH_1BLK_NR1 "1 block / first is block 1" | |
347 VAL 2 NCH_1BLK_NR2 "1 block / first is block 2" | |
348 VAL 3 NCH_1BLK_NR3 "1 block / first is block 3" | |
349 VAL 4 NCH_1BLK_NR4 "1 block / first is block 4" | |
350 VAL 5 NCH_1BLK_NR5 "1 block / first is block 5" | |
351 VAL 6 NCH_1BLK_NR6 "1 block / first is block 6" | |
352 VAL 7 NCH_2BLK_NR0 "2 blocks / first is block 0" | |
353 VAL 8 NCH_2BLK_NR1 "2 blocks / first is block 1" | |
354 VAL 9 NCH_2BLK_NR2 "2 blocks / first is block 2" | |
355 VAL 10 NCH_2BLK_NR3 "2 blocks / first is block 3" | |
356 VAL 11 NCH_2BLK_NR4 "2 blocks / first is block 4" | |
357 VAL 12 NCH_2BLK_NR5 "2 blocks / first is block 5" | |
358 VAL 13 NCH_3BLK_NR0 "3 blocks / first is block 0" | |
359 VAL 14 NCH_3BLK_NR1 "3 blocks / first is block 1" | |
360 VAL 15 NCH_3BLK_NR2 "3 blocks / first is block 2" | |
361 VAL 16 NCH_3BLK_NR3 "3 blocks / first is block 3" | |
362 VAL 17 NCH_3BLK_NR4 "3 blocks / first is block 4" | |
363 VAL 18 NCH_4BLK_NR0 "4 blocks / first is block 0" | |
364 VAL 19 NCH_4BLK_NR1 "4 blocks / first is block 1" | |
365 VAL 20 NCH_4BLK_NR2 "4 blocks / first is block 2" | |
366 VAL 21 NCH_4BLK_NR3 "4 blocks / first is block 3" | |
367 VAL 22 NCH_5BLK_NR0 "5 blocks / first is block 0" | |
368 VAL 23 NCH_5BLK_NR1 "5 blocks / first is block 1" | |
369 VAL 24 NCH_5BLK_NR2 "5 blocks / first is block 2" | |
370 VAL 25 NCH_6BLK_NR0 "6 blocks / first is block 0" | |
371 VAL 26 NCH_6BLK_NR1 "6 blocks / first is block 1" | |
372 VAL 27 NCH_7BLK_NR0 "7 blocks / first is block 0" | |
373 | |
374 VALTAB VAL_neci | |
375 VAL 0 NECI_NO "New establishment causes are not supported" | |
376 VAL 1 NECI_YES "New establishment causes are supported" | |
377 | |
378 VALTAB VAL_nco | |
379 VAL DEF "reserved" | |
380 VAL 0 NCO_NO_REP "MS controlled cell reselection, no measurement reporting" | |
381 VAL 1 NCO_MS_RESEL "MS controlled cell reselection, MA sends measurement reports" | |
382 VAL 2 NCO_NET_RESEL "Network controlled cell reselection, MA sends measurement reports" | |
383 | |
384 VALTAB VAL_nmo | |
385 VAL 0b00 "Network Mode 1" | |
386 VAL 0b01 "Network Mode 2" | |
387 VAL 0b10 "Network Mode 3" | |
388 VAL 0b11 "reserved" | |
389 | |
390 VALTAB VAL_nscb | |
391 VAL 0 NSCB_ON "NSCB can be used (default)" | |
392 VAL 1 NSCB_OFF "NSCB shall be turned off" | |
393 | |
394 VALTAB VAL_nci | |
395 VAL 0 NCI_IGNORE "Out of range timing advance is ignored" | |
396 VAL 1 NCI_TRIGGER "Out of range timing advance shall trigger a handover failure" | |
397 | |
398 VALTAB VAL_num_range | |
399 RANGE 1 .. N_MAX_RANGE "number of frequency ranges" | |
400 VAL DEF "reserved" | |
401 | |
402 VALTAB VAL_odd_even | |
403 VAL 0 EVEN "even" | |
404 VAL 1 ODD "odd" | |
405 | |
406 VALTAB VAL_pck_chan_type | |
407 VAL DEF "reserved" | |
408 VAL 1 PCK_CH_1 "for backward compatibility" | |
409 | |
410 VALTAB VAL_pch_restruct | |
411 VAL 0 PCH_RESTRUCT_NO "paging channel is restructured" | |
412 VAL 1 PCH_RESTRUCT_YES "paging channel is not restructured" | |
413 | |
414 VALTAB VAL_pm | |
415 VAL 0 PAGING_NORM "Normal paging." | |
416 VAL 1 PAGING_EXT "Extended paging." | |
417 VAL 2 PAGING_REORG "Paging reorganization." | |
418 VAL 3 PAGING_SAME "Same as before." | |
419 | |
420 VALTAB VAL_pc_meas_chan | |
421 VAL 0 PC_MEAS_BCCH "BCCH shall be used for downlink measurements for power control" | |
422 VAL 1 PC_MEAS_PDCH "PDCH shall be used for downlink measurements for power control" | |
423 | |
424 VALTAB VAL_poll | |
425 VAL 0 POLL_NO_ACTION "no action required from MS" | |
426 VAL 1 POLL_SEND_ACK "MS shall send a PACKET CONTROL ACKNOWLEDGEMENT" | |
427 | |
428 VALTAB VAL_pow_ctrl | |
429 VAL 0 POW_CTRL_NO "PWRC is not set" | |
430 VAL 1 POW_CTRL_YES "PWRC is set" | |
431 | |
432 VALTAB VAL_pow_offs | |
433 VAL 0 POW_OFFS_0_DB "offset 0 dB" | |
434 VAL 1 POW_OFFS_2_DB "offset 2 dB" | |
435 VAL 2 POW_OFFS_4_DB "offset 4 dB" | |
436 VAL 3 POW_OFFS_6_DB "offset 6 dB" | |
437 | |
438 VALTAB VAL_prio_acc_thr | |
439 VAL 0 PAT_NO "Packet access not allowed in the cell" | |
440 VAL 1 PAT_SPARE1 "Spare, shall be interpreted as 0" | |
441 VAL 2 PAT_SPARE2 "Spare, shall be interpreted as 0" | |
442 VAL 3 PAT_ACC1 "packet access allowed for priority level 1" | |
443 VAL 4 PAT_ACC2 "packet access allowed for priority level 1 to 2" | |
444 VAL 5 PAT_ACC3 "packet access allowed for priority level 1 to 3" | |
445 VAL 6 PAT_ACC4 "packet access allowed for priority level 1 to 4" | |
446 VAL 7 PAT_SPARE6 "Spare, shall be interpreted as 6" | |
447 | |
448 VALTAB VAL_protoc_ident | |
449 VAL DEF "reserved" | |
450 VAL 0 RRLP_LCS "Radio Resource Location Service Protocol" | |
451 | |
452 VALTAB VAL_rot | |
453 VAL 0 TIME_DIFF_NO "Mobile Time Difference IE shall not be included in the HANDOVER COMPLETE message" | |
454 VAL 1 TIME_DIFF_YES "Mobile Time Difference IE shall be included in the HANDOVER COMPLETE message" | |
455 | |
456 VALTAB VAL_res_ack | |
457 VAL 0 RES_ACK_NO "resumption of GPRS services not successfully acknowledged" | |
458 VAL 1 RES_ACK_YES "resumption of GPRS services successfully acknowledged" | |
459 | |
460 VALTAB VAL_rlc_mode | |
461 VAL 0 RLC_ACK_MODE "RLC acknowledged mode" | |
462 VAL 1 RLC_UNACK_MODE "RLC unacknowledged mode" | |
463 | |
464 VALTAB VAL_rr_cause | |
465 VAL 0b00000000 RRC_NORMAL_EVENT "Normal event" | |
466 VAL 0b00000001 RRC_UNSPECIFIED "Abnormal release, unspecified" | |
467 VAL 0b00000010 RRC_CHAN_UNACCEPT "Abnormal release, channel unacceptable" | |
468 VAL 0b00000011 RRC_TIMER_EXPIRED "Abnormal release, timer expired" | |
469 VAL 0b00000100 RRC_NO_ACTIVITY "Abnormal release, no activity on the radio path" | |
470 VAL 0b00000101 RRC_PREEMEPT "Preemptive release" | |
471 VAL 0b00001000 RRC_TIME_ADVANCE "Handover impossible, timing advance out of range" | |
472 VAL 0b00001001 RRC_CHANNEL_MODE "Channel mode unacceptable" | |
473 VAL 0b00001010 RRC_FREQ_NOT_IMPL "Frequency not implemented" | |
474 VAL 0b01000001 RRC_CALL_CLEARED "Call already cleared" | |
475 VAL 0b01011111 RRC_INCORRECT_MSG "Semantically incorrect message" | |
476 VAL 0b01100000 RRC_INVALID_MAN_INFO "Invalid mandatory information" | |
477 VAL 0b01100001 RRC_MSG_NOT_IMPL "Message type non-existent or not implemented" | |
478 VAL 0b01100010 RRC_MSG_NOT_COMPAT "Message type not compatible with protocol state" | |
479 VAL 0b01100100 RRC_COND_IE_ERROR "Conditional IE error" | |
480 VAL 0b01100101 RRC_NO_CELL_ALLOC "No cell allocation available" | |
481 VAL 0b01101111 RRC_PROT_UNSPECIFIED "Protocol error unspecified" | |
482 | |
483 VALTAB VAL_sf | |
484 VAL 0 SF_VBS "broadcast call reference" | |
485 VAL 1 SF_VGCS "group call reference" | |
486 | |
487 VALTAB VAL_set_amr | |
488 VAL 0x80 SET_AMR_12_2 "codec 12.2 kbit/s is part of subset" | |
489 VAL 0x40 SET_AMR_10_2 "codec 10.2 kbit/s is part of subset" | |
490 VAL 0x20 SET_AMR_7_95 "codec 7.95 kbit/s is part of subset" | |
491 VAL 0x10 SET_AMR_7_4 "codec 7.4 kbit/s is part of subset" | |
492 VAL 0x08 SET_AMR_6_7 "codec 6.7 kbit/s is part of subset" | |
493 VAL 0x04 SET_AMR_5_9 "codec 5.9 kbit/s is part of subset" | |
494 VAL 0x02 SET_AMR_5_15 "codec 5.15 kbit/s is part of subset" | |
495 VAL 0x01 SET_AMR_4_75 "codec 4 .75 kbit/s is part of subset" | |
496 | |
497 VALTAB VAL_si13_pos | |
498 VAL 0 SI13_ON_BCCH_NORM "on BCCH Norm" | |
499 VAL 1 SI13_ON_BCCH_EXT "on BCCH Ext." | |
500 | |
501 VALTAB VAL_si_cf | |
502 VAL DEF "Update of unknown SI message type" | |
503 VAL 0 SI_CF_UNSPEC "Update of unspecified SI message(s)" | |
504 VAL 1 SI_CF_1 "Update of SI1 message" | |
505 VAL 2 SI_CF_2X "Update of SI2, SI2bis or SI2ter message" | |
506 VAL 3 SI_CF_3UNTIL8 "Update of SI3, SI4, SI7 or SI8 message" | |
507 VAL 4 SI_CF_9 "Update of SI9 message" | |
508 | |
509 VALTAB VAL_solsa_exc_acc | |
510 VAL 0 SOLSA_EXCLUSIVE_NO "" | |
511 VAL 1 SOLSA_EXCLUSIVE_YES "" | |
512 | |
513 VALTAB VAL_spgc | |
514 VAL 0 SPGC_NO "SPLIT_PG_CYCLE is not supported on CCCH in this cell" | |
515 VAL 1 SPGC_YES "SPLIT_PG_CYCLE is supported on CCCH in this cell" | |
516 | |
517 VALTAB VAL_sc | |
518 VAL 0 START_CIPH_NO "No ciphering" | |
519 VAL 1 START_CIPH_YES "Start ciphering" | |
520 | |
521 VALTAB VAL_st_mode | |
522 VAL 0 CODEC_MODE_1 "lowest bit rate" | |
523 VAL 1 CODEC_MODE_2 "second lowest rate if codec includes more then 1 mode" | |
524 VAL 2 CODEC_MODE_3 "third lowest rate if codec includes more then 2 modes" | |
525 VAL 3 CODEC_MODE_4 "highest mode if codec includes 4 modes" | |
526 | |
527 VALTAB VAL_susp_cause | |
528 VAL DEF "shall be treated as 0" | |
529 VAL 0 SUSP_C_CALL "Mobile originated or mobile terminated call" | |
530 VAL 1 SUSP_C_LU "Location Update" | |
531 VAL 2 SUSP_C_SMS "Short message service" | |
532 VAL 3 SUSP_C_SS "Supplementary service activation" | |
533 VAL 4 SUSP_C_VBS "Voice broadcast or group call" | |
534 | |
535 VALTAB VAL_si | |
536 VAL 0 SYI_NON_SYNCH "Non-synchronized" | |
537 VAL 1 SYI_NORM_SYNCH "Synchronized" | |
538 VAL 2 SYI_PRE_SYNCH "Pre-synchronised" | |
539 VAL 3 SYI_PSEUDO_SYNCH "Pseudo-synchronised" | |
540 | |
541 VALTAB VAL_tm | |
542 VAL DEF "reserved" | |
543 VAL 0 TM_DED "dedicated mode" | |
544 VAL 1 TM_GROUP "group transmit mode" | |
545 | |
546 VALTAB VAL_ta_valid | |
547 VAL 0 TA_VALID_NO "the value is not valid" | |
548 VAL 1 TA_VALID_YES "the value is valid" | |
549 | |
550 VALTAB VAL_tlli_bcc | |
551 VAL 0 TLLI_BCC1 "mobile station shall use CS-1" | |
552 VAL 1 TLLI_BCC_CODED "mobile station shall use CS specified by Channel Coding" | |
553 | |
554 VALTAB VAL_tma | |
555 VAL 0 TMA_0 "no meaning" | |
556 VAL 1 TMA_1 "the message is the first of two in a two message assignment" | |
557 | |
558 VALTAB VAL_tx_integer | |
559 VAL 0 SPREAD_TRANS_3 "3 slots used to spread transmission" | |
560 VAL 1 SPREAD_TRANS_4 "4 slots used to spread transmission" | |
561 VAL 2 SPREAD_TRANS_5 "5 slots used to spread transmission" | |
562 VAL 3 SPREAD_TRANS_6 "6 slots used to spread transmission" | |
563 VAL 4 SPREAD_TRANS_7 "7 slots used to spread transmission" | |
564 VAL 5 SPREAD_TRANS_8 "8 slots used to spread transmission" | |
565 VAL 6 SPREAD_TRANS_9 "9 slots used to spread transmission" | |
566 VAL 7 SPREAD_TRANS_10 "10 slots used to spread transmission" | |
567 VAL 8 SPREAD_TRANS_11 "11 slots used to spread transmission" | |
568 VAL 9 SPREAD_TRANS_12 "12 slots used to spread transmission" | |
569 VAL 10 SPREAD_TRANS_14 "14slots used to spread transmission" | |
570 VAL 11 SPREAD_TRANS_16 "16 slots used to spread transmission" | |
571 VAL 12 SPREAD_TRANS_20 "20 slots used to spread transmission" | |
572 VAL 13 SPREAD_TRANS_25 "25 slots used to spread transmission" | |
573 VAL 14 SPREAD_TRANS_32 "32 slots used to spread transmission" | |
574 VAL 15 SPREAD_TRANS_50 "50 slots used to spread transmission" | |
575 | |
576 VALTAB VAL_ident_type | |
577 VAL DEF "reserved" | |
578 VAL 0 ID_TYPE_NO_IDENT "No Identity" | |
579 VAL 1 ID_TYPE_IMSI "IMSI" | |
580 VAL 2 ID_TYPE_IMEI "IMEI" | |
581 VAL 3 ID_TYPE_IMEISV "IMEISV" | |
582 VAL 4 ID_TYPE_TMSI "TMSI" | |
583 | |
584 VALTAB VAL_usf_gran | |
585 VAL 0 USF_GRAN1 "the mobile shall send one RLC/MAC block" | |
586 VAL 1 USF_GRAN4 "the mobile shall send four consecutive RLC/MAC blocks" | |
587 | |
588 VALTAB VAL_break_ind | |
589 VAL 0 BREAK_IND_NO "Additional parameters are not sent in SYSTEM INFORMATION TYPE 7 and 8" | |
590 VAL 1 BREAK_IND_YES "Additional parameters SI4 Rest Octets_S are sent in SYSTEM INFORMATION TYPE 7 and 8" | |
591 | |
592 | |
593 | |
594 | |
595 VAR arfcn "Absolute RF Channel Number" | |
596 10 | |
597 | |
598 | |
599 VAR ab_type "Access Burst Type" | |
600 1 | |
601 | |
602 VAL @m_rr - VAL_ab_type@ | |
603 | |
604 VAR ac "Access Control Class" | |
605 16 | |
606 | |
607 | |
608 VAR atc "Access Type Control" | |
609 1 | |
610 | |
611 VAL @m_rr - VAL_atc@ | |
612 | |
613 VAR af "Acknowledge Flag" | |
614 1 | |
615 | |
616 VAL @m_rr - VAL_af@ | |
617 | |
618 VAR acs "Additional reselect parameter indication" | |
619 1 | |
620 | |
621 VAL @m_rr - VAL_acs@ | |
622 | |
623 VAR algo_ident "algorithm identifier" | |
624 3 | |
625 | |
626 VAL @m_rr - VAL_algo_ident@ | |
627 | |
628 VAR alpha "Alpha" | |
629 4 | |
630 | |
631 VAL @m_rr - VAL_alpha@ | |
632 | |
633 VAR allo_bmp5 "Allocation Bitmap" | |
634 1 | |
635 | |
636 | |
637 VAR allo_bmp6 "Allocation Bitmap" | |
638 1 | |
639 | |
640 | |
641 VAR allo_bmp7 "Allocation Bitmap" | |
642 1 | |
643 | |
644 | |
645 VAR allo_len5 "Allocation Bitmap Length" | |
646 5 | |
647 | |
648 | |
649 VAR allo_len6 "Allocation Bitmap Length" | |
650 6 | |
651 | |
652 | |
653 VAR allo_len7 "Allocation Bitmap Length" | |
654 7 | |
655 | |
656 | |
657 VAR allo_var "Allocation Bitmap Var" | |
658 1 | |
659 | |
660 | |
661 VAR arfcn_idx "ARFCN Index" | |
662 6 | |
663 | |
664 | |
665 VAR att "Attach / detach allowed" | |
666 1 | |
667 | |
668 VAL @m_rr - VAL_att@ | |
669 | |
670 VAR apdu_info "APDU Information" | |
671 8 | |
672 | |
673 | |
674 VAR ba_used "BA-USED" | |
675 1 | |
676 | |
677 | |
678 VAR bcch_arfcn_hi "BCCH ARFCN" | |
679 2 | |
680 | |
681 | |
682 VAR bcch_arfcn_lo "BCCH ARFCN" | |
683 8 | |
684 | |
685 | |
686 VAR bcch_cm "BCCH Change Mark" | |
687 3 | |
688 | |
689 | |
690 VAR bcch_ncell "BCCH Frequency Ncell" | |
691 5 | |
692 | |
693 | |
694 VAR bcch_type "BCCH Type" | |
695 1 | |
696 | |
697 VAL @m_rr - VAL_bcch_type@ | |
698 | |
699 VAR blp "Blocks Or Block Periods" | |
700 1 | |
701 | |
702 VAL @m_rr - VAL_blp@ | |
703 | |
704 VAR bs_ag_blks_res "BS Access Grant Blocks reserved" | |
705 3 | |
706 | |
707 | |
708 VAR bcc "BS Colour Code" | |
709 3 | |
710 | |
711 | |
712 VAR bs_cv_max "BS_CV_MAX" | |
713 4 | |
714 | |
715 | |
716 VAR bsic "BSIC" | |
717 6 | |
718 | |
719 | |
720 VAR bs_pa_mfrms "BS Paging Multiframes" | |
721 3 | |
722 | |
723 | |
724 VAR pwr_ctrl_mode "BTS Power Control Mode" | |
725 1 | |
726 | |
727 VAL @m_rr - VAL_pwr_ctrl_mode@ | |
728 | |
729 VAR c_val "C Value" | |
730 6 | |
731 | |
732 | |
733 VAR call_prio "Call Priority" | |
734 3 | |
735 | |
736 VAL @m_rr - VAL_call_prio@ | |
737 | |
738 VAR re "Call Reestablishment allowed" | |
739 1 | |
740 | |
741 VAL @m_rr - VAL_re@ | |
742 | |
743 VAR cell_bar_qual "Cell Bar Qualify" | |
744 1 | |
745 | |
746 VAL @m_rr - VAL_cell_bar_qual@ | |
747 | |
748 VAR cell_bar_access "Cell Barred for Access" | |
749 1 | |
750 | |
751 VAL @m_rr - VAL_cell_bar_access@ | |
752 | |
753 VAR cell_chan_desc "Cell Channel Description" | |
754 128 | |
755 | |
756 | |
757 VAR cell_ident "Cell identity" | |
758 16 | |
759 | |
760 | |
761 VAR cell_resel_hyst "CELL-RESELECT HYSTERESIS" | |
762 3 | |
763 | |
764 VAL @m_rr - VAL_cell_resel_hyst@ | |
765 | |
766 VAR cell_resel_offs "Cell Reselect Offset" | |
767 6 | |
768 | |
769 | |
770 VAR ch_mark1 "Change Mark 1" | |
771 2 | |
772 | |
773 | |
774 VAR chan_type "Channel type and TDMA offset" | |
775 5 | |
776 | |
777 VAL @m_rr - VAL_chan_type@ | |
778 | |
779 VAR cn1 "Channel Needed for Mobile ID 1" | |
780 2 | |
781 | |
782 VAL @m_rr - VAL_cn1@ | |
783 | |
784 VAR cn2 "Channel Needed for Mobile ID 2" | |
785 2 | |
786 | |
787 VAL @m_rr - VAL_cn1@ | |
788 | |
789 VAR cn3 "Channel Needed for Mobile ID 3" | |
790 2 | |
791 | |
792 VAL @m_rr - VAL_cn1@ | |
793 | |
794 VAR cn4 "Channel Needed for Mobile ID 4" | |
795 2 | |
796 | |
797 VAL @m_rr - VAL_cn1@ | |
798 | |
799 VAR chan_mode "Channel Mode" | |
800 8 | |
801 | |
802 VAL @m_rr - VAL_chan_mode@ | |
803 | |
804 VAR chan_mode2 "Mode Of 2nd Channel Set" | |
805 8 | |
806 | |
807 VAL @m_rr - VAL_chan_mode@ | |
808 | |
809 VAR chan_mode3 "Mode Of 3rd Channel Set" | |
810 8 | |
811 | |
812 VAL @m_rr - VAL_chan_mode@ | |
813 | |
814 VAR chan_mode4 "Mode Of 4th Channel Set" | |
815 8 | |
816 | |
817 VAL @m_rr - VAL_chan_mode@ | |
818 | |
819 VAR chan_mode5 "Mode Of 5th Channel Set" | |
820 8 | |
821 | |
822 VAL @m_rr - VAL_chan_mode@ | |
823 | |
824 VAR chan_mode6 "Mode Of 6th Channel Set" | |
825 8 | |
826 | |
827 VAL @m_rr - VAL_chan_mode@ | |
828 | |
829 VAR chan_mode7 "Mode Of 7th Channel Set" | |
830 8 | |
831 | |
832 VAL @m_rr - VAL_chan_mode@ | |
833 | |
834 VAR chan_mode8 "Mode Of 8th Channel Set" | |
835 8 | |
836 | |
837 VAL @m_rr - VAL_chan_mode@ | |
838 | |
839 VAR chan_mode_2 "Channel Mode 2" | |
840 8 | |
841 | |
842 VAL @m_rr - VAL_chan_mode_2@ | |
843 | |
844 VAR crd_prio "Channel Request Description Priority" | |
845 2 | |
846 | |
847 VAL @m_rr - VAL_crd_prio@ | |
848 | |
849 VAR chan_set "Channel Set Bitmap" | |
850 8 | |
851 | |
852 | |
853 VAR cr "Cipher Response Info" | |
854 1 | |
855 | |
856 VAL @m_rr - VAL_cr@ | |
857 | |
858 VAR codec_hyst "Codec Hysteresis" | |
859 4 | |
860 | |
861 | |
862 VAR codec_thr "Codec Threshold" | |
863 6 | |
864 | |
865 | |
866 VAR cod_scheme "Coding Scheme" | |
867 2 | |
868 | |
869 VAL @m_rr - VAL_cod_scheme@ | |
870 | |
871 VAR ccm "Channel Coding Command" | |
872 2 | |
873 | |
874 VAL @m_rr - VAL_cod_scheme@ | |
875 | |
876 VAR c_r "Command/Final Response" | |
877 1 | |
878 | |
879 VAL @m_rr - VAL_c_r@ | |
880 | |
881 VAR ccch_conf "Common Control Channel Configuration" | |
882 3 | |
883 | |
884 VAL @m_rr - VAL_ccch_conf@ | |
885 | |
886 VAR ctrl_ack_type "CONTROL_ACK_TYPE" | |
887 1 | |
888 | |
889 VAL @m_rr - VAL_ctrl_ack_type@ | |
890 | |
891 VAR d_t "Dedicated Mode or TBF" | |
892 1 | |
893 | |
894 VAL @m_rr - VAL_d_t@ | |
895 | |
896 VAR dtx_b "Discontinuous Transmission (BCCH)" | |
897 2 | |
898 | |
899 VAL @m_rr - VAL_dtx_b@ | |
900 | |
901 VAR dtx2_s "Discontinuous Transmission (SACCH) MSB" | |
902 1 | |
903 | |
904 | |
905 VAR dtx_s "Discontinuous Transmission (SACCH) MSB" | |
906 2 | |
907 | |
908 VAL @m_rr - VAL_dtx_s@ | |
909 | |
910 VAR dtx_used "DTX USED" | |
911 1 | |
912 | |
913 VAL @m_rr - VAL_dtx_used@ | |
914 | |
915 VAR dl "Downlink Assignment" | |
916 1 | |
917 | |
918 VAL @m_rr - VAL_dl@ | |
919 | |
920 VAR dab "Downlink Assignment Bitmap" | |
921 7 | |
922 | |
923 | |
924 VAR uab "Uplink Assignment Bitmap" | |
925 7 | |
926 | |
927 | |
928 VAR drx_t_max "DRX_TIMER_MAX" | |
929 3 | |
930 | |
931 | |
932 VAR ext_dyn_all "Extended Dynamic Allocation" | |
933 1 | |
934 | |
935 VAL @m_rr - VAL_ext_dyn_all@ | |
936 | |
937 VAR ext_meas_freq "Extended Measurement Frequency List" | |
938 128 | |
939 | |
940 | |
941 VAR ext_len "Extension Length" | |
942 6 | |
943 | |
944 | |
945 VAR sp_ext "Extension Spare Bits" | |
946 64 | |
947 | |
948 | |
949 VAR final "Final Allocation" | |
950 1 | |
951 | |
952 VAL @m_rr - VAL_final@ | |
953 | |
954 VAR f_seg "First segment" | |
955 1 | |
956 | |
957 VAL @m_rr - VAL_f_seg@ | |
958 | |
959 VAR flag "Flag" | |
960 1 | |
961 | |
962 VAL @m_rr - VAL_flag@ | |
963 | |
964 VAR flag1 "Flag1" | |
965 1 | |
966 | |
967 VAL @m_rr - VAL_flag@ | |
968 | |
969 VAR flag2 "Flag2" | |
970 1 | |
971 | |
972 VAL @m_rr - VAL_flag@ | |
973 | |
974 VAR allo_flag "Allocation Flag" | |
975 1 | |
976 | |
977 VAL @m_rr - VAL_flag@ | |
978 | |
979 VAR flag_pp "Flag Parameters Present" | |
980 1 | |
981 | |
982 VAL @m_rr - VAL_flag@ | |
983 | |
984 VAR flist "Frequency List Contents" | |
985 8 | |
986 | |
987 | |
988 VAR freq_lower "Frequency Range Lower" | |
989 10 | |
990 | |
991 | |
992 VAR freq_higher "Frequency Range Higher" | |
993 10 | |
994 | |
995 | |
996 VAR freq_short_list_before "Frequency Short List" | |
997 72 | |
998 | |
999 | |
1000 VAR freq_short_list_after "Frequency Short List" | |
1001 72 | |
1002 | |
1003 | |
1004 VAR freq_short_list2 "Frequency Short List 2" | |
1005 56 | |
1006 | |
1007 | |
1008 VAR gamma "Gamma" | |
1009 5 | |
1010 | |
1011 | |
1012 VAR gcr "Group Call Reference" | |
1013 27 | |
1014 | |
1015 | |
1016 VAR group_ckn "Group Cipher Key Number" | |
1017 4 | |
1018 | |
1019 | |
1020 VAR hdm "Half Duplex Mode" | |
1021 1 | |
1022 | |
1023 VAL @m_rr - VAL_hdm@ | |
1024 | |
1025 VAR handov_ref "Handover Reference" | |
1026 8 | |
1027 | |
1028 | |
1029 VAR hop "Hopping" | |
1030 1 | |
1031 | |
1032 VAL @m_rr - VAL_hop@ | |
1033 | |
1034 VAR hsn "Hopping Sequence Number" | |
1035 6 | |
1036 | |
1037 | |
1038 VAR ident_dig "Identity digit" | |
1039 4 | |
1040 | |
1041 | |
1042 VAR if_and_where "If And Where" | |
1043 3 | |
1044 | |
1045 | |
1046 VAR inband_not "Inband Notification" | |
1047 1 | |
1048 | |
1049 VAL @m_rr - VAL_inband_not@ | |
1050 | |
1051 VAR inband_pag "Inband pagings" | |
1052 1 | |
1053 | |
1054 VAL @m_rr - VAL_inband_pag@ | |
1055 | |
1056 VAR inc_skip "inc skip of ARFCNn" | |
1057 4 | |
1058 | |
1059 | |
1060 VAR indir "Indirect" | |
1061 1 | |
1062 | |
1063 VAL @m_rr - VAL_indir@ | |
1064 | |
1065 VAR it4 "Info Type 4" | |
1066 4 | |
1067 | |
1068 | |
1069 VAR it6 "Info Type 6" | |
1070 6 | |
1071 | |
1072 | |
1073 VAR it5 "Info Type 5" | |
1074 5 | |
1075 | |
1076 VAL @m_rr - VAL_it5@ | |
1077 | |
1078 VAR icmi "Initial Codec Mode Indicator" | |
1079 1 | |
1080 | |
1081 VAL @m_rr - VAL_icmi@ | |
1082 | |
1083 VAR key_seq "key sequence" | |
1084 3 | |
1085 | |
1086 VAL @m_rr - VAL_key_seq@ | |
1087 | |
1088 VAR l_seg "Last segment" | |
1089 1 | |
1090 | |
1091 VAL @m_rr - VAL_l_seg@ | |
1092 | |
1093 VAR fp_len "Length Of Frequency Parameters" | |
1094 6 | |
1095 | |
1096 | |
1097 VAR llc_fr_type "LLC Frame Type" | |
1098 1 | |
1099 | |
1100 VAL @m_rr - VAL_llc_fr_type@ | |
1101 | |
1102 VAR lac "Location Area Code" | |
1103 16 | |
1104 | |
1105 | |
1106 VAR low_arfcn "Lowest ARFCN" | |
1107 7 | |
1108 | |
1109 VAL @m_rr - VAL_low_arfcn@ | |
1110 | |
1111 VAR lsa_id "LSA ID" | |
1112 24 | |
1113 | |
1114 | |
1115 VAR lsa_id_add "Additional LSA IDs" | |
1116 24 | |
1117 | |
1118 | |
1119 VAR lsa_offs "LSA Offset" | |
1120 3 | |
1121 | |
1122 | |
1123 VAR mac_mode "MAC Mode" | |
1124 2 | |
1125 | |
1126 VAL @m_rr - VAL_mac_mode@ | |
1127 | |
1128 VAR ma_num "MA Number Indication" | |
1129 1 | |
1130 | |
1131 VAL @m_rr - VAL_ma_num@ | |
1132 | |
1133 VAR max_retrans "Maximum Number of Retransmissions" | |
1134 2 | |
1135 | |
1136 VAL @m_rr - VAL_max_retrans@ | |
1137 | |
1138 VAR meas_bmp "Measurement Bitmap" | |
1139 8 | |
1140 | |
1141 | |
1142 VAR meas_int "Measurement Interval" | |
1143 5 | |
1144 | |
1145 | |
1146 VAR meas_valid "Measurement valid" | |
1147 1 | |
1148 | |
1149 VAL @m_rr - VAL_meas_valid@ | |
1150 | |
1151 VAR msg_type "Message Type" | |
1152 8 | |
1153 | |
1154 | |
1155 VAR mac "Mobile Allocation Contents" | |
1156 8 | |
1157 | |
1158 | |
1159 VAR maio "Mobile Allocation Index Offset" | |
1160 6 | |
1161 | |
1162 | |
1163 VAR ma_len "Mobile Allocation Length" | |
1164 8 | |
1165 | |
1166 | |
1167 VAR mcc "Mobile Country Code" | |
1168 4 | |
1169 | |
1170 | |
1171 VAR mnc "Mobile Network Code" | |
1172 4 | |
1173 | |
1174 | |
1175 VAR mod "Modulus" | |
1176 4 | |
1177 | |
1178 | |
1179 VAR ms_txpwr_max_cch "MS-TXPWR-MAX-CCH" | |
1180 5 | |
1181 | |
1182 | |
1183 VAR or_ty "MT/MO Origination type" | |
1184 1 | |
1185 | |
1186 VAL @m_rr - VAL_or_ty@ | |
1187 | |
1188 VAR mr_vers "Multi Rate Speech Version" | |
1189 3 | |
1190 | |
1191 VAL @m_rr - VAL_mr_vers@ | |
1192 | |
1193 VAR n_avg_i "N_AVG_I Value" | |
1194 4 | |
1195 | |
1196 | |
1197 VAR ncm "NC Mode" | |
1198 2 | |
1199 | |
1200 VAL @m_rr - VAL_ncm@ | |
1201 | |
1202 VAR ncc_permit "NCC Permitted" | |
1203 8 | |
1204 | |
1205 | |
1206 VAR nch_position "NCH Position" | |
1207 5 | |
1208 | |
1209 VAL @m_rr - VAL_nch_position@ | |
1210 | |
1211 VAR neigh_cell_desc "Neighbour Cells Description" | |
1212 NCELL_DESC_BIT_LEN | |
1213 | |
1214 | |
1215 VAR neci "Half rate support" | |
1216 1 | |
1217 | |
1218 VAL @m_rr - VAL_neci@ | |
1219 | |
1220 VAR nco "Network Control Order" | |
1221 2 | |
1222 | |
1223 VAL @m_rr - VAL_nco@ | |
1224 | |
1225 VAR nmo "NMO" | |
1226 2 | |
1227 | |
1228 VAL @m_rr - VAL_nmo@ | |
1229 | |
1230 VAR nscb "Noise Suppression Control Bit" | |
1231 1 | |
1232 | |
1233 VAL @m_rr - VAL_nscb@ | |
1234 | |
1235 VAR nln_pch "Notification List Number PCH" | |
1236 2 | |
1237 | |
1238 | |
1239 VAR nln_nch "Notification List Number NCH" | |
1240 2 | |
1241 | |
1242 | |
1243 VAR nln_sacch "Notification List Number SACCH" | |
1244 2 | |
1245 | |
1246 | |
1247 VAR nln_status "Notification List Number Status" | |
1248 1 | |
1249 | |
1250 | |
1251 VAR nci "Normal cell indication" | |
1252 1 | |
1253 | |
1254 VAL @m_rr - VAL_nci@ | |
1255 | |
1256 VAR num_range "Number of Ranges" | |
1257 8 | |
1258 | |
1259 VAL @m_rr - VAL_num_range@ | |
1260 | |
1261 VAR num_ncell "Number of Cells" | |
1262 3 | |
1263 | |
1264 | |
1265 VAR odd_even "Odd/ Even indication" | |
1266 1 | |
1267 | |
1268 VAL @m_rr - VAL_odd_even@ | |
1269 | |
1270 VAR p0 "P0" | |
1271 4 | |
1272 | |
1273 | |
1274 VAR pck_chan_type "Packet Channel type" | |
1275 5 | |
1276 | |
1277 VAL @m_rr - VAL_pck_chan_type@ | |
1278 | |
1279 VAR pch_restruct "Paging Channel Restructuring" | |
1280 1 | |
1281 | |
1282 VAL @m_rr - VAL_pch_restruct@ | |
1283 | |
1284 VAR pm "Page Mode" | |
1285 2 | |
1286 | |
1287 VAL @m_rr - VAL_pm@ | |
1288 | |
1289 VAR dec "PAN_DEC" | |
1290 3 | |
1291 | |
1292 | |
1293 VAR inc "PAN_INC" | |
1294 3 | |
1295 | |
1296 | |
1297 VAR pmax "PAN_MAX" | |
1298 3 | |
1299 | |
1300 | |
1301 VAR pb "Pb" | |
1302 4 | |
1303 | |
1304 | |
1305 VAR pc_meas_chan "PC_MEAS_CHAN" | |
1306 1 | |
1307 | |
1308 VAL @m_rr - VAL_pc_meas_chan@ | |
1309 | |
1310 VAR penalty_time "Penalty Time" | |
1311 5 | |
1312 | |
1313 | |
1314 VAR ncc "PLMN Colour Code" | |
1315 3 | |
1316 | |
1317 | |
1318 VAR poll "Polling" | |
1319 1 | |
1320 | |
1321 VAL @m_rr - VAL_poll@ | |
1322 | |
1323 VAR pow_ctrl "Power Control" | |
1324 1 | |
1325 | |
1326 VAL @m_rr - VAL_pow_ctrl@ | |
1327 | |
1328 VAR pow "Power Level" | |
1329 5 | |
1330 | |
1331 | |
1332 VAR pow_offs "Power Offset" | |
1333 2 | |
1334 | |
1335 VAL @m_rr - VAL_pow_offs@ | |
1336 | |
1337 VAR pr_mode "PR Mode" | |
1338 1 | |
1339 | |
1340 | |
1341 VAR prio_acc_thr "Priority Access Threshold" | |
1342 3 | |
1343 | |
1344 VAL @m_rr - VAL_prio_acc_thr@ | |
1345 | |
1346 VAR prio_thr "Priority Threshold" | |
1347 3 | |
1348 | |
1349 | |
1350 VAR protoc_ident "Protocol Identifier" | |
1351 4 | |
1352 | |
1353 VAL @m_rr - VAL_protoc_ident@ | |
1354 | |
1355 VAR psi1_period "PSI1 Repeat Period" | |
1356 4 | |
1357 | |
1358 | |
1359 VAR ra_color "RA color" | |
1360 3 | |
1361 | |
1362 | |
1363 VAR rlt "Radio Link Timeout" | |
1364 4 | |
1365 | |
1366 | |
1367 VAR ra "Random Access Information" | |
1368 8 | |
1369 | |
1370 | |
1371 VAR rel_pos "Relative Position" | |
1372 16 | |
1373 | |
1374 | |
1375 VAR rot "Report Observed Time Difference" | |
1376 1 | |
1377 | |
1378 VAL @m_rr - VAL_rot@ | |
1379 | |
1380 VAR rbw "Requested Bandwidth" | |
1381 16 | |
1382 | |
1383 | |
1384 VAR res_ack "Resumption ACK" | |
1385 1 | |
1386 | |
1387 VAL @m_rr - VAL_res_ack@ | |
1388 | |
1389 VAR rfln "RFL Number" | |
1390 4 | |
1391 | |
1392 | |
1393 VAR rlc_blks "RLC Data Blocks Granted" | |
1394 8 | |
1395 | |
1396 | |
1397 VAR rlc_mode "RLC Mode" | |
1398 1 | |
1399 | |
1400 VAL @m_rr - VAL_rlc_mode@ | |
1401 | |
1402 VAR rlc_c_oct "RLC Octet Count" | |
1403 16 | |
1404 | |
1405 | |
1406 VAR rac "Routing Area Code" | |
1407 8 | |
1408 | |
1409 | |
1410 VAR rr_cause "RR Cause" | |
1411 8 | |
1412 | |
1413 VAL @m_rr - VAL_rr_cause@ | |
1414 | |
1415 VAR rxlev_access_min "RX Level Access Minimum" | |
1416 6 | |
1417 | |
1418 | |
1419 VAR rxlev_full "RX Level Full Serving Cell" | |
1420 6 | |
1421 | |
1422 | |
1423 VAR rxlev_sub "RX Level Sub Serving Cell" | |
1424 6 | |
1425 | |
1426 | |
1427 VAR rx_lev_ncell "RX Level Ncell" | |
1428 6 | |
1429 | |
1430 | |
1431 VAR rxqual_full "RX Quality Full Serving Cell" | |
1432 3 | |
1433 | |
1434 | |
1435 VAR rxqual "RX Quality" | |
1436 3 | |
1437 | |
1438 | |
1439 VAR rxqual_sub "RX Quality Sub Serving Cell" | |
1440 3 | |
1441 | |
1442 | |
1443 VAR sc_used "Sequence Code Used" | |
1444 1 | |
1445 | |
1446 | |
1447 VAR sf "Service Flag" | |
1448 1 | |
1449 | |
1450 VAL @m_rr - VAL_sf@ | |
1451 | |
1452 VAR set_amr "Set of AMR Codec Modes" | |
1453 8 | |
1454 | |
1455 VAL @m_rr - VAL_set_amr@ | |
1456 | |
1457 VAR si13_pos "SI13 Position" | |
1458 1 | |
1459 | |
1460 VAL @m_rr - VAL_si13_pos@ | |
1461 | |
1462 VAR si13_cm "SI 13 Change Mark" | |
1463 2 | |
1464 | |
1465 | |
1466 VAR si_cf "SI Change Field" | |
1467 4 | |
1468 | |
1469 VAL @m_rr - VAL_si_cf@ | |
1470 | |
1471 VAR sign_var "Signal Variance" | |
1472 6 | |
1473 | |
1474 | |
1475 VAR solsa_exc_acc "SoLSA Exclusive Access" | |
1476 1 | |
1477 | |
1478 VAL @m_rr - VAL_solsa_exc_acc@ | |
1479 | |
1480 VAR spgc "Split PG Cycle Support" | |
1481 1 | |
1482 | |
1483 VAL @m_rr - VAL_spgc@ | |
1484 | |
1485 VAR sc "Start Ciphering" | |
1486 1 | |
1487 | |
1488 VAL @m_rr - VAL_sc@ | |
1489 | |
1490 VAR st_mode "Start Mode" | |
1491 2 | |
1492 | |
1493 VAL @m_rr - VAL_st_mode@ | |
1494 | |
1495 VAR susp_cause "Suspension Cause" | |
1496 8 | |
1497 | |
1498 VAL @m_rr - VAL_susp_cause@ | |
1499 | |
1500 VAR si "Synchronisation indication" | |
1501 2 | |
1502 | |
1503 VAL @m_rr - VAL_si@ | |
1504 | |
1505 VAR t1 "T1'" | |
1506 5 | |
1507 | |
1508 | |
1509 VAR t2 "T2" | |
1510 5 | |
1511 | |
1512 | |
1513 VAR t3 "T3" | |
1514 6 | |
1515 | |
1516 | |
1517 VAR t3122 "T 3122 Wait Indication" | |
1518 8 | |
1519 | |
1520 | |
1521 VAR t3122_2 "T 3122 Wait Indication" | |
1522 8 | |
1523 | |
1524 | |
1525 VAR t3122_3 "T 3122 Wait Indication" | |
1526 8 | |
1527 | |
1528 | |
1529 VAR t3122_4 "T 3122 Wait Indication" | |
1530 8 | |
1531 | |
1532 | |
1533 VAR t3168 "T3168" | |
1534 3 | |
1535 | |
1536 | |
1537 VAR t3192 "T3192" | |
1538 3 | |
1539 | |
1540 | |
1541 VAR t3212 "T 3212 time-out value" | |
1542 8 | |
1543 | |
1544 | |
1545 VAR t_avg_t "T_AVG_T Value" | |
1546 5 | |
1547 | |
1548 | |
1549 VAR t_avg_w "T_AVG_W Value" | |
1550 5 | |
1551 | |
1552 | |
1553 VAR tm "Target mode" | |
1554 2 | |
1555 | |
1556 VAL @m_rr - VAL_tm@ | |
1557 | |
1558 VAR ded_tlli "Temporary Logical Link Identifier" | |
1559 32 | |
1560 | |
1561 | |
1562 VAR temp_offs "Temporary Offset" | |
1563 3 | |
1564 | |
1565 | |
1566 VAR tfi "TFI" | |
1567 5 | |
1568 | |
1569 | |
1570 VAR diff "Time difference" | |
1571 21 | |
1572 | |
1573 | |
1574 VAR time_diff "Time Difference" | |
1575 8 | |
1576 | |
1577 | |
1578 VAR tn "Time Slot" | |
1579 3 | |
1580 | |
1581 | |
1582 VAR dl_ctrl_tn "Downlink Control Timeslot" | |
1583 3 | |
1584 | |
1585 | |
1586 VAR ts_all "Timeslot Allocation" | |
1587 8 | |
1588 | |
1589 | |
1590 VAR ta_idx "Timing Advance Index" | |
1591 4 | |
1592 | |
1593 | |
1594 VAR ta_nm "Timing Advance Timeslot Number" | |
1595 3 | |
1596 | |
1597 | |
1598 VAR ta_valid "Timing Advance Valid" | |
1599 1 | |
1600 | |
1601 VAL @m_rr - VAL_ta_valid@ | |
1602 | |
1603 VAR ta "Timing advance value" | |
1604 6 | |
1605 | |
1606 | |
1607 VAR tlli_bcc "TLLI Block Channel Coding" | |
1608 1 | |
1609 | |
1610 VAL @m_rr - VAL_tlli_bcc@ | |
1611 | |
1612 VAR tlv_len "TLV length information" | |
1613 16 | |
1614 | |
1615 | |
1616 VAR tmsi_1 "TMSI" | |
1617 32 | |
1618 | |
1619 | |
1620 VAR tmsi_2 "TMSI" | |
1621 32 | |
1622 | |
1623 | |
1624 VAR tmsi_3 "TMSI" | |
1625 32 | |
1626 | |
1627 | |
1628 VAR tmsi_4 "TMSI" | |
1629 32 | |
1630 | |
1631 | |
1632 VAR tsc "Training Sequence Code" | |
1633 3 | |
1634 | |
1635 | |
1636 VAR tma "Two-message Assignment" | |
1637 1 | |
1638 | |
1639 VAL @m_rr - VAL_tma@ | |
1640 | |
1641 VAR tx_integer "Tx-integer" | |
1642 4 | |
1643 | |
1644 VAL @m_rr - VAL_tx_integer@ | |
1645 | |
1646 VAR ident_type "Type of identity" | |
1647 3 | |
1648 | |
1649 VAL @m_rr - VAL_ident_type@ | |
1650 | |
1651 VAR usf "Uplink State Flag" | |
1652 3 | |
1653 | |
1654 | |
1655 VAR usf_gran "USF Granularity" | |
1656 1 | |
1657 | |
1658 VAL @m_rr - VAL_usf_gran@ | |
1659 | |
1660 VAR break_ind "Break Indicator" | |
1661 1 | |
1662 | |
1663 VAL @m_rr - VAL_break_ind@ | |
1664 | |
1665 | |
1666 | |
1667 | |
1668 COMP alpha_gamma "Alpha Gamma" | |
1669 { | |
1670 alpha ; Alpha | |
1671 gamma ; Gamma | |
1672 } | |
1673 | |
1674 | |
1675 | |
1676 COMP apdu_data "APDU Data" | |
1677 { | |
1678 apdu_info [2..MAX_APDU_DATA] ; APDU Information | |
1679 } | |
1680 | |
1681 | |
1682 | |
1683 COMP apdu_flags "APDU Flags" | |
1684 { | |
1685 .0 ; spare bit | |
1686 c_r ; Command/Final Response | |
1687 f_seg ; First Segment | |
1688 l_seg ; Last Segment | |
1689 } | |
1690 | |
1691 | |
1692 | |
1693 COMP apdu_id "APDU ID" | |
1694 { | |
1695 protoc_ident ; Protocol Identifier | |
1696 } | |
1697 | |
1698 | |
1699 | |
1700 COMP cell_desc "Cell Description" | |
1701 { | |
1702 bcch_arfcn_hi ; BCCH ARFCN (hi part) | |
1703 ncc ; PLMN Colour Code | |
1704 bcc ; BS Colour Code | |
1705 bcch_arfcn_lo ; BCCH ARFCN (lo part) | |
1706 } | |
1707 | |
1708 | |
1709 | |
1710 COMP cell_opt_bcch "Cell Options (BCCH)" | |
1711 { | |
1712 .0 ; spare | |
1713 pow_ctrl ; Power Control | |
1714 dtx_b ; Discontinuous Transmission (BCCH) | |
1715 rlt ; Radio Link Timeout | |
1716 } | |
1717 | |
1718 | |
1719 | |
1720 COMP cell_opt_sacch "Cell Options (SACCH)" | |
1721 { | |
1722 dtx2_s ; Discontinuous Transmission (SACCH) high | |
1723 pow_ctrl ; Power Control | |
1724 dtx_s ; Discontinuous Transmission (SACCH) low | |
1725 rlt ; Radio Link Timeout | |
1726 } | |
1727 | |
1728 | |
1729 | |
1730 COMP cell_select "Cell Selection Parameters" | |
1731 { | |
1732 cell_resel_hyst ; Cell Reselect Hysteresis | |
1733 ms_txpwr_max_cch ; MS-TXPWR-MAX-CCH | |
1734 acs ; ACS | |
1735 neci ; NECI | |
1736 rxlev_access_min ; RX Level Access Minimum | |
1737 } | |
1738 | |
1739 | |
1740 | |
1741 COMP chan_desc "Channel Description" | |
1742 { | |
1743 chan_type ; Channel type and TDMA offset | |
1744 tn ; Time Slot | |
1745 tsc ; Training Sequence Code | |
1746 hop ; Hopping | |
1747 < (hop=0) .00 > ; spare | |
1748 < (hop=0) arfcn > ; Absolute RF Channel Number | |
1749 < (hop=1) maio > ; Mobile Allocation Index Offset | |
1750 < (hop=1) hsn > ; Hopping Sequence Number | |
1751 } | |
1752 TYPEDEF COMP chan_desc chan_desc_2 "Channel Description" | |
1753 TYPEDEF COMP chan_desc chan_desc_before "Channel Description" | |
1754 TYPEDEF COMP chan_desc chan_desc_before_2 "Channel Description" | |
1755 TYPEDEF COMP chan_desc chan_desc_after "Channel Description" | |
1756 TYPEDEF COMP chan_desc chan_desc_after_2 "Channel Description" | |
1757 | |
1758 | |
1759 | |
1760 COMP chan_needed "Channel Needed" | |
1761 { | |
1762 cn2 ; CHANNEL | |
1763 cn1 ; CHANNEL | |
1764 } | |
1765 | |
1766 | |
1767 | |
1768 COMP chan_needed3_4 "Channel Needed for Mobile ID 3 and 4" | |
1769 { | |
1770 cn3 ; CHANNEL | |
1771 cn4 ; CHANNEL | |
1772 } | |
1773 | |
1774 | |
1775 | |
1776 COMP chan_req_desc "Channel Request Description" | |
1777 { | |
1778 or_ty ; MT/MO Origination type | |
1779 .000 ; Spare | |
1780 < (or_ty=0) .0000 > ; Spare | |
1781 < (or_ty=0) .00000000 [3] > ; Spare | |
1782 < (or_ty=1) crd_prio > ; Channel Request Description Priority | |
1783 < (or_ty=1) rlc_mode > ; RLC Mode | |
1784 < (or_ty=1) llc_fr_type > ; LLC Frame Type | |
1785 < (or_ty=1) rbw > ; Requested Bandwidth | |
1786 < (or_ty=1) rlc_c_oct > ; RLC Octet Count | |
1787 } | |
1788 | |
1789 | |
1790 | |
1791 COMP ciph_key_num "Ciphering Key Sequence Number" | |
1792 { | |
1793 .0 ; spare | |
1794 key_seq ; Key Sequence | |
1795 } | |
1796 | |
1797 | |
1798 | |
1799 COMP ciph_mode_set "Cipher Mode Setting" | |
1800 { | |
1801 algo_ident ; Algorithm Identifier | |
1802 sc ; Start Ciphering | |
1803 } | |
1804 | |
1805 | |
1806 | |
1807 COMP ciph_res "Cipher Response" | |
1808 { | |
1809 .000 ; spare | |
1810 cr ; Cipher Response | |
1811 } | |
1812 | |
1813 | |
1814 | |
1815 COMP cod_prop "Codec Properties" | |
1816 { | |
1817 codec_thr ; Codec Threshold | |
1818 codec_hyst ; Codec Hysteresis | |
1819 } | |
1820 | |
1821 | |
1822 | |
1823 COMP ctrl_chan_desc "Control Channel Description" | |
1824 { | |
1825 .0 ; spare | |
1826 att ; Attach / detach allowed | |
1827 bs_ag_blks_res ; BS Access Grant Blocks reserved | |
1828 ccch_conf ; Common Control Channel Configuration | |
1829 .00000 ; spare | |
1830 bs_pa_mfrms ; BS Paging Multiframes | |
1831 t3212 ; T 3212 time-out value | |
1832 } | |
1833 | |
1834 | |
1835 | |
1836 COMP dgcr "Descriptive Group Call Reference" | |
1837 { | |
1838 gcr ; Group Call Reference | |
1839 sf ; Service Flag | |
1840 af ; Acknowledge Flag | |
1841 call_prio ; Call Priority | |
1842 group_ckn ; Ciphering information | |
1843 } | |
1844 | |
1845 | |
1846 | |
1847 COMP es_ind_tag "Early Classmark Sending Tag" | |
1848 { | |
1849 } | |
1850 | |
1851 | |
1852 | |
1853 COMP ext_meas_res "Extended Measurement Results" | |
1854 { | |
1855 sc_used ; Sequence Code Used | |
1856 dtx_used ; DTX Used | |
1857 rx_lev_ncell [21] ; RX Level Ncell | |
1858 } | |
1859 | |
1860 | |
1861 | |
1862 COMP exten "Extensions Bits IE" | |
1863 { | |
1864 ext_len ; extension length | |
1865 sp_ext [.ext_len..64] ; spare bit extensions IE | |
1866 } | |
1867 | |
1868 | |
1869 | |
1870 COMP freq_chan_seq "Frequency Channel Sequence" | |
1871 { | |
1872 .0 ; spare | |
1873 low_arfcn ; Lowest ARFCN | |
1874 inc_skip [N_FREQ_SKIP] ; inc skip of ARFCNn | |
1875 } | |
1876 TYPEDEF COMP freq_chan_seq freq_chan_seq_before "Frequency Channel Sequence" | |
1877 TYPEDEF COMP freq_chan_seq freq_chan_seq_after "Frequency Channel Sequence" | |
1878 | |
1879 | |
1880 | |
1881 COMP freq_list "Frequency List" | |
1882 { | |
1883 flist [1..32] ; Frequency List Contents | |
1884 } | |
1885 TYPEDEF COMP freq_list freq_list_after "Frequency List" | |
1886 TYPEDEF COMP freq_list freq_list_before "Frequency List" | |
1887 | |
1888 | |
1889 | |
1890 COMP freq_range "Frequency Range" | |
1891 { | |
1892 freq_lower ; Frequency RANGE LOWER | |
1893 freq_higher ; Frequency RANGE HIGHER | |
1894 } | |
1895 | |
1896 | |
1897 | |
1898 COMP ba_list_pref "BA List Pref" | |
1899 { | |
1900 CSN1_S1 freq_range [0..MAX_RANGE] ; Range Limits | |
1901 CSN1_S1 arfcn [0..MAX_ARFCN] ; BA Frequency | |
1902 S_PADDING .00101011 (0) ; Spare Padding | |
1903 } | |
1904 | |
1905 | |
1906 | |
1907 COMP ba_range "BA Range" | |
1908 { | |
1909 num_range ; Number of Ranges | |
1910 freq_range [2..N_MAX_RANGE] ; Frequency Range | |
1911 } | |
1912 | |
1913 | |
1914 | |
1915 COMP gprs_indic "GPRS Indicator" | |
1916 { | |
1917 ra_color ; RA Color | |
1918 si13_pos ; SI13 Position | |
1919 } | |
1920 | |
1921 | |
1922 | |
1923 COMP gprs_meas_res "GPRS Measurement Results" | |
1924 { | |
1925 c_val ; C Value | |
1926 rxqual ; RX Quality | |
1927 .0 ; Spare | |
1928 sign_var ; Signal Variance | |
1929 } | |
1930 | |
1931 | |
1932 | |
1933 COMP gprs_ma "GPRS Mobile Allocation" | |
1934 { | |
1935 hsn ; Hopping Sequence Number | |
1936 CSN1_S1 rfln [0..MAX_RFL] ; RFL Number | |
1937 hop ; Flag | |
1938 < (hop=0) allo_len6 > ; Allocation Bitmap Length | |
1939 < (hop=0) allo_bmp6 [allo_len6+1..64] > ; Allocation Bitmap | |
1940 < (hop=1) CSN1_S1 arfcn_idx [0..MAX_ARFCNI] > ; ARFCN Index | |
1941 } | |
1942 | |
1943 | |
1944 | |
1945 COMP gprs_resum "GPRS Resumption" | |
1946 { | |
1947 .000 ; Spare | |
1948 res_ack ; Resumption ACK | |
1949 } | |
1950 | |
1951 | |
1952 | |
1953 COMP group_chan_desc "Group Channel Description" | |
1954 { | |
1955 chan_type ; Channel type and TDMA offset | |
1956 tn ; Time Slot | |
1957 tsc ; Training Sequence Code | |
1958 hop ; Hopping | |
1959 < (hop=0) .00 > ; spare | |
1960 < (hop=0) arfcn > ; Absolute RF Channel Number | |
1961 < (hop=1) maio > ; Mobile Allocation Index Offset | |
1962 < (hop=1) hsn > ; Hopping Sequence Number | |
1963 < (hop=1) mac [1..N_MOB_ALLOC] > ; Mobile Allocation RF Channels | |
1964 } | |
1965 | |
1966 | |
1967 | |
1968 COMP hop_freq "Hopping Frequencies" | |
1969 { | |
1970 flag ; Flag | |
1971 < (flag = 0) ma_len > ; Mobile Allocation Length | |
1972 < (flag = 0) mac [ma_len..N_MOB_ALLOC] > ; Mobile Allocation Content | |
1973 < (flag = 1) freq_short_list2 > ; Frequency Short List 2 | |
1974 } | |
1975 | |
1976 | |
1977 | |
1978 COMP gr_ch_desc "Group Channel Description 2" | |
1979 { | |
1980 chan_type ; Channel type and TDMA offset | |
1981 tn ; Time Slot | |
1982 tsc ; Training Sequence Code | |
1983 hop ; Hopping | |
1984 < (hop=0) .00 > ; spare | |
1985 < (hop=0) arfcn > ; Absolute RF Channel Number | |
1986 < (hop=1) maio > ; Mobile Allocation Index Offset | |
1987 < (hop=1) hsn > ; Hopping Sequence Number | |
1988 CSN1_S1 hop_freq ; Hopping Frequencies | |
1989 } | |
1990 | |
1991 | |
1992 | |
1993 COMP gr_call_info "Group Call Information" | |
1994 { | |
1995 dgcr ; Descriptive Group Call Reference | |
1996 CSN1_S1 gr_ch_desc ; Group Channel Description 2 | |
1997 } | |
1998 | |
1999 | |
2000 | |
2001 COMP ia_freq_par "IA Frequency Parameters" | |
2002 { | |
2003 fp_len ; Length Of Frequency Parameters | |
2004 < (fp_len#0) .00 > ; Spare | |
2005 < (fp_len#0) maio > ; Mobile Allocation Index Offset | |
2006 < (fp_len#0) mac [fp_len-1..11] > ; Mobile Allocation Contents | |
2007 } | |
2008 | |
2009 | |
2010 | |
2011 COMP ia_2nd_part "IA Second Part Packet Assignment" | |
2012 { | |
2013 } | |
2014 | |
2015 | |
2016 | |
2017 COMP loc_area_ident "Location Area Identification" | |
2018 { | |
2019 BCD_NOFILL mcc [3] ; Mobile Country Code | |
2020 BCD_MNC mnc [2..3] ; Mobile Network Code | |
2021 lac ; Location Area Code | |
2022 } | |
2023 | |
2024 | |
2025 | |
2026 COMP lsa_id_info "LSA ID Information" | |
2027 { | |
2028 lsa_id ; LSA ID | |
2029 CSN1_S1 lsa_id_add [0..MAX_LSA_ID] ; Additional LSA IDs | |
2030 } | |
2031 | |
2032 | |
2033 | |
2034 COMP chan_coding "MAC Mode And Channel Coding" | |
2035 { | |
2036 mac_mode ; MAC Mode | |
2037 cod_scheme ; Coding Scheme | |
2038 } | |
2039 | |
2040 | |
2041 | |
2042 COMP mob_alloc "Mobile Allocation" | |
2043 { | |
2044 mac [1..N_MOB_ALLOC] ; Mobile Allocation Contents | |
2045 } | |
2046 TYPEDEF COMP mob_alloc mob_alloc_before "Mobile Allocation" | |
2047 TYPEDEF COMP mob_alloc mob_alloc_after "Mobile Allocation" | |
2048 | |
2049 | |
2050 | |
2051 COMP mob_ident "Mobile Identity" | |
2052 { | |
2053 ident_type (GETPOS,:,4,+,:,1,+,SETPOS) ; Type of identity | |
2054 odd_even (SETPOS) ; Odd/ Even indication | |
2055 < (ident_type # ID_TYPE_NO_IDENT AND ident_type # ID_TYPE_TMSI) BCDODD ident_dig [0..16] (SETPOS)> ; Identity digit | |
2056 < (ident_type = ID_TYPE_TMSI) .1111 (:,SETPOS,8,+)> ; spare | |
2057 < (ident_type = ID_TYPE_TMSI) tmsi_1 [.32] (SETPOS)> ; TMSI | |
2058 } | |
2059 TYPEDEF COMP mob_ident mob_ident_2 "Mobile Identity" | |
2060 | |
2061 | |
2062 | |
2063 COMP mob_time_diff "Mobile Time Difference" | |
2064 { | |
2065 diff ; time difference | |
2066 .000 ; spare | |
2067 } | |
2068 | |
2069 | |
2070 | |
2071 COMP multirate_conf "Multi Rate Configuration" | |
2072 { | |
2073 NO_CODE tlv_len ; Length Information of TLV | |
2074 mr_vers ; Multi Rate Speech Version | |
2075 nscb ; Noise Suppression Control Bit | |
2076 icmi ; Initial Codec Mode Indicator | |
2077 .0 ; Spare | |
2078 st_mode ; Start Mode | |
2079 set_amr ; Set of AMR Codec Modes | |
2080 < (tlv_len>2) .00 > ; Spare | |
2081 < (tlv_len>2) cod_prop [tlv_len-3..3] > ; Codec Properties | |
2082 < (tlv_len=4) .0000 > ; Spare | |
2083 < (tlv_len=5) .00 > ; Spare | |
2084 } | |
2085 | |
2086 | |
2087 | |
2088 COMP multislot_alloc "Multislot Configuration" | |
2089 { | |
2090 + dab ; Downlink Assignment Bitmap | |
2091 * uab ; Uplink Assignment Bitmap | |
2092 chan_set [0..8] ; Channel Set Bitmap | |
2093 } | |
2094 | |
2095 | |
2096 | |
2097 COMP nc_mode "NC Mode For Target Cell" | |
2098 { | |
2099 .00 ; Spare | |
2100 ncm ; NC Mode | |
2101 } | |
2102 | |
2103 | |
2104 | |
2105 COMP ncell "Ncell" | |
2106 { | |
2107 rx_lev_ncell ; RX Level Ncell | |
2108 bcch_ncell ; BCCH Frequency Ncell | |
2109 bsic ; BSIC Ncell | |
2110 } | |
2111 | |
2112 | |
2113 | |
2114 COMP meas_result "Measurement Results" | |
2115 { | |
2116 ba_used ; BA used | |
2117 dtx_used ; DTX used | |
2118 rxlev_full ; RX Level Full Serving Cell | |
2119 .0 ; spare | |
2120 meas_valid ; Measurement valid | |
2121 rxlev_sub ; RX Level Sub Serving Cell | |
2122 .0 ; spare | |
2123 rxqual_full ; RX Quality Full Serving Cell | |
2124 rxqual_sub ; RX Quality Sub Serving Cell | |
2125 num_ncell ; Number of Cells | |
2126 ncell [N_CELL_MRES] ; Ncell | |
2127 } | |
2128 | |
2129 | |
2130 | |
2131 COMP nln_stat "NLN(PCH) and Status" | |
2132 { | |
2133 nln_pch ; Notification List Number PCH | |
2134 nln_status ; Notification List Number Status | |
2135 } | |
2136 | |
2137 | |
2138 | |
2139 COMP nt_rest_oct "NT/N Rest Octets" | |
2140 { | |
2141 CSN1_S1 nln_pch ; NLN(PCH) | |
2142 CSN1_S1 gr_call_info [0..MAX_GR_C_INFO] ; Group Call Information | |
2143 S_PADDING .00101011 (0) ; Spare padding | |
2144 } | |
2145 | |
2146 | |
2147 | |
2148 COMP opt_mcc "Optional MCC" | |
2149 { | |
2150 mcc [3] ; Mobile Country Code | |
2151 } | |
2152 | |
2153 | |
2154 | |
2155 COMP lsa_param "LSA parameters" | |
2156 { | |
2157 prio_thr ; Priority Threshold | |
2158 lsa_offs ; LSA Offset | |
2159 CSN1_S1 opt_mcc ; Optional MCC | |
2160 mnc [3] ; MNC | |
2161 } | |
2162 | |
2163 | |
2164 | |
2165 COMP lsa_par_id "LSA Parameters and LSA ID" | |
2166 { | |
2167 lsa_param ; LSA parameters | |
2168 lsa_id_info ; LSA ID Information | |
2169 } | |
2170 | |
2171 | |
2172 | |
2173 COMP opt_sel_par "Optional Selection Parameters" | |
2174 { | |
2175 cell_bar_qual ; Cell Bar Qualify | |
2176 cell_resel_offs ; Cell Reselect Offset | |
2177 temp_offs ; Temporary Offset | |
2178 penalty_time ; Penalty Time | |
2179 } | |
2180 | |
2181 | |
2182 | |
2183 COMP p0_pwr_ctrl_mode "P0 and BTS Power Control Mode" | |
2184 { | |
2185 p0 ; P0 | |
2186 pwr_ctrl_mode ; BTS Power Control Mode | |
2187 } | |
2188 | |
2189 | |
2190 | |
2191 COMP p0_prmode "P0 PR Mode" | |
2192 { | |
2193 p0 ; P0 | |
2194 pr_mode ; PR_Mode | |
2195 } | |
2196 | |
2197 | |
2198 | |
2199 COMP p0_bts_prmode "P0 BTS Power Control PR Mode" | |
2200 { | |
2201 p0 ; P0 | |
2202 pwr_ctrl_mode ; BTS Power Control Mode | |
2203 pr_mode ; PR_Mode | |
2204 } | |
2205 | |
2206 | |
2207 | |
2208 COMP pck_page1 "Packet Page Indication 1" | |
2209 { | |
2210 } | |
2211 TYPEDEF COMP pck_page1 pck_page2 "Packet Page Indication 2" | |
2212 TYPEDEF COMP pck_page1 pck_page3 "Packet Page Indication 3" | |
2213 | |
2214 | |
2215 | |
2216 COMP pck_chan_desc "Packet Channel Description" | |
2217 { | |
2218 pck_chan_type ; Packet Channel type | |
2219 tn ; Time Slot | |
2220 tsc ; Training Sequence Code | |
2221 hop ; Hopping | |
2222 < (hop=0) indir > ; Indirect | |
2223 < (hop=0) .0 > ; Spare | |
2224 < (hop=0 AND indir=0) arfcn > ; Absolute RF Channel Number | |
2225 < (hop=1 OR hop=0 AND indir=1) maio > ; Mobile Allocation Index Offset | |
2226 < (hop=0 AND indir=1) ma_num > ; MA Number Indication | |
2227 < (hop=0 AND indir=1) flag > ; Flag | |
2228 < (hop=0 AND indir=1 AND flag=0) .00 > ; Spare | |
2229 < (hop=0 AND indir=1 AND flag=1) ch_mark1 > ; Change Mark 1 | |
2230 < (hop=1) hsn > ; Hopping Sequence Number | |
2231 } | |
2232 | |
2233 | |
2234 | |
2235 COMP page_mode "Page Mode" | |
2236 { | |
2237 .00 ; spare | |
2238 pm ; Page Mode | |
2239 } | |
2240 | |
2241 | |
2242 | |
2243 COMP pan "PAN Structure" | |
2244 { | |
2245 dec ; PAN_DEC | |
2246 inc ; PAN_INC | |
2247 pmax ; PAN_MAX | |
2248 } | |
2249 | |
2250 | |
2251 | |
2252 COMP gprs_opt "GPRS Cell Options" | |
2253 { | |
2254 nmo ; Network Mode of Operation | |
2255 t3168 ; T3168 | |
2256 t3192 ; T3192 | |
2257 drx_t_max ; DRX_TIMER_MAX | |
2258 ab_type ; ACCESS_BURST_TYPE | |
2259 ctrl_ack_type ; CONTROL_ACK_TYPE | |
2260 bs_cv_max ; BS_CV_MAX | |
2261 CSN1_S1 pan ; PAN Structure | |
2262 CSN1_S1 exten ; Extension Structure | |
2263 } | |
2264 | |
2265 | |
2266 | |
2267 COMP pbcch_des "PBCCH Description" | |
2268 { | |
2269 pb ; Pb | |
2270 tsc ; Training Sequence Code | |
2271 tn ; Time Slot Number | |
2272 flag ; Flag | |
2273 < (flag=0) flag2 > ; Flag2 | |
2274 < (flag=0 AND flag2=1) arfcn > ; ARFCN | |
2275 < (flag=1) maio > ; Mobile Allocation Index Offset | |
2276 } | |
2277 | |
2278 | |
2279 | |
2280 COMP pch_nch_info "PCH and NCH Info" | |
2281 { | |
2282 pch_restruct ; Paging Channel Restructuring | |
2283 nln_sacch ; Notification List Number SACCH | |
2284 call_prio ; Call Priority | |
2285 nln_status ; Notification List Number Status | |
2286 } | |
2287 | |
2288 | |
2289 | |
2290 COMP pos "Position" | |
2291 { | |
2292 mod ; Modulus | |
2293 < (mod#0) rel_pos [.mod+1..16] > ; Relative Position | |
2294 bcch_type ; BCCH Type | |
2295 } | |
2296 TYPEDEF COMP pos poso "Optional Position" | |
2297 | |
2298 | |
2299 | |
2300 COMP poss "Positions" | |
2301 { | |
2302 pos ; Position | |
2303 CSN1_S1 poso [0..MAX_POS] ; Optional Position | |
2304 } | |
2305 | |
2306 | |
2307 | |
2308 COMP itp "Info Type and Positions" | |
2309 { | |
2310 flag ; Flag | |
2311 < (flag=0) it4 > ; Info Type 4 | |
2312 < (flag=1) flag1 > ; Flag1 | |
2313 < (flag=1 AND flag1=0) it5 > ; Info Type 5 | |
2314 < (flag=1 AND flag1=6) it6 > ; Info Type 6 | |
2315 poss ; Positions | |
2316 } | |
2317 TYPEDEF COMP itp itpo "Info Type and Positions Optional" | |
2318 | |
2319 | |
2320 | |
2321 COMP pow_cmd "Power Command" | |
2322 { | |
2323 .000 ; spare | |
2324 pow ; Power Level | |
2325 } | |
2326 | |
2327 | |
2328 | |
2329 COMP pow_cmd_access "Power Command & access type" | |
2330 { | |
2331 atc ; Access Type Control | |
2332 .00 ; spare | |
2333 pow ; Power Level | |
2334 } | |
2335 | |
2336 | |
2337 | |
2338 COMP rach_ctrl "RACH Control Parameters" | |
2339 { | |
2340 max_retrans ; Maximum Number of Retransmissions | |
2341 tx_integer ; Tx-integer | |
2342 cell_bar_access ; Cell Barred for Access | |
2343 re ; Call Reestablishment allowed | |
2344 ac ; Access Control Class | |
2345 } | |
2346 | |
2347 | |
2348 | |
2349 COMP req_ref "Request Reference" | |
2350 { | |
2351 ra ; Random Access Information | |
2352 t1 ; T1' | |
2353 t3 ; T3 | |
2354 t2 ; T2 | |
2355 } | |
2356 TYPEDEF COMP req_ref req_ref_2 "Request Reference" | |
2357 TYPEDEF COMP req_ref req_ref_3 "Request Reference" | |
2358 TYPEDEF COMP req_ref req_ref_4 "Request Reference" | |
2359 | |
2360 | |
2361 | |
2362 COMP rout_area_id "Routing Area Identification" | |
2363 { | |
2364 BCD_NOFILL mcc [3] ; Mobile Country Code | |
2365 BCD_MNC mnc [2..3] ; Mobile Network Code | |
2366 lac ; Location Area Code | |
2367 rac ; Routing Area Code | |
2368 } | |
2369 | |
2370 | |
2371 | |
2372 COMP sched "Scheduling Info" | |
2373 { | |
2374 itp ; Info Type and Positions | |
2375 CSN1_S1 itpo [0..MAX_ITP] ; Info Type and Positions Optional | |
2376 } | |
2377 | |
2378 | |
2379 | |
2380 COMP si1_rest_oct "SI 1 Rest Octets" | |
2381 { | |
2382 CSN1_SHL nch_position ; NCH Position | |
2383 S_PADDING .00101011 (22) ; Spare Padding | |
2384 } | |
2385 | |
2386 | |
2387 | |
2388 COMP si4_rest_octets_s "SI4 Rest Octets_S" | |
2389 { | |
2390 CSN1_SHL lsa_param ; LSA Parameters | |
2391 CSN1_SHL cell_ident ; Cell identity | |
2392 CSN1_SHL lsa_id_info ; LSA ID Information | |
2393 } | |
2394 | |
2395 | |
2396 | |
2397 COMP si4_rest_octets_bs "Structured Element" | |
2398 { | |
2399 HL_FLAG flag ; HL Flag | |
2400 < (flag = 0) HL_FLAG break_ind > ; Break Indicator | |
2401 < (flag = 1) si4_rest_octets_s > ; SI4 Rest Octets_S | |
2402 } | |
2403 | |
2404 | |
2405 | |
2406 COMP si4_rest_oct "SI 4 Rest Octets" | |
2407 { | |
2408 CSN1_SHL opt_sel_par ; Optional selection Parameters | |
2409 CSN1_SHL pow_offs ; Power Offset | |
2410 CSN1_SHL gprs_indic ; GPRS Indicator | |
2411 HL_FLAG si4_rest_octets_bs ; Structure contains Break Indicator & SI4 Rest Octets_S | |
2412 } | |
2413 | |
2414 | |
2415 | |
2416 COMP si7_rest_oct "SI 7 Rest Octets" | |
2417 { | |
2418 CSN1_SHL opt_sel_par ; Optional Selection Prameter | |
2419 CSN1_SHL pow_offs ; Power Offset | |
2420 CSN1_SHL gprs_indic ; GPRS Indicator | |
2421 si4_rest_octets_s ; SI Rest octets S | |
2422 } | |
2423 TYPEDEF COMP si7_rest_oct si8_rest_oct "SI 8 Rest Octets" | |
2424 | |
2425 | |
2426 | |
2427 COMP si9_rest_oct "SI 9 Rest Octets" | |
2428 { | |
2429 CSN1_SHL sched ; Scheduling Info | |
2430 S_PADDING .00101011 (22) ; Spare Padding | |
2431 } | |
2432 | |
2433 | |
2434 | |
2435 COMP si13_info "SI 13 Info" | |
2436 { | |
2437 bcch_cm ; BCCH Change Mark | |
2438 si_cf ; SI Change Field | |
2439 flag ; Flag | |
2440 < (flag=1) si13_cm > ; SI 13 Change Mark | |
2441 < (flag=1) gprs_ma > ; GPRS Mobile Allocation | |
2442 flag1 ; Flag1 | |
2443 < (flag1=0) rac > ; Routing Area Code | |
2444 < (flag1=0) spgc > ; Split PG Cycle Support | |
2445 < (flag1=0) prio_acc_thr > ; Priority Access Threshold | |
2446 < (flag1=0) nco > ; Network Control Order | |
2447 < (flag1=0) gprs_opt > ; GPRS Cell Options | |
2448 < (flag1=0) alpha > ; Alpha | |
2449 < (flag1=0) t_avg_w > ; T_AVG_W Value | |
2450 < (flag1=0) t_avg_t > ; T_AVG_T Value | |
2451 < (flag1=0) pc_meas_chan > ; Power Control Measurement Channel | |
2452 < (flag1=0) n_avg_i > ; N_AVG_I Value | |
2453 < (flag1=1) psi1_period > ; PSI1 Repeat Period | |
2454 < (flag1=1) pbcch_des > ; PBCCH Description | |
2455 } | |
2456 | |
2457 | |
2458 | |
2459 COMP si13_rest_oct "SI 13 Rest Octets" | |
2460 { | |
2461 CSN1_SHL si13_info ; SI 13 Info | |
2462 S_PADDING .00101011 (22) ; Spare Padding | |
2463 } | |
2464 | |
2465 | |
2466 | |
2467 COMP si16_rest_oct "SI 16 Rest Octets" | |
2468 { | |
2469 CSN1_SHL lsa_par_id ; LSA Parameters and LSA ID | |
2470 S_PADDING .00101011 (22) ; Spare Padding | |
2471 } | |
2472 TYPEDEF COMP si16_rest_oct si17_rest_oct "SI 17 Rest Octets" | |
2473 | |
2474 | |
2475 | |
2476 COMP single_alloc "Single Block Allocation" | |
2477 { | |
2478 tn ; Timeslot Number | |
2479 CSN1_S1 alpha_gamma ; Alpha Gamma | |
2480 CSN1_S1 p0_pwr_ctrl_mode ; P0 and BTS Power Control Mode | |
2481 } | |
2482 | |
2483 | |
2484 | |
2485 COMP start_time "Starting Time" | |
2486 { | |
2487 t1 ; T1' | |
2488 t3 ; T3 | |
2489 t2 ; T2 | |
2490 } | |
2491 TYPEDEF COMP start_time tbf_start_time "TBF Starting Time" | |
2492 TYPEDEF COMP start_time meas_start "Measurement Starting Time" | |
2493 | |
2494 | |
2495 | |
2496 COMP pck_meas_par "Packet Measurement Parameters" | |
2497 { | |
2498 meas_start ; Measurement Starting Time | |
2499 meas_int ; Measurement Interval | |
2500 meas_bmp ; Measurement Bitmap | |
2501 } | |
2502 | |
2503 | |
2504 | |
2505 COMP si2ter_ind "system information 2ter indicator" | |
2506 { | |
2507 } | |
2508 | |
2509 | |
2510 | |
2511 COMP si3_rest_oct "SI 3 Rest Octets" | |
2512 { | |
2513 CSN1_SHL opt_sel_par ; Optional Selection Parameters | |
2514 CSN1_SHL pow_offs ; Power Offset | |
2515 CSN1_SHL si2ter_ind ; System Information 2ter Indicator | |
2516 CSN1_SHL es_ind_tag ; Early Classmark Sending Tag | |
2517 CSN1_SHL if_and_where ; If And Where | |
2518 CSN1_SHL gprs_indic ; GPRS Indicator | |
2519 S_PADDING .00101011 (22) ; Spare Padding | |
2520 } | |
2521 | |
2522 | |
2523 | |
2524 COMP synch_ind "Synchronization Indication" | |
2525 { | |
2526 nci ; Normal cell indication | |
2527 rot ; Report Observed Time Difference | |
2528 si ; Synchronisation indication | |
2529 } | |
2530 | |
2531 | |
2532 | |
2533 COMP tagged_gamma "Tagged Gamma" | |
2534 { | |
2535 CSN1_SHL gamma ; Gamma | |
2536 } | |
2537 | |
2538 | |
2539 | |
2540 COMP pwr_ctrl "Power Control Parameters" | |
2541 { | |
2542 alpha ; Alpha | |
2543 tagged_gamma [8] ; Tagged Gamma | |
2544 } | |
2545 | |
2546 | |
2547 | |
2548 COMP tagged_call_prio "Tagged Priority" | |
2549 { | |
2550 CSN1_SHL call_prio ; Call Priority | |
2551 } | |
2552 | |
2553 | |
2554 | |
2555 COMP p3_rest_oct "P3 Rest Octets" | |
2556 { | |
2557 CSN1_SHL chan_needed3_4 ; Channel Needed for Mobile ID 3 and 4 | |
2558 CSN1_SHL nln_stat ; NLN(PCH) and Status | |
2559 tagged_call_prio [4] ; Priority 1 until 4 | |
2560 S_PADDING .00101011 (23) ; Spare Padding | |
2561 } | |
2562 | |
2563 | |
2564 | |
2565 COMP p2_rest_oct "P2 Rest Octets" | |
2566 { | |
2567 CSN1_SHL cn3 ; Channel Needed for Mobile ID 3 | |
2568 CSN1_SHL nln_stat ; NLN(PCH) and Status | |
2569 tagged_call_prio [3] ; Priority 1 until 3 | |
2570 CSN1_SHL pck_page3 ; Packet Page Indication 3 | |
2571 S_PADDING .00101011 (23) ; Spare Padding | |
2572 } | |
2573 | |
2574 | |
2575 | |
2576 COMP p1_rest_oct "P1 Rest Octets" | |
2577 { | |
2578 CSN1_SHL nln_stat ; NLN(PCH) and Status | |
2579 tagged_call_prio [2] ; Priority 1 and 2 | |
2580 CSN1_SHL gr_call_info ; Group Call Information | |
2581 CSN1_SHL pck_page1 ; Packet Page Indication 1 | |
2582 CSN1_SHL pck_page2 ; Packet Page Indication 2 | |
2583 S_PADDING .00101011 (23) ; Spare Padding | |
2584 } | |
2585 | |
2586 | |
2587 | |
2588 COMP tagged_usf_tn "Tagged USF For Timeslot" | |
2589 { | |
2590 CSN1_S1 usf ; Uplink State Flag | |
2591 } | |
2592 | |
2593 | |
2594 | |
2595 COMP time_advance "Timing Advance" | |
2596 { | |
2597 .00 ; spare | |
2598 ta ; Timing advance value | |
2599 } | |
2600 TYPEDEF COMP time_advance time_advance_2 "Timing Advance" | |
2601 | |
2602 | |
2603 | |
2604 COMP ta_idx_nm "Timing Advance Index and Number" | |
2605 { | |
2606 ta_idx ; Timing Advance Index | |
2607 ta_nm ; Timing Advance Timeslot Number | |
2608 } | |
2609 | |
2610 | |
2611 | |
2612 COMP pck_ta "Packet Timing Advance" | |
2613 { | |
2614 CSN1_S1 ta ; Timing Advance value | |
2615 CSN1_S1 ta_idx_nm ; Timing Advance Index and Number | |
2616 } | |
2617 | |
2618 | |
2619 | |
2620 COMP pck_dl_ass "RR Packet Downlink Assignment" | |
2621 { | |
2622 mac_mode ; MAC Mode | |
2623 rlc_mode ; RLC Mode | |
2624 ts_all ; Timeslot Allocation | |
2625 pck_ta ; Packet Timing Advance | |
2626 CSN1_S1 pwr_ctrl ; Power Control Parameters | |
2627 CSN1_S1 tfi ; Downlink TFI Assignment | |
2628 CSN1_S1 pck_meas_par ; Packet Measurement Parameters | |
2629 S_PADDING .00000000 (0) ; N Spare Padding | |
2630 } | |
2631 | |
2632 | |
2633 | |
2634 COMP tfi_ass_alloc "TFI Assignment and Allocation" | |
2635 { | |
2636 tfi ; TFI Assignment | |
2637 poll ; Polling | |
2638 allo_flag ; Allocation flag | |
2639 < (allo_flag=0) usf > ; Uplink State Flag | |
2640 < (allo_flag=0) usf_gran > ; USF Granularity | |
2641 < (allo_flag=0) CSN1_S1 p0_prmode > ; P0 and PR Mode | |
2642 < (allo_flag#0) allo_len5 > ; Allocation Bitmap Length | |
2643 < (allo_flag#0) allo_bmp5 [allo_len5..31] > ; Allocation Bitmap | |
2644 < (allo_flag#0) CSN1_S1 p0_bts_prmode > ; P0 BTS PR Mode | |
2645 ccm ; Channel Coding Command | |
2646 tlli_bcc ; TLLI Block Channel Coding | |
2647 CSN1_S1 alpha ; Alpha | |
2648 gamma ; Gamma | |
2649 CSN1_S1 ta_idx ; Timing Advance Index | |
2650 CSN1_S1 tbf_start_time ; TBF Starting Time | |
2651 } | |
2652 | |
2653 | |
2654 | |
2655 COMP tfi_ass_rlc "TFI Assignment and RLC Mode" | |
2656 { | |
2657 tfi ; TFI Assignment | |
2658 rlc_mode ; RLC Mode | |
2659 CSN1_S1 alpha ; Alpha | |
2660 gamma ; Gamma | |
2661 poll ; Polling | |
2662 ta_valid ; Timing Advance Valid | |
2663 } | |
2664 | |
2665 | |
2666 | |
2667 COMP pck_downl_ass_ia "Packet Downlink Assignment (IA)" | |
2668 { | |
2669 ded_tlli ; Temporary Logical Link Identifier | |
2670 CSN1_S1 tfi_ass_rlc ; TFI Assignment and RLC Mode | |
2671 CSN1_S1 ta_idx ; Timing Advance Index | |
2672 CSN1_S1 tbf_start_time ; TBF Starting Time | |
2673 CSN1_S1 p0_bts_prmode ; P0 BTS PR Mode | |
2674 } | |
2675 | |
2676 | |
2677 | |
2678 COMP usf_gamma "USF For Timeslot And Gamma" | |
2679 { | |
2680 usf ; Uplink State Flag | |
2681 gamma ; Gamma | |
2682 } | |
2683 | |
2684 | |
2685 | |
2686 COMP usf_gamma_csn1 "USF For Timeslot And Gamma (CSN1)" | |
2687 { | |
2688 CSN1_S1 usf_gamma ; USF For Timeslot And Gamma | |
2689 } | |
2690 | |
2691 | |
2692 | |
2693 COMP dyn_alloc "Dynamic Allocation" | |
2694 { | |
2695 ext_dyn_all ; Extended Dynamic Allocation | |
2696 CSN1_S1 p0 ; P0 | |
2697 usf_gran ; USF Granularity | |
2698 CSN1_S1 tfi ; Uplink TFI Assignment | |
2699 CSN1_S1 rlc_blks ; RLC Data Blocks Granted | |
2700 flag_pp ; Flag Parameters Present | |
2701 < (flag_pp=0) tagged_usf_tn [8] > ; Tagged USF For Timeslot | |
2702 < (flag_pp=1) alpha > ; Alpha | |
2703 < (flag_pp=1) usf_gamma_csn1 [8] > ; USF For Timeslot And Gamma (CSN1) | |
2704 } | |
2705 | |
2706 | |
2707 | |
2708 COMP vbs_vgcs_opt "VBS/VGCS Options" | |
2709 { | |
2710 inband_not ; Inband Notification | |
2711 inband_pag ; Inband pagings | |
2712 } | |
2713 | |
2714 | |
2715 | |
2716 COMP si6_rest_oct "SI 6 Rest Octets" | |
2717 { | |
2718 CSN1_SHL pch_nch_info ; PCH and NCH Info | |
2719 CSN1_SHL vbs_vgcs_opt ; VBS/VGCS Options | |
2720 S_PADDING .00101011 (18) ; Spare Padding | |
2721 } | |
2722 | |
2723 | |
2724 | |
2725 COMP vgcs_tmi "VGCS Target Mode Indication" | |
2726 { | |
2727 tm ; Target mode | |
2728 group_ckn ; Group Cipher Key Number | |
2729 .11 ; Spare | |
2730 } | |
2731 | |
2732 | |
2733 | |
2734 COMP fa_blk_ia "Fixed Allocation Block Structure" | |
2735 { | |
2736 blp ; Blocks Or Block Periods | |
2737 allo_len7 ; Allocation Bitmap Length | |
2738 allo_bmp7 [allo_len7..127] ; Allocation Bitmap | |
2739 } | |
2740 | |
2741 | |
2742 | |
2743 COMP fix_alloc "Fixed Allocation" | |
2744 { | |
2745 CSN1_S1 tfi ; Uplink TFI Assignment | |
2746 final ; Final Allocation | |
2747 dl_ctrl_tn ; Downlink Control Timeslot | |
2748 CSN1_S1 p0_pwr_ctrl_mode ; P0 and BTS Power Control Mode | |
2749 flag ; Flag | |
2750 < (flag=0) ts_all > ; Timeslot Allocation | |
2751 < (flag=1) pwr_ctrl > ; Power Control Parameters | |
2752 hdm ; Half Duplex Mode | |
2753 .0 ; spare | |
2754 flag1 ; Flag1 | |
2755 < (flag1=0) fa_blk_ia > ; Fixed Allocation Block Structure | |
2756 < (flag1=1) allo_var [allo_len7..127] > ; Allocation Bitmap Var | |
2757 } | |
2758 | |
2759 | |
2760 | |
2761 COMP pck_ul_ass "RR Packet Uplink Assignment" | |
2762 { | |
2763 ccm ; Channel Coding Command | |
2764 tlli_bcc ; TLLI Block Channel Coding | |
2765 pck_ta ; Packet Timing Advance | |
2766 flag ; Flag | |
2767 flag1 ; Flag1 | |
2768 < (flag=0 AND flag1=1) dyn_alloc > ; Dynamic Allocation | |
2769 < (flag=1 AND flag1=0) single_alloc > ; Single Block Allocation | |
2770 < (flag=1 AND flag1=1) fix_alloc > ; Fixed Allocation | |
2771 S_PADDING .00000000 (0) ; N Spare Padding | |
2772 } | |
2773 | |
2774 | |
2775 | |
2776 COMP sngl_block_alloc "Single Block Allocation" | |
2777 { | |
2778 CSN1_S1 alpha ; Alpha | |
2779 gamma ; Gamma | |
2780 .01 ; Spare | |
2781 tbf_start_time ; TBF Starting Time | |
2782 CSN1_SHL p0_bts_prmode ; P0 BTS PR Mode | |
2783 } | |
2784 | |
2785 | |
2786 | |
2787 COMP pck_upl_ass_ia "Packet Uplink Assignment (IA)" | |
2788 { | |
2789 flag ; Flag | |
2790 < (flag = 1) tfi_ass_alloc > ; TFI Assignment and Allocation | |
2791 < (flag = 0) sngl_block_alloc > ; Single Block Allocation | |
2792 } | |
2793 | |
2794 | |
2795 | |
2796 COMP ia_assign_par "IA Assignment Parameters" | |
2797 { | |
2798 flag ; Flag | |
2799 < (flag = 0) flag1 > ; Flag | |
2800 < (flag = 0 AND flag1 = 0) pck_upl_ass_ia > ; Packet Uplink Assignment (IA) | |
2801 < (flag = 0 AND flag1 # 0) pck_downl_ass_ia > ; Packet Downlink Assignment (IA) | |
2802 < (flag = 1) ia_2nd_part > ; IA Second Part Packet Assignment | |
2803 } | |
2804 | |
2805 | |
2806 | |
2807 COMP ia_rest_oct_par "IA Rest Octet Parameters" | |
2808 { | |
2809 flag ; Flag | |
2810 < (flag = 0) ia_freq_par > ; IA Frequency Parameters | |
2811 < (flag = 1) ia_assign_par > ; IA Assignment Parameters | |
2812 } | |
2813 | |
2814 | |
2815 | |
2816 COMP ia_rest_oct "IA Rest Octets" | |
2817 { | |
2818 CSN1_SHL ia_rest_oct_par ; IA Rest Octets Parameters | |
2819 S_PADDING .00101011 (22) ; Spare Padding | |
2820 } | |
2821 | |
2822 | |
2823 | |
2824 | |
2825 | |
2826 | |
2827 MSG b_applic_info both 0b00111000 ; Application Information | |
2828 { | |
2829 GSM3_V msg_type ; Message Type | |
2830 GSM1_V apdu_id ; APDU ID | |
2831 GSM1_V apdu_flags ; APDU Flags | |
2832 GSM4_LV apdu_data ; APDU Data | |
2833 } | |
2834 | |
2835 | |
2836 | |
2837 MSG d_add_assign downlink 0b00111011 ; Additional assignment | |
2838 { | |
2839 GSM3_V msg_type ; Message Type | |
2840 GSM3_V chan_desc ; Channel Description | |
2841 GSM4_TLV mob_alloc 0x72 ; Mobile Allocation | |
2842 GSM3_TV start_time 0x7C ; Starting Time | |
2843 } | |
2844 | |
2845 | |
2846 | |
2847 MSG d_assign_cmd downlink 0b00101110 ; Assignment command | |
2848 { | |
2849 GSM3_V msg_type ; Message Type | |
2850 GSM3_V chan_desc ; Description of the First Channel, after time | |
2851 GSM3_V pow_cmd ; Power Command | |
2852 GSM4_TLV freq_list_after 0x05 ; Frequency List, after time | |
2853 GSM3_TV cell_chan_desc 0x62 ; Cell Channel Description | |
2854 GSM4_TLV multislot_alloc 0x10 ; Multislot Configuration | |
2855 GSM3_TV chan_mode 0x63 ; Mode of the 1st Channel | |
2856 GSM3_TV chan_mode2 0x11 ; Mode of the 2nd Channel Set | |
2857 GSM3_TV chan_mode3 0x13 ; Mode of the 3rd Channel Set | |
2858 GSM3_TV chan_mode4 0x14 ; Mode of the 4th Channel Set | |
2859 GSM3_TV chan_mode5 0x15 ; Mode of the 5th Channel Set | |
2860 GSM3_TV chan_mode6 0x16 ; Mode of the 6th Channel Set | |
2861 GSM3_TV chan_mode7 0x17 ; Mode of the 7th Channel Set | |
2862 GSM3_TV chan_mode8 0x18 ; Mode of the 8th Channel Set | |
2863 GSM3_TV chan_desc_after_2 0x64 ; Description of the 2nd Channel, after time | |
2864 GSM3_TV chan_mode_2 0x66 ; Mode of the 2nd Channel | |
2865 GSM4_TLV mob_alloc_after 0x72 ; Mobile Allocation, after time | |
2866 GSM3_TV start_time 0x7C ; Starting Time | |
2867 GSM4_TLV freq_list_before 0x19 ; Frequency List, before time | |
2868 GSM3_TV chan_desc_before 0x1C ; Description of the 1st Channel, before time | |
2869 GSM3_TV chan_desc_before_2 0x1D ; Description of the 2nd Channel, before time | |
2870 GSM3_TV freq_chan_seq 0x1E ; Frequency channel sequence before time | |
2871 GSM4_TLV mob_alloc_before 0x21 ; Mobile Allocation, before time | |
2872 GSM1_TV ciph_mode_set 0x09 ; Cipher Mode Setting | |
2873 GSM4_TLV vgcs_tmi 0x01 ; VGCS Target Mode Indication | |
2874 GSM4_TLV multirate_conf 0x03 ; Multi Rate Configuration | |
2875 } | |
2876 | |
2877 | |
2878 | |
2879 MSG u_assign_comp uplink 0b00101001 ; Assignment complete | |
2880 { | |
2881 GSM3_V msg_type ; Message Type | |
2882 GSM3_V rr_cause ; RR Cause | |
2883 } | |
2884 | |
2885 | |
2886 | |
2887 MSG u_assign_fail uplink 0b00101111 ; Assignment failure | |
2888 { | |
2889 GSM3_V msg_type ; Message Type | |
2890 GSM3_V rr_cause ; RR cause | |
2891 } | |
2892 | |
2893 | |
2894 | |
2895 MSG d_chan_mod downlink 0b00010000 ; Channel mode modify | |
2896 { | |
2897 GSM3_V msg_type ; Message Type | |
2898 GSM3_V chan_desc ; Channel Description | |
2899 GSM3_V chan_mode ; Channel Mode | |
2900 GSM4_TLV vgcs_tmi 0x01 ; VGCS Target Mode Indication | |
2901 GSM4_TLV multirate_conf 0x03 ; Multi-Rate Configuration | |
2902 } | |
2903 | |
2904 | |
2905 | |
2906 MSG u_chan_mod_ack uplink 0b00010111 ; Channel mode modify acknowledge | |
2907 { | |
2908 GSM3_V msg_type ; Message Type | |
2909 GSM3_V chan_desc ; Channel Description | |
2910 GSM3_V chan_mode ; Channel Mode | |
2911 } | |
2912 | |
2913 | |
2914 | |
2915 MSG d_chan_rel downlink 0b00001101 ; Channel release | |
2916 { | |
2917 GSM3_V msg_type ; Message Type | |
2918 GSM3_V rr_cause ; RR Cause | |
2919 GSM4_TLV ba_range 0x73 ; BA Range | |
2920 GSM4_TLV group_chan_desc 0x74 ; Group Channel Description | |
2921 GSM3_TV group_ckn 0x08 ; Group Cipher Key Number | |
2922 GSM1_TV gprs_resum 0x0C ; GPRS Resumption | |
2923 GSM4_TLV ba_list_pref 0x75 ; BA List Pref | |
2924 } | |
2925 | |
2926 | |
2927 | |
2928 MSG d_ciph_cmd downlink 0b00110101 ; Ciphering mode command | |
2929 { | |
2930 GSM3_V msg_type ; Message Type | |
2931 GSM1_V ciph_mode_set ; Ciphering Mode Setting | |
2932 GSM1_V ciph_res ; Cipher Response | |
2933 } | |
2934 | |
2935 | |
2936 | |
2937 MSG u_ciph_comp uplink 0b00110010 ; Ciphering mode complete | |
2938 { | |
2939 GSM3_V msg_type ; Message Type | |
2940 GSM4_TLV mob_ident 0x17 ; Mobile Equipment Identity | |
2941 } | |
2942 | |
2943 | |
2944 | |
2945 MSG u_class_chng uplink 0b00010110 ; Classmark change | |
2946 { | |
2947 GSM3_V msg_type ; Message Type | |
2948 GSM4_LV EXTERN @m_rr_com - mob_class_2@ mob_class_2 ; Mobile Station Classmark | |
2949 GSM4_TLV EXTERN @m_rr_com - mob_class_3@ mob_class_3 0x20 ; Additional Mobile Station Classmark Information | |
2950 } | |
2951 | |
2952 | |
2953 | |
2954 MSG d_class_enq downlink 0b00010011 ; Classmark enquiry | |
2955 { | |
2956 GSM3_V msg_type ; Message Type | |
2957 } | |
2958 | |
2959 | |
2960 | |
2961 MSG d_conf_change_cmd downlink 0b00110000 ; Configuration Change Command | |
2962 { | |
2963 GSM3_V msg_type ; Message Type | |
2964 GSM4_LV multislot_alloc ; Multislot Configuration | |
2965 GSM3_TV chan_mode 0x63 ; Mode of the 1st Channel Set | |
2966 GSM3_TV chan_mode2 0x11 ; Mode of the 2nd Channel Set | |
2967 GSM3_TV chan_mode3 0x13 ; Mode of the 3rd Channel Set | |
2968 GSM3_TV chan_mode4 0x14 ; Mode of the 4th Channel Set | |
2969 GSM3_TV chan_mode5 0x15 ; Mode of the 5th Channel Set | |
2970 GSM3_TV chan_mode6 0x16 ; Mode of the 6th Channel Set | |
2971 GSM3_TV chan_mode7 0x17 ; Mode of the 7th Channel Set | |
2972 GSM3_TV chan_mode8 0x18 ; Mode of the 8th Channel Set | |
2973 } | |
2974 | |
2975 | |
2976 | |
2977 MSG d_conf_change_ack uplink 0b00110001 ; Configuration Change Acknowledge | |
2978 { | |
2979 GSM3_V msg_type ; Message Type | |
2980 } | |
2981 | |
2982 | |
2983 | |
2984 MSG d_config_change_rej uplink 0b00110011 ; Configuration Change Reject | |
2985 { | |
2986 GSM3_V msg_type ; Message Type | |
2987 GSM3_V rr_cause ; RR Cause | |
2988 } | |
2989 | |
2990 | |
2991 | |
2992 MSG d_ext_meas_order downlink 0b00110111 ; Extended Measurement Order | |
2993 { | |
2994 GSM3_V msg_type ; Message Type | |
2995 GSM3_V ext_meas_freq ; Extended Measurement Frequency List | |
2996 } | |
2997 | |
2998 | |
2999 | |
3000 MSG u_ext_meas_report uplink 0b00110110 ; Extended Measurement Report | |
3001 { | |
3002 GSM3_V msg_type ; Message Type | |
3003 GSM3_V ext_meas_res ; Extended Measurement Results | |
3004 } | |
3005 | |
3006 | |
3007 | |
3008 MSG d_freq_redef downlink 0b00010100 ; Frequency redefinition | |
3009 { | |
3010 GSM3_V msg_type ; Message Type | |
3011 GSM3_V chan_desc ; Channel Description | |
3012 GSM4_LV mob_alloc ; Mobile Allocation | |
3013 GSM3_V start_time ; Starting Time | |
3014 GSM3_TV cell_chan_desc 0x62 ; Cell Channel Description | |
3015 } | |
3016 | |
3017 | |
3018 | |
3019 MSG u_gprs_susp_req uplink 0b00110100 ; GPRS suspension request | |
3020 { | |
3021 GSM3_V msg_type ; Message Type | |
3022 GSM3_V ded_tlli ; Temporary Logical Link Identifier | |
3023 GSM3_V rout_area_id ; Routing Area Identification | |
3024 GSM3_V susp_cause ; Suspension Cause | |
3025 } | |
3026 | |
3027 | |
3028 | |
3029 MSG d_handov_cmd downlink 0b00101011 ; Handover command | |
3030 { | |
3031 GSM3_V msg_type ; Message Type | |
3032 GSM3_V cell_desc ; Cell Description | |
3033 GSM3_V chan_desc_after ; Description of 1st channel, after time | |
3034 GSM3_V handov_ref ; Handover Reference | |
3035 GSM3_V pow_cmd_access ; Power Command and Access type | |
3036 GSM1_TV synch_ind 0x0D ; Synchronization Indication | |
3037 GSM3_TV freq_short_list_after 0x02 ; Frequency Short List, after time | |
3038 GSM4_TLV freq_list_after 0x05 ; Frequency List, after time | |
3039 GSM3_TV cell_chan_desc 0x62 ; Cell Channel Description | |
3040 GSM3_TV chan_mode 0x63 ; Mode of the First Channel | |
3041 GSM3_TV chan_mode2 0x11 ; Mode of the 2nd Channel Set | |
3042 GSM3_TV chan_mode3 0x13 ; Mode of the 3rd Channel Set | |
3043 GSM3_TV chan_mode4 0x14 ; Mode of the 4th Channel Set | |
3044 GSM3_TV chan_mode5 0x15 ; Mode of the 5th Channel Set | |
3045 GSM3_TV chan_mode6 0x16 ; Mode of the 6th Channel Set | |
3046 GSM3_TV chan_mode7 0x17 ; Mode of the 7th Channel Set | |
3047 GSM3_TV chan_mode8 0x18 ; Mode of the 8th Channel Set | |
3048 GSM3_TV chan_desc_after_2 0x64 ; Description of 2nd Channel, after time | |
3049 GSM3_TV chan_mode_2 0x66 ; Mode of the 2nd Channel | |
3050 GSM3_TV freq_chan_seq_after 0x69 ; Freq. Channel Sequence, after time | |
3051 GSM4_TLV mob_alloc_after 0x72 ; Mobile Allocation, after time | |
3052 GSM3_TV start_time 0x7C ; Starting Time | |
3053 GSM4_TLV time_diff 0x7B ; Real Time Difference | |
3054 GSM3_TV time_advance 0x7D ; Timing Advance | |
3055 GSM3_TV freq_short_list_before 0x12 ; Frequency Short List, before time | |
3056 GSM4_TLV freq_list_before 0x19 ; Frequency List, before time | |
3057 GSM3_TV chan_desc_before 0x1C ; Description of 1st Channel, before time | |
3058 GSM3_TV chan_desc_before_2 0x1D ; Description of 2nd Channel, before time | |
3059 GSM3_TV freq_chan_seq_before 0x1E ; Freq. channel sequence before time | |
3060 GSM4_TLV mob_alloc_before 0x21 ; Mobile Allocation, before time | |
3061 GSM1_TV ciph_mode_set 0x09 ; Cipher Mode Setting | |
3062 GSM4_TLV vgcs_tmi 0x01 ; VGCS Target Mode Indication | |
3063 GSM4_TLV multirate_conf 0x03 ; Multi Rate Configuration | |
3064 } | |
3065 | |
3066 | |
3067 | |
3068 MSG u_handov_comp uplink 0b00101100 ; Handover complete | |
3069 { | |
3070 GSM3_V msg_type ; Message Type | |
3071 GSM3_V rr_cause ; RR Cause | |
3072 GSM4_TLV mob_time_diff 0x77 ; Mobile Observed Time Difference | |
3073 } | |
3074 | |
3075 | |
3076 | |
3077 MSG u_handov_fail uplink 0b00101000 ; Handover failure | |
3078 { | |
3079 GSM3_V msg_type ; Message Type | |
3080 GSM3_V rr_cause ; RR Cause | |
3081 } | |
3082 | |
3083 | |
3084 | |
3085 MSG d_imm_assign downlink 0b00111111 ; Immediate assignment | |
3086 { | |
3087 GSM3_V msg_type ; Message Type | |
3088 .0 ; Dedicated Mode Or TBF Spare | |
3089 tma ; Two-message Assignment | |
3090 dl ; Downlink Assignment | |
3091 d_t ; Dedicated Mode or TBF | |
3092 GSM1_V page_mode ; Page Mode | |
3093 < (d_t=0) GSM3_V chan_desc > ; Channel Description | |
3094 < (d_t=1) GSM3_V pck_chan_desc > ; Packet Channel Description | |
3095 GSM3_V req_ref ; Request Reference | |
3096 GSM3_V time_advance ; Timing Advance | |
3097 GSM4_LV mob_alloc ; Mobile Allocation | |
3098 GSM3_TV start_time 0x7C ; Starting Time | |
3099 ia_rest_oct ; IA Rest Octets (freq. parameters, before time) | |
3100 } | |
3101 | |
3102 | |
3103 | |
3104 MSG d_imm_assign_ext downlink 0b00111001 ; Immediate assignment extended | |
3105 { | |
3106 GSM3_V msg_type ; Message Type | |
3107 GSM1_V page_mode ; Page Mode | |
3108 .0000 ; Spare Half Octet | |
3109 GSM3_V chan_desc ; Channel Description 1 | |
3110 GSM3_V req_ref ; Request Reference 1 | |
3111 GSM3_V time_advance ; Timing Advance 1 | |
3112 GSM3_V chan_desc_2 ; Channel Description 2 | |
3113 GSM3_V req_ref_2 ; Request Reference 2 | |
3114 GSM3_V time_advance_2 ; Timing Advance 2 | |
3115 GSM4_LV mob_alloc ; Mobile Allocation | |
3116 GSM3_TV start_time 0x7C ; Starting Time | |
3117 S_PADDING .00101011 (22) ; IAX Rest Octets | |
3118 } | |
3119 | |
3120 | |
3121 | |
3122 MSG d_imm_assign_rej downlink 0b00111010 ; Immediate assignment reject | |
3123 { | |
3124 GSM3_V msg_type ; Message Type | |
3125 GSM1_V page_mode ; Page Mode | |
3126 .0000 ; Spare Half Octet | |
3127 GSM3_V req_ref ; Request Reference 1 | |
3128 GSM3_V t3122 ; T3122 Wait Indication 1 | |
3129 GSM3_V req_ref_2 ; Request Reference 2 | |
3130 GSM3_V t3122_2 ; T3122 Wait Indication 2 | |
3131 GSM3_V req_ref_3 ; Request Reference 3 | |
3132 GSM3_V t3122_3 ; T3122 Wait Indication 3 | |
3133 GSM3_V req_ref_4 ; Request Reference 4 | |
3134 GSM3_V t3122_4 ; T3122 Wait Indication 4 | |
3135 S_PADDING .00101011 (22) ; IAR Rest Octets | |
3136 } | |
3137 | |
3138 | |
3139 | |
3140 MSG u_meas_rep uplink 0b00010101 ; Measurement report | |
3141 { | |
3142 GSM3_V msg_type ; Message Type | |
3143 GSM3_V meas_result ; Measurement Results | |
3144 } | |
3145 | |
3146 | |
3147 | |
3148 MSG d_notify_nch downlink 0b00100000 ; Notification/NCH | |
3149 { | |
3150 GSM3_V msg_type ; Message Type | |
3151 GSM3_V nt_rest_oct ; NT/N Rest Octets | |
3152 } | |
3153 | |
3154 | |
3155 | |
3156 MSG d_pag_req_1 downlink 0b00100001 ; Paging request type 1 | |
3157 { | |
3158 GSM3_V msg_type ; Message Type | |
3159 GSM1_V page_mode ; Page Mode | |
3160 GSM1_V chan_needed ; Channels Needed for Mobiles 1 and 2 | |
3161 GSM4_LV mob_ident ; Mobile Identity 1 | |
3162 GSM4_TLV mob_ident_2 0x17 ; Mobile Identity 2 | |
3163 p1_rest_oct ; P1 Rest Octets | |
3164 } | |
3165 | |
3166 | |
3167 | |
3168 MSG d_pag_req_2 downlink 0b00100010 ; Paging request type 2 | |
3169 { | |
3170 GSM3_V msg_type ; Message Type | |
3171 GSM1_V page_mode ; Page Mode | |
3172 GSM1_V chan_needed ; Channels Needed for Mobiles 1 and 2 | |
3173 GSM3_V tmsi_1 ; Mobile Identity 1 | |
3174 GSM3_V tmsi_2 ; Mobile Identity 2 | |
3175 GSM4_TLV mob_ident 0x17 ; Mobile Identity 3 | |
3176 p2_rest_oct ; P2 Rest Octets | |
3177 } | |
3178 | |
3179 | |
3180 | |
3181 MSG d_pag_req_3 downlink 0b00100100 ; Paging request type 3 | |
3182 { | |
3183 GSM3_V msg_type ; Message Type | |
3184 GSM1_V page_mode ; Page Mode | |
3185 GSM1_V chan_needed ; Channels Needed for Mobiles 1 and 2 | |
3186 GSM3_V tmsi_1 ; Mobile Identity 1 | |
3187 GSM3_V tmsi_2 ; Mobile Identity 2 | |
3188 GSM3_V tmsi_3 ; Mobile Identity 3 | |
3189 GSM3_V tmsi_4 ; Mobile Identity 4 | |
3190 p3_rest_oct ; P3 Rest Octets | |
3191 } | |
3192 | |
3193 | |
3194 | |
3195 MSG u_pag_res uplink 0b00100111 ; Paging response | |
3196 { | |
3197 GSM3_V msg_type ; Message Type | |
3198 GSM1_V ciph_key_num ; Ciphering Key Sequence Number | |
3199 .0000 ; Spare Half Octet | |
3200 GSM4_LV EXTERN @m_rr_com - mob_class_2@ mob_class_2 ; Mobile Station Classmark | |
3201 GSM4_LV mob_ident ; Mobile Identity | |
3202 } | |
3203 | |
3204 | |
3205 | |
3206 MSG d_part_rel downlink 0b00001010 ; Partial release | |
3207 { | |
3208 GSM3_V msg_type ; Message Type | |
3209 GSM3_V chan_desc ; Channel Description | |
3210 } | |
3211 | |
3212 | |
3213 | |
3214 MSG u_part_rel_comp uplink 0b00001111 ; Partial release complete | |
3215 { | |
3216 GSM3_V msg_type ; Message Type | |
3217 } | |
3218 | |
3219 | |
3220 | |
3221 MSG d_pdch_ass_cmd downlink 0b00100011 ; PDCH Assignment Command | |
3222 { | |
3223 GSM3_V msg_type ; Message Type | |
3224 GSM3_V chan_desc ; Description of the Channel, after time | |
3225 GSM3_TV cell_chan_desc 0x62 ; Cell Channel Description | |
3226 GSM4_TLV freq_list_after 0x05 ; Frequency List, after time | |
3227 GSM4_TLV mob_alloc_after 0x72 ; Mobile Allocation, after time | |
3228 GSM3_TV start_time 0x7C ; Starting Time | |
3229 GSM4_TLV freq_list_before 0x19 ; Frequency List, before time | |
3230 GSM3_TV chan_desc_before 0x1C ; Description of the Channel, before time | |
3231 GSM3_TV freq_chan_seq 0x1E ; Frequency channel sequence before time | |
3232 GSM4_TLV mob_alloc_before 0x21 ; Mobile Allocation, before time | |
3233 GSM4_TLV pck_ul_ass 0x22 ; RR Packet Uplink Assignment | |
3234 GSM4_TLV pck_dl_ass 0x23 ; RR Packet Downlink Assignment | |
3235 } | |
3236 | |
3237 | |
3238 | |
3239 MSG d_phys_info downlink 0b00101101 ; Physical information | |
3240 { | |
3241 GSM3_V msg_type ; Message Type | |
3242 GSM3_V time_advance ; Timing Advance | |
3243 } | |
3244 | |
3245 | |
3246 | |
3247 MSG d_change_order downlink 0b00001000 ; RR-Cell Change Order | |
3248 { | |
3249 GSM3_V msg_type ; Message Type | |
3250 GSM3_V cell_desc ; Cell Description | |
3251 GSM1_V nc_mode ; NC Mode For Target Cell | |
3252 } | |
3253 | |
3254 | |
3255 | |
3256 MSG d_rr_init_req uplink 0b00111100 ; RR Initialisation Request | |
3257 { | |
3258 GSM3_V msg_type ; Message Type | |
3259 GSM1_V ciph_key_num ; Ciphering Key Sequence Number | |
3260 GSM1_V chan_coding ; MAC Mode And Channel Coding | |
3261 GSM4_LV EXTERN @m_rr_com - mob_class_2@ mob_class_2 ; Mobile Station Classmark | |
3262 GSM3_V ded_tlli ; Temporary Logical Link Identifier | |
3263 GSM3_V chan_req_desc ; Channel Request Description | |
3264 GSM3_V gprs_meas_res ; GPRS Measurement Results | |
3265 } | |
3266 | |
3267 | |
3268 | |
3269 MSG b_rr_status both 0b00010010 ; RR Status | |
3270 { | |
3271 GSM3_V msg_type ; Message Type | |
3272 GSM3_V rr_cause ; RR Cause | |
3273 } | |
3274 | |
3275 | |
3276 | |
3277 MSG d_sys_info_1 downlink 0b00011001 ; System information Type 1 | |
3278 { | |
3279 GSM3_V msg_type ; Message Type | |
3280 GSM3_V cell_chan_desc ; Cell Channel Description | |
3281 GSM3_V rach_ctrl ; RACH Control Parameter | |
3282 si1_rest_oct ; SI 1 Rest Octets | |
3283 } | |
3284 | |
3285 | |
3286 | |
3287 MSG d_sys_info_2 downlink 0b00011010 ; System information Type 2 | |
3288 { | |
3289 GSM3_V msg_type ; Message Type | |
3290 GSM3_V neigh_cell_desc ; BCCH Frequency List | |
3291 GSM3_V ncc_permit ; NCC Permitted | |
3292 GSM3_V rach_ctrl ; RACH Control Parameter | |
3293 } | |
3294 | |
3295 | |
3296 | |
3297 MSG d_sys_info_2bis downlink 0b00000010 ; System information Type 2bis | |
3298 { | |
3299 GSM3_V msg_type ; Message Type | |
3300 GSM3_V neigh_cell_desc ; Extended BCCH Frequency List | |
3301 GSM3_V rach_ctrl ; RACH Control Parameters | |
3302 S_PADDING .00101011 (22) ; SI 2bis Rest Octets | |
3303 } | |
3304 | |
3305 | |
3306 | |
3307 MSG d_sys_info_2ter downlink 0b00000011 ; System information Type 2ter | |
3308 { | |
3309 GSM3_V msg_type ; Message Type | |
3310 GSM3_V neigh_cell_desc ; Extended BCCH Frequency List | |
3311 S_PADDING .00101011 (22) ; SI 2ter Rest Octets | |
3312 } | |
3313 | |
3314 | |
3315 | |
3316 MSG d_sys_info_3 downlink 0b00011011 ; System information Type 3 | |
3317 { | |
3318 GSM3_V msg_type ; Message Type | |
3319 GSM3_V cell_ident ; Cell Identity | |
3320 GSM3_V loc_area_ident ; Location Area Identification | |
3321 GSM3_V ctrl_chan_desc ; Control Channel Description | |
3322 GSM3_V cell_opt_bcch ; Cell Options | |
3323 GSM3_V cell_select ; Cell Selection Parameters | |
3324 GSM3_V rach_ctrl ; RACH Control Parameters | |
3325 si3_rest_oct ; SI 3 Rest Octets | |
3326 } | |
3327 | |
3328 | |
3329 | |
3330 MSG d_sys_info_4 downlink 0b00011100 ; System information Type 4 | |
3331 { | |
3332 GSM3_V msg_type ; Message Type | |
3333 GSM3_V loc_area_ident ; Location Area Identification | |
3334 GSM3_V cell_select ; Cell Selection Parameters | |
3335 GSM3_V rach_ctrl ; RACH Control Parameters | |
3336 GSM3_TV chan_desc 0x64 ; CBCH Channel Description | |
3337 GSM4_TLV mob_alloc 0x72 ; CBCH Mobile Allocation | |
3338 CSN1_CONCAT si4_rest_oct ; SI 4 Rest Octets | |
3339 S_PADDING .00101011 (22) ; Spare Padding | |
3340 } | |
3341 | |
3342 | |
3343 | |
3344 MSG d_sys_info_5 downlink 0b00011101 ; System information Type 5 | |
3345 { | |
3346 GSM3_V msg_type ; Message Type | |
3347 GSM3_V neigh_cell_desc ; BCCH Frequency List | |
3348 } | |
3349 | |
3350 | |
3351 | |
3352 MSG d_sys_info_5bis downlink 0b00000101 ; System information Type 5bis | |
3353 { | |
3354 GSM3_V msg_type ; Message Type | |
3355 GSM3_V neigh_cell_desc ; Extension of the BCCH Frequency List Description | |
3356 } | |
3357 | |
3358 | |
3359 | |
3360 MSG d_sys_info_5ter downlink 0b00000110 ; System information Type 5ter | |
3361 { | |
3362 GSM3_V msg_type ; Message Type | |
3363 GSM3_V neigh_cell_desc ; Extended BCCH Frequency List | |
3364 } | |
3365 | |
3366 | |
3367 | |
3368 MSG d_sys_info_6 downlink 0b00011110 ; System information Type 6 | |
3369 { | |
3370 GSM3_V msg_type ; Message Type | |
3371 GSM3_V cell_ident ; Cell Identity | |
3372 GSM3_V loc_area_ident ; Location Area Identification | |
3373 GSM3_V cell_opt_sacch ; Cell Options | |
3374 GSM3_V ncc_permit ; NCC Permitted | |
3375 si6_rest_oct ; SI 6 Rest Octets | |
3376 } | |
3377 | |
3378 | |
3379 | |
3380 MSG d_sys_info_7 downlink 0b00011111 ; System information Type 7 | |
3381 { | |
3382 GSM3_V msg_type ; Message Type | |
3383 si7_rest_oct ; SI 7 Rest Octets | |
3384 } | |
3385 | |
3386 | |
3387 | |
3388 MSG d_sys_info_8 downlink 0b00011000 ; System information Type 8 | |
3389 { | |
3390 GSM3_V msg_type ; Message Type | |
3391 si8_rest_oct ; SI 8 Rest Octets | |
3392 } | |
3393 | |
3394 | |
3395 | |
3396 MSG d_sys_info_9 downlink 0b00000100 ; System information Type 9 | |
3397 { | |
3398 GSM3_V msg_type ; Message Type | |
3399 GSM3_V rach_ctrl ; RACH Control Parameter | |
3400 si9_rest_oct ; SI 9 Rest Octets | |
3401 } | |
3402 | |
3403 | |
3404 | |
3405 MSG d_sys_info_13 downlink 0b00000000 ; System information Type 13 | |
3406 { | |
3407 GSM3_V msg_type ; Message Type | |
3408 si13_rest_oct ; SI 13 Rest Octets | |
3409 } | |
3410 | |
3411 | |
3412 | |
3413 MSG d_sys_info_16 downlink 0b00111101 ; System information Type 16 | |
3414 { | |
3415 GSM3_V msg_type ; Message Type | |
3416 si16_rest_oct ; SI 16 Rest Octets | |
3417 } | |
3418 | |
3419 | |
3420 | |
3421 MSG d_sys_info_17 downlink 0b00111110 ; System information Type 17 | |
3422 { | |
3423 GSM3_V msg_type ; Message Type | |
3424 si17_rest_oct ; SI 17 Rest Octets | |
3425 } | |
3426 | |
3427 | |
3428 | |
3429 MSG talker_ind uplink 0b00010001 ; Talker Indication | |
3430 { | |
3431 GSM3_V msg_type ; Message Type | |
3432 GSM4_LV EXTERN @m_rr_com - mob_class_2@ mob_class_2 ; Mobile Station Classmark | |
3433 GSM4_LV mob_ident ; Mobile Identity | |
3434 } | |
3435 | |
3436 | |
3437 | |
3438 MSG d_uplink_busy downlink 0b00101010 ; Uplink Busy | |
3439 { | |
3440 GSM3_V msg_type ; Message Type | |
3441 } | |
3442 | |
3443 | |
3444 | |
3445 MSG b_uplink_rel both 0b00001110 ; Uplink release | |
3446 { | |
3447 GSM3_V msg_type ; Message Type | |
3448 GSM3_V rr_cause ; RR Cause | |
3449 } | |
3450 | |
3451 | |
3452 | |
3453 MSG d_vgcs_uplink_grant downlink 0b00001001 ; VGCS uplink grant | |
3454 { | |
3455 GSM3_V msg_type ; Message Type | |
3456 GSM3_V req_ref ; Request Reference | |
3457 GSM3_V time_advance ; Timing Advance | |
3458 } | |
3459 | |
3460 | |
3461 | |
3462 | |
3463 | |
3464 |