comparison cdg-hybrid/msg/grr.mdf @ 9:6da1d56a96a3

cdg-hybrid: import from Magnetite
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 15 Jul 2018 21:08:11 +0000
parents
children
comparison
equal deleted inserted replaced
8:ed162c9cd29f 9:6da1d56a96a3
1 ;********************************************************************************
2 ;*** File : grr.mdf
3 ;*** Creation : Thu Jun 19 15:32:10 CST 2008
4 ;*** XSLT Processor : Apache Software Foundation / http://xml.apache.org/xalan-j / supports XSLT-Ver: 1
5 ;*** Copyright : (c) Texas Instruments AG, Berlin Germany 2002
6 ;********************************************************************************
7 ;*** Document Type : Air Interface Message Specification
8 ;*** Document Name : grr
9 ;*** Document No. : 8010.603.019.04
10 ;*** Document Date : 2004-09-02
11 ;*** Document Status: BEING_PROCESSED
12 ;*** Document Author: xboregow
13 ;********************************************************************************
14
15
16
17 PRAGMA SRC_FILE_TIME "Wed Nov 28 10:18:58 2007"
18 PRAGMA LAST_MODIFIED "2004-09-02"
19 PRAGMA ID_AND_VERSION "8010.603.019.04"
20 PRAGMA CCDNAME GRR ; CCD name tag
21
22
23
24 CONST MAX_REJECT 4 ; There is no reference in 0460 for that value. Assumption M. The maximum value for M == MAX_RETRANS is 4
25 CONST MAX_NCELL_REST 5 ; MAX_NCELL -1 = 5
26 CONST MAX_CHAN_IMEAS 32 ; Total number of channels for interference measurements
27 CONST MAX_CHAN_EXT 64 ; Max number of channels for extended Measurements
28 CONST MAX_CHAN_NC 64 ; Max number of channels for network controlled cell re-selection
29 CONST MAX_RFL_NUM_LIST 16 ;
30 CONST MAX_ARFCN_LIST 64 ;
31 CONST MAX_NH_PCCCH_CARRIER 5 ;
32 CONST MAX_PCCCH_DES 16 ;
33 CONST MAX_M_NH_PCCCH_C 2 ;
34 CONST MAX_M_H_PCCCH_C 16 ;
35 CONST MAX_NCMP_S1 7 ; this is maximum because the length indicator is a 3 bit value
36 CONST MAX_XMR_S1 32 ; this is maximum because the length indicator is a 5 bit value
37 CONST MAX_CELL_ALLOC 4 ;
38 CONST MAX_GPRS_MS_ALLOC 7 ;
39 CONST MAX_RFL_IN_PSI 4 ; '_IN_PSI' because of same name in RR air messages
40 CONST MAX_NCELL_PAR2 5 ;
41 CONST MAX_REP_PAGE_INFO 4 ;
42 CONST MAX_RFREQ 5 ; Max removed frequencies in NC Meas.
43 CONST MAX_AFREQ 5 ; Max added frequencies in NC Meas.
44 CONST MAX_LIST_AFREQ 2 ; Max number of added frequency lists
45 CONST MAX_MSG_TYPE 10 ; used in PACKET PSI STATUS and PACKET SI STATUS
46 CONST MAX_NCELL_PARA 6 ; see PSI3
47 CONST MAX_NCELL_PAR2_S1 2 ; see PSI3bis
48 CONST MAX_NCELL_PAR2_S2 2 ; see PSI3bis
49 CONST MAX_NCELL_PAR2_DES 2 ; see PSI3bis
50 CONST MAX_NH_PCCCH_C 16 ;
51 CONST MAX_FREQ_DIFF_CS_PAR 8 ; Maximum number of frequency difference and Cell Selection parameters structure. See PSI3 description
52 CONST MAX_NCELL_IN_PSI3BIS 5 ; Maximum number of neighbor cell parmeters in PSI3BIS message. Calculation is based on, that this structure can contain at least 31 bits and the an RLC/MAC control block has a size of up to 22 bytes.
53 CONST MAX_NCELL2_IN_PSI3BIS 3 ; Maximum number of neighbor cell parameters 2 in PSI3BIS message. This structure can contain at least 45 bits.
54 CONST MAX_BASIC_CELL_IN_NCELL2 3 ; See PSI3BIS
55 CONST MAX_REMAINING_CELL_IN_NCELL2 18 ; See PSI3BIS
56 CONST MAX_NEIGHBOR_PARAMETER_SET_IN_NCELL2 4 ; See PSI3BIS
57 CONST MAX_NR_OF_NCELL 32 ; See PSI3
58 CONST MAX_CHAN_LIST 7 ; See PSI4
59 CONST MAX_EXT_FREQ_LIST 7 ; See PSI5
60 CONST MAX_EXT_FREQ_LIST_ELEM 32 ; SeePSI5
61 CONST MAX_NUMBER_CELLS 128 ; this is maximum because the length indicator is a 7 bit value
62 CONST MAX_CELL_DIFF_LENGTH 8 ; this is maximum because the length indicator is a 3 bit value
63 CONST MAX_3G_NEIGH_CELLS 64 ; maximum value 3 uarfcn times 32 cells
64 CONST MAX_CONT_OCT 32 ; this is maximum because the length indicator is a 5 bit value
65 CONST MAX_N_CBQ2 8 ; this is maximum because the length indicator is a 3 bit value
66 CONST MAX_NR_REMAINING_CELLS 16 ; See PSI3BIS
67 CONST NINETEEN 19 ; Max number of GSM messages
68 CONST X7BITMAX 128 ; 7 bit max
69 CONST MAX_FDD 131 ; (L3MAX_ACK-3-1-1)*8/(14+1) = 131,2
70 CONST MAX_TDD 131 ; (L3MAX_ACK-3-1-1)*8/(14+1) = 131,2
71 CONST MAX_NR_OF_FREQ_OR_CELLS 32 ; this is maximum because the length indicator is a 5 bit value
72 CONST MAX_REP 256 ; 1{<Structure>}'' value ?
73 CONST MAX_NUM_BEP_TN 8 ; Maximum number of time slots for BEP measurements
74 CONST MAX_NUM_ACC_TYPE 16 ; Maximum number of access technologies that can be requested by NW in Packet Uplink assignment message
75 CONST MAX_SIZE_URBB_DL 144 ; Maximum number of bits that can be included in uncompressed received block bitmap.(144 = 184 - 24 - 1 - 15)
76 CONST MAX_SIZE_CRBB 127 ; Maximum number of bits that can be included in compressed received block bitmap
77 CONST MAX_LSA_ID 2 ; Maximum number of LSA IDs
78 CONST MAX_SIZE_URBB_UL 128 ; Maximum number of bits possible when only uncompress bitmap present for Uplink
79 CONST MAX_NUM_CONTAINER 9 ; Maximum Number of Container that can be present
80
81
82
83 VALTAB VAL_ps
84 VAL 0 GRR_NO "not present"
85 VAL 1 GRR_YES "present"
86
87 VALTAB VAL_msg_type
88 VAL 0b100001 D_ACCESS_REJ_c "Packet Access Reject"
89 VAL 0b000001 D_CELL_CHAN_ORDER_c "Packet Cell Change Order"
90 VAL 0b000010 D_DL_ASSIGN_c "Packet Downlink Assignment"
91 VAL 0b000011 D_MEAS_ORDER_c "Packet Measurement Order"
92 VAL 0b100010 D_PAGING_REQ_c "Packet Paging Request"
93 VAL 0b100011 D_PDCH_RELEASE_c "Packet PDCH Release"
94 VAL 0b000100 D_POLLING_REQ_c "Packet Polling Request"
95 VAL 0b000101 D_CTRL_PWR_TA_c "Packet Power Control/Timing Advance"
96 VAL 0b100100 D_PRACH_PAR_c "Packet PRACH Parameters"
97 VAL 0b000110 D_QUEUING_NOT_c "Packet Queuing Notification"
98 VAL 0b000111 D_TS_RECONFIG_c "Packet Timeslot Reconfigure"
99 VAL 0b001000 D_TBF_RELEASE_c "Packet TBF Release"
100 VAL 0b001001 D_UL_ACK_c "Packet Uplink Ack/Nack"
101 VAL 0b001010 D_UL_ASSIGN_c "Packet Uplink Assignment"
102 VAL 0b001101 D_PKT_SERV_CELL_DATA_c "Packet Serving Cell Data"
103 VAL 0b100101 D_DL_DUMMY_c "Packet Downlink Dummy Control Block"
104 VAL 0b110001 PSI_1_c "Packet System Information Type 1"
105 VAL 0b110010 PSI_2_c "Packet System Information Type 2"
106 VAL 0b110011 PSI_3_c "Packet System Information Type 3"
107 VAL 0b110100 PSI_3_BIS_c "Packet System Information Type 3 bis"
108 VAL 0b111100 PSI_3_TER_c "Packet System Information Type 3 ter"
109 VAL 0b111101 PSI_3_QUATER_c "Packet System Information Type 3 quater"
110 VAL 0b110101 PSI_4_c "Packet System Information Type 4"
111 VAL 0b110110 PSI_5_c "Packet System Information Type 5"
112 VAL 0b110000 PSI_6_c "Packet System Information Type 6"
113 VAL 0b111000 PSI_7_c "Packet System Information Type 7"
114 VAL 0b111001 PSI_8_c "Packet System Information Type 8"
115 VAL 0b110111 PSI_13_c "Packet System Information Type 13"
116 VAL 0b111010 PSI_14_c "Packet System Information Type 14"
117 VAL 0b111110 PSI_15_c "Packet System Information Type 15"
118 VAL 0b000000 U_CELL_CHAN_FAILURE_c "Packet Cell Change Failure"
119 VAL 0b000001 U_CTRL_ACK_c "Packet Control Acknowledgement"
120 VAL 0b000010 U_DL_ACK_c "Packet Downlink Ack/Nack"
121 VAL 0b000011 U_UL_DUMMY_c "Packet Uplink Dummy Control Block"
122 VAL 0b000100 U_MEAS_REPORT_c "Packet Measurement Report"
123 VAL 0b001010 U_ENHNC_MEAS_REPORT_c "Packet Enhanced Measurement Report"
124 VAL 0b000101 U_RESOURCE_REQ_c "Packet Resource Request"
125 VAL 0b000110 U_MS_TBF_STATUS_c "Packet Mobile TBF Status"
126 VAL 0b000111 U_PKT_PSI_STATUS_MSG_c "Packet PSI Status Message"
127 VAL 0b001001 U_PAUSE_MSG_c "Packet Pause message"
128 VAL 0b001011 U_ADD_MS_RADIO_CAP_c "Additional MS Radio Access Capabilities"
129 VAL 0b001000 U_E_DL_ACK_c "EGPRS Packet Downlink Ack/Nack"
130 VAL 0b001101 U_PKT_SI_STATUS_c "Packet SI status message"
131 VAL 0b001100 U_PKT_CELL_CHANGE_NOTIFICATION_c "Packet Cell Change Notification"
132 VAL 0b001100 D_PKT_NEIGHBOUR_CELL_DATA_c "Packet Neighbour Cell Data"
133 VAL 0b001011 D_CELL_CHANGE_CONTINUE_c "Packet Cell Change Continue"
134
135 VALTAB VAL_page_mode
136 VAL 0b00 NORMAL_PAGING "Normal Paging"
137 VAL 0b01 EXT_PAGING "Extended Paging"
138 VAL 0b10 REORG_PAGING "Paging Reorganisation"
139 VAL 0b11 SAME_PAGING "Same as before"
140
141 VALTAB VAL_access_type
142 VAL 0b00 TWO_PHASE "Two Phase Access Request"
143 VAL 0b01 PAGE "Page Response"
144 VAL 0b10 CELL_UPDATE "Cell Update"
145 VAL 0b11 MM_PROC "Mobility Management procedure"
146
147 VALTAB VAL_chan_coding_cmd
148 VAL 0b00 "CS-1"
149 VAL 0b01 "CS-2"
150 VAL 0b10 "CS-3"
151 VAL 0b11 "CS-4"
152
153 VALTAB VAL_tlli_chan_coding
154 VAL 0 "the MS shall use CS-1 for any RLC data block containing a TLLI in the RLC data block header"
155 VAL 1 "the MS shall use the value commanded in the CHANNEL_CODING_COMMAND for any RLC data block containing a TLLI in the RLC data block header"
156
157 VALTAB VAL_mac_mode
158 VAL 0 DYNAMIC_ALLOCATION "Dynamic allocation"
159 VAL 1 EXT_DYNAMIC_ALLOCATION "Extended Dynamic allocation"
160 VAL 2 FIXED_ALLOCATION "Fixed allocation, not half duplex mode"
161 VAL 3 FA_HALF_DUPLEX "Fixed allocation, half duplex mode"
162
163 VALTAB VAL_rlc_mode
164 VAL 0 "RLC acknowledged mode"
165 VAL 1 "RLC unacknowledged mode"
166
167 VALTAB VAL_pctrl_ack
168 VAL 0 "in case the message is sent in access burst format, the same meaning as for the value '11' except that the mobile station is requesting new TBF. Otherwise the bit value '00' is reserved and shall not be sent. If received it shall be intepreted as bit value '01'."
169 VAL 1 "the MS received an RLC/MAC control block addressed to itself and with RBSN = 1, and did not receive an RLC/MAC control block with the same RTI value and RBSN = 0."
170 VAL 2 "the MS received an RLC/MAC control block addressed to itself and with RBSN = 0, and did not receive an RLC/MAC control block with the same RTI value and RBSN = 1. This value is sent irrespective of the value of the FS bit."
171 VAL 3 "the MS received two RLC/MAC blocks with the same RTI value, one with RBSN = 0 and the other with RBSN = 1."
172
173 VALTAB VAL_rel_cause
174 VAL 0 NORMAL_RELEASE ""
175 VAL 2 ABNORMAL_RELEASE ""
176
177 VALTAB VAL_psi_change_field
178 VAL 0b0000 UPDATE_UNS_PSI "Update of unspecified PSI message(s);"
179 VAL 0b0001 UPDATE_UNKNOWN "Unknown"
180 VAL 0b0010 UPDATE_PSI2 "PSI2 updated"
181 VAL 0b0011 UPDATE_PSI3 "PSI3/PSI3bis updated"
182 VAL 0b0100 UPDATE_PSI4 "PSI4 updated"
183 VAL 0b0101 UPDATE_PSI5 "PSI5 updated"
184 VAL 0b1000 UPDATE_PSI8 "PSI8 updated"
185
186 VALTAB VAL_si_change_ma
187 VAL DEF "update of unknown SI message type"
188 VAL 0 "Update of unspecified SI message or SI messages;"
189 VAL 1 "Update of SI1 message;"
190 VAL 2 "Update of SI2, SI2 bis or SI2 ter message;"
191 VAL 3 "Update of SI3, SI4, SI7 or SI8 message;"
192 VAL 4 "Update of SI9 message;"
193 VAL 5 "Update of SI15 message;"
194
195 VALTAB VAL_failure_cause
196 VAL DEF "Immediate Assign Reject or Packet Access Reject on target cell"
197 VAL 0 Freq_Not_Impl "Frequency not implemented"
198 VAL 1 No_Resp_On_Target_Cell "No response on target cell"
199 VAL 2 ImAssign_Rej_OR_Packet_Acc_Rej "Immediate Assign Reject or Packet Access Reject on target cell"
200 VAL 3 On_Going_Cs_Connection "On going CS connection"
201 VAL 5 MS_IN_GMM_Standby_State "MS in GMM Standby State"
202 VAL 6 Forced_To_GMM_Standby_State "Forced to the Standby State"
203
204 VALTAB VAL_ctrl_order
205 VAL 0 NCMEAS_NC0 "NC0"
206 VAL 1 NCMEAS_NC1 "NC1"
207 VAL 2 NCMEAS_NC2 "NC2"
208 VAL 3 NCMEAS_RESET "RESET"
209
210 VALTAB VAL_alpha
211 VAL 0b0000 "Alpha = 0.0"
212 VAL 0b0001 "Alpha = 0.1"
213 VAL 0b0010 "Alpha = 0.2"
214 VAL 0b0011 "Alpha = 0.3"
215 VAL 0b0100 "Alpha = 0.4"
216 VAL 0b0101 "Alpha = 0.5"
217 VAL 0b0110 "Alpha = 0.6"
218 VAL 0b0111 "Alpha = 0.7"
219 VAL 0b1000 "Alpha = 0.8"
220 VAL 0b1001 "Alpha = 0.9"
221 VAL 0b1010 "Alpha = 1.0"
222
223 VALTAB VAL_pb
224 VAL 0b0000 "PB = 0 dB"
225 VAL 0b0001 "PB = -2 dB"
226 VAL 0b0010 "PB = -4 dB"
227 VAL 0b0011 "PB = -6 dB"
228 VAL 0b0100 "PB = -8 dB"
229 VAL 0b0101 "PB = -10 dB"
230 VAL 0b0110 "PB = -12 dB"
231 VAL 0b0111 "PB = -14 dB"
232 VAL 0b1000 "PB = -16 dB"
233 VAL 0b1001 "PB = -18 dB"
234 VAL 0b1010 "PB = -20 dB"
235 VAL 0b1011 "PB = -22 dB"
236 VAL 0b1100 "PB = -24 dB"
237 VAL 0b1101 "PB = -26 dB"
238 VAL 0b1110 "PB = -28 dB"
239 VAL 0b1111 "PB = -30 dB"
240
241 VALTAB VAL_pc_meas_chan
242 VAL 0 MEAS_PWR_BCCH "downlink measurements for power control shall be made on BCCH"
243 VAL 1 MEAS_PWR_PDCH "downlink measurements for power control shall be made on PDCH"
244
245 VALTAB VAL_imeas_chan_list
246 VAL 0 PSI4_NOT_BROADCASTED ""
247 VAL 1 PSI4_BROADCASTED ""
248
249 VALTAB VAL_chan_need
250 VAL 0b00 "Any channel"
251 VAL 0b01 "SDCCH"
252 VAL 0b10 "TCH/F (Full rate)"
253 VAL 0b11 "TCH/H or TCH/F"
254
255 VALTAB VAL_ecsc
256 VAL 0 "Early Classmark Sending is forbidden"
257 VAL 1 "Early Classmark Sending is allowed"
258
259 VALTAB VAL_ecsr_3g
260 VAL 0 "Neither UTRAN nor cdma2000 classmark change message shall be sent with the Early Classmark Sending"
261 VAL 1 "The sending of UTRAN and CDMA2000 Classmark Sending messages is controlled by the Early Classmark Sending Control parameter"
262
263 VALTAB VAL_tx_int
264 VAL 0 "2 slots used to spread transmission"
265 VAL 1 "3 slots used to spread transmission"
266 VAL 2 "4 slots used to spread transmission"
267 VAL 3 "5 slots used to spread transmission"
268 VAL 4 "6 slots used to spread transmission"
269 VAL 5 "7 slots used to spread transmission"
270 VAL 6 "8 slots used to spread transmission"
271 VAL 7 "9 slots used to spread transmission"
272 VAL 8 "10 slots used to spread transmission"
273 VAL 9 "12 slots used to spread transmission"
274 VAL 10 "14 slots used to spread transmission"
275 VAL 11 "16 slots used to spread transmission"
276 VAL 12 "20 slots used to spread transmission"
277 VAL 13 "25 slots used to spread transmission"
278 VAL 14 "32 slots used to spread transmission"
279 VAL 15 "50 slots used to spread transmission"
280
281 VALTAB VAL_s_prach
282 VAL DEF "reserved"
283 VAL 0 "S=12"
284 VAL 1 "S=15"
285 VAL 2 "S=20"
286 VAL 3 "S=30"
287 VAL 4 "S=41"
288 VAL 5 "S=55"
289 VAL 6 "S=76"
290 VAL 7 "S=109"
291 VAL 8 "S=163"
292 VAL 9 "S=217"
293
294 VALTAB VAL_max_retrans
295 VAL 0 "1 retransmission allowed"
296 VAL 1 "2 retransmission allowed"
297 VAL 2 "4 retransmission allowed"
298 VAL 3 "7 retransmission allowed"
299
300 VALTAB VAL_radio_prio
301 VAL 0 "Radio Priority 1 (Highest priority)"
302 VAL 1 "Radio Priority 2"
303 VAL 2 "Radio Priority 3"
304 VAL 3 "Radio Priority 4 (Lower priority)"
305
306 VALTAB VAL_llc_pdu_type
307 VAL 0 "LLC PDU is SACK or ACK"
308 VAL 1 "LLC PDU is not SACK or ACK"
309
310 VALTAB VAL_bs_pbcch_blks
311 VAL 0b00 "B0 is used for PBCCH"
312 VAL 0b01 "B0, B6 is used for PBCCH"
313 VAL 0b10 "B0, B6, B3 is used for PBCCH"
314 VAL 0b11 "B0, B6, B3, B9 is used for PBCCH"
315
316 VALTAB VAL_bs_prach_blks
317 VAL 0b0000 "No block is reserved for PRACH (default)"
318 VAL 0b0001 "B0 is used for PRACH"
319 VAL 0b0010 "B0, B6 is used for PRACH"
320 VAL 0b0011 "B0, B6, B3 is used for PRACH"
321 VAL 0b0100 "B0, B6, B3, B9 is used for PRACH"
322 VAL 0b0101 "B0, B6, B3, B9, B1 is used for PRACH"
323 VAL 0b0110 "B0, B6, B3, B9, B1, B7 is used for PRACH"
324 VAL 0b0111 "B0, B6, B3, B9, B1, B7, B4 is used for PRACH"
325 VAL 0b1000 "B0, B6, B3, B9, B1, B7, B4, B10 is used for PRACH"
326 VAL 0b1001 "B0, B6, B3, B9, B1, B7, B4, B10, B2 is used for PRACH"
327 VAL 0b1010 "B0, B6, B3, B9, B1, B7, B4, B10, B2, B8 is used for PRACH"
328 VAL 0b1011 "B0, B6, B3, B9, B1, B7, B4, B10, B2, B8, B5 is used for PRACH"
329 VAL 0b1100 "B0, B6, B3, B9, B1, B7, B4, B10, B2, B8, B5, B11 is used for PRACH"
330
331 VALTAB VAL_cell_ba
332 VAL 0 CR_ALLOWED "Status for cell reselection is set to normal;"
333 VAL 1 CR_NOT_WED "Status for cell reselection is set to barred."
334
335 VALTAB VAL_gprs_resel_off
336 VAL 16 GPRS_RESEL_OFF_DEFAULT "Default value"
337 VAL 255 GPRS_RESEL_OFF_INVALID "This value is used to indicate the absence of this parameter"
338
339 VALTAB VAL_si13_loc
340 VAL 0 BCCH_NORM ""
341 VAL 1 BCCH_EXT ""
342
343 VALTAB VAL_pbcch_loc
344 VAL 0b00 PBCCH_TN1 ""
345 VAL 0b01 PBCCH_TN2 ""
346 VAL 0b10 PBCCH_TN3 ""
347 VAL 0b11 PBCCH_TN4 ""
348
349 VALTAB VAL_gprs_prio_class
350 VAL 0xFF GPRS_PRIORITY_CLASS_INVALID "This value is used to indicate the absence of this parameter"
351
352 VALTAB VAL_gprs_hcs_thr
353 VAL 0xFF GPRS_HCS_THR_INVALID "This value is used to indicate the absence of this parameter"
354
355 VALTAB VAL_gprs_rxlev_access_min
356 VAL 0xFF GPRS_RXLEV_ACCESS_MIN_INVALID "This value is used to indicate the absence of this parameter"
357
358 VALTAB VAL_txpwr_max_cch
359 VAL 0xFF GPRS_MS_TXPWR_MAX_CCH_INVALID "This value is used to indicate the absence of this parameter"
360
361 VALTAB VAL_gprs_temp_offset
362 VAL 0b000 GPRS_TEMPORARY_OFFSET_00_DB "0 dB"
363 VAL 0b001 GPRS_TEMPORARY_OFFSET_10_DB "10 dB"
364 VAL 0b010 GPRS_TEMPORARY_OFFSET_20_DB "20 dB"
365 VAL 0b011 GPRS_TEMPORARY_OFFSET_30_DB "30 dB"
366 VAL 0b100 GPRS_TEMPORARY_OFFSET_40_DB "40 dB"
367 VAL 0b101 GPRS_TEMPORARY_OFFSET_50_DB "50 dB"
368 VAL 0b110 GPRS_TEMPORARY_OFFSET_60_DB "60 dB"
369 VAL 0b111 GPRS_TEMPORARY_OFFSET_INFINITY "infinity"
370 VAL 0xFF GPRS_TEMPORARY_OFFSET_INVALID "This value is used to indicate the absence of this parameter"
371
372 VALTAB VAL_gprs_penalty_time
373 VAL 0b11111 GPRS_PENALTY_TIME_MAX "Maximum value of GPRS_PENALTY_TIME"
374 VAL 0xFF GPRS_PENALTY_TIME_INVALID "This value is used to indicate the absence of this parameter"
375
376 VALTAB VAL_waitsize
377 VAL 0 WAIT_1S "field is coded in units of seconds"
378 VAL 1 WAIT_20ms "field is coded in units of 20 ms"
379
380 VALTAB VAL_bl_o_bl_per
381 VAL 0 BLOCKS "ALLOCATION_BITMAP is to be interpreted as blocks"
382 VAL 1 BLOCK_PERIODS "ALLOCATION_BITMAP is to be interpreted as block periods"
383
384 VALTAB VAL_att
385 VAL 0 CCD_ATT_NO "MSs are not allowed to apply IMSI attach and detach proc."
386 VAL 1 CCD_ATT_YES "MSs in the cell shall apply IMSI attach and detach procedure."
387
388 VALTAB VAL_neci
389 VAL 0 NECI_NO "New establishment causes are not supported"
390 VAL 1 NECI_YES "New establishment causes are supported"
391
392 VALTAB VAL_pwcr
393 VAL 0 POW_CTRL_NO "PWRC is not set"
394 VAL 1 POW_CTRL_YES "PWRC is set"
395
396 VALTAB VAL_dtx
397 VAL DEF "invalid DTX indicator"
398 VAL 0 B_DTX_MAY_USE "The MSs may use uplink DTX"
399 VAL 1 B_DTX_SHALL_USE "The MSs shall use uplink DTX"
400 VAL 2 B_DTX_DONT_USE "The MS shall not use uplink DTX"
401
402 VALTAB VAL_rfl_num
403 VAL 0x0F RFL_NUMBER_4_DL_CTRL_MSG_MAX "Maximum value for RFL_NUMBER when included in a downlink RLC/MAC control messsage."
404
405 VALTAB VAL_rab_acc_re
406 VAL 0b0 GRR_RA_RETRY_DISABLED "access to another cell is not allowed"
407 VAL 0b1 GRR_RA_RETRY_ENABLED "access to another cell is allowed"
408
409 VALTAB VAL_t_resel
410 VAL 0b000 GRR_T_RESEL_DEFAULT "5 seconds"
411 VAL 0b001 "10 seconds"
412 VAL 0b010 "15 seconds"
413 VAL 0b011 "20 seconds"
414 VAL 0b100 "30 seconds"
415 VAL 0b101 "60 seconds"
416 VAL 0b110 "120 seconds"
417 VAL 0b111 "300 seconds"
418
419 VALTAB VAL_non_drx_per
420 VAL 0b010 NC_NON_DRX_PER_DEFAULT "Non-DRX mode period default value (0.48 sec)"
421
422 VALTAB VAL_rep_per_i
423 VAL 0b011 NC_REP_PER_T_DEFAULT "Reporting period default value in packet transfer mode"
424 VAL 0b111 NC_REP_PER_I_DEFAULT "Reporting period default value in packet idle mode"
425
426 VALTAB VAL_xrep_per
427 VAL 0b101 EXT_REP_PER_DEFAULT "Reporting period default value"
428
429 VALTAB VAL_xrep_type
430 VAL 0b00 XREP_TYPE1 "Type 1 measurement reporting"
431 VAL 0b01 XREP_TYPE2 "Type 2 measurement reporting"
432 VAL 0b10 XREP_TYPE3 "Type 3 measurement reporting"
433 VAL 0b11 XREP_RESERVED "Reserved"
434
435 VALTAB VAL_prio_acc_thr
436 VAL 0b000 P_NOT_ALLOWED "packet access is not allowed in the cell;"
437 VAL 0b001 "spare, shall be interpreted as '000' (packet access not allowed);"
438 VAL 0b010 "spare, shall be interpreted as '000' (packet access not allowed);"
439 VAL 0b011 P_PRIO1 "packet access is allowed for priority level 1;"
440 VAL 0b100 P_PRIO2 "packet access is allowed for priority level 1 to 2;"
441 VAL 0b101 P_PRIO3 "packet access is allowed for priority level 1 to 3;"
442 VAL 0b110 P_PRIO4 "packet access is allowed for priority level 1 to 4;"
443 VAL 0b111 "shall be interpreted as '110' (packet access allowed)."
444
445 VALTAB VAL_spgc_ccch_sup
446 VAL 0 SPLIT_PG_CYCLE_NOT_SUPPORTED ""
447 VAL 1 SPLIT_PG_CYCLE_SUPPORTED ""
448
449 VALTAB VAL_nc_mode
450 VAL 0 NCMODE_NC1 "Mobile station in mode NC1"
451 VAL 1 NCMODE_NC2 "Mobile station in mode NC2"
452
453 VALTAB VAL_xdyn_alloc
454 VAL 0 DYNAMIC_ALLOC "Dynamic Allocation"
455 VAL 1 EXT_DYNAMIC_ALLOC "Extended Dynamic Allocation"
456
457 VALTAB VAL_usf_grant
458 VAL 0 ONE_RLC_BLOCK "the ms shall transmit one RLC/MAC block"
459 VAL 1 FOUR_C_RLC_BLOCKS "the ms shall transmit four consecutive RLC/MAC blocks"
460
461 VALTAB VAL_rbb
462 VAL 0 INVALID "Negative Ack of the RLC data block with BSN=(SSN-bit_nr)mod128"
463 VAL 1 RECEIVED "Positive Ack of the RLC data block with BSN=(SSN-bit_nr)mod128"
464
465 VALTAB VAL_f_ack_ind
466 VAL 0 "retransmission are requested and the TBF is incomplete"
467 VAL 1 "no retransmissions are requested and this message indicates acknowledgement of all RLC data in the TBF"
468
469 VALTAB VAL_im_rel_c0
470 VAL 0 "Same procedure as for an autonomous cell reselection"
471 VAL 1 "Immediate release of the on-going TBF"
472
473 VALTAB VAL_mode
474 VAL 0 MODE_A ""
475 VAL 1 MODE_B ""
476
477 VALTAB VAL_tbf_cause
478 VAL DEF "Status, unspecified"
479 VAL 0 "Normal event"
480 VAL 1 "Status, unspecified"
481 VAL 2 "Syntactically incorrect message, non-distribution part error"
482 VAL 3 "Syntactically incorrect message, message escape"
483 VAL 4 "Message not compatible with current protocol state"
484
485 VALTAB VAL_psi_status_ind
486 VAL 0 NO_PSI_STATUS_SUPPORT ""
487 VAL 1 PSI_STATUS_SUPPORT ""
488
489 VALTAB VAL_multi_band_rep
490 VAL 0 GRR_MULTIBAND_REPORTING_0 "normal operation"
491 VAL 1 GRR_MULTIBAND_REPORTING_1 "one cell of the non-serving cell band"
492 VAL 2 GRR_MULTIBAND_REPORTING_2 "two cells of the non-serving cell band"
493 VAL 3 GRR_MULTIBAND_REPORTING_3 "three cells of the non-serving cell band"
494
495 VALTAB VAL_pr_mode
496 VAL 0 PR_MODE_A_ONE "for one address MS"
497 VAL 1 PR_MODE_B_ALL "for all MS"
498
499 VALTAB VAL_xmeas_order
500 VAL 0b00 XMEAS_EM0 "EM0"
501 VAL 0b01 XMEAS_EM1 "EM1"
502 VAL 0b10 XMEAS_RESERVED "Reserved"
503 VAL 0b11 XMEAS_RESET "RESET"
504
505 VALTAB VAL_add_ms_rac %REL99%
506 VAL 0 ADD_MS_RAC_INFO_AVAIL_0 "indicates that MS will not send more information about its radio access capabilities than included in this message"
507 VAL 1 ADD_MS_RAC_INFO_AVAIL_1 "indicates that MS will send more information about its radio access capabilities in the next control message"
508
509 VALTAB VAL_retrans_of_prr %REL99%
510 VAL 0 RETRANS_OF_PRR_0 "indicates that this message is an initial Packet Resource Request"
511 VAL 1 RETRANS_OF_PRR_1 "indicates that this message is a retransmitted Packet Resource Request: in this case the corresponding PRR message shall not be interpreted as a request for resource reassignment."
512
513 VALTAB VAL_tbf_est %REL99%
514 VAL 0 TBF_EST_NOT_ALLOWED_0 "the mobile station is not allowed to request the establishment of new TBF"
515 VAL 1 TBF_EST_ALLOWED_1 "the mobile station is allowed to request the establishment of new TBF"
516
517 VALTAB VAL_mscr %REL99%
518 VAL 0 MSCR_98_0 "The MSC is Release '98 or older"
519 VAL 1 MSCR_99_1 "The MSC is Release '99 onwards"
520
521 VALTAB VAL_sgsnr %REL99%
522 VAL 0 SGSNR_98_0 "The SGSN is Release '98 or older"
523 VAL 1 SGSNR_99_1 "The SGSN is Release '99 onwards"
524
525 VALTAB VAL_band_indicator %REL99%
526 VAL 0 BAND_IND_1800_0 "ARFCN indicates 1800 band"
527 VAL 1 BAND_IND_1900_1 "ARFCN indicates 1900 band"
528
529 VALTAB VAL_non_gsm_info %REL99%
530 VAL 0b00 NON_GSM_NOT_BROAD "non-GSM information is not broadcast on the cell"
531 VAL 0b01 NON_GSM_BROAD_PSI6 "non-GSM information is broadcast on the cell in PSI6 message"
532 VAL 0b10 NON_GSM_BROAD_PSI7 "non-GSM information is broadcast on the cell in PSI7 message"
533 VAL 0b11 NON_GSM_BROAD_PSI6_PSI7 "non-GSM information is broadcast on the cell in PSI6 and PSI7 messages"
534
535 VALTAB VAL_Psi8_broadcast %REL99%
536 VAL 0 PSI8_NOT_BROAD "PSI8 is not broadcast on the cell"
537 VAL 1 PSI8_BROAD "PSI8 is broadcast on the cell"
538
539 VALTAB VAL_psi3ter_broadcast %REL99%
540 VAL 0 PSI3ter_NOT_BROAD "PSI3ter is not broadcast on the cell"
541 VAL 1 PSI3ter_BROAD "PSI3ter is broadcast on the cell"
542
543 VALTAB VAL_psi3quater_broadcast %REL99%
544 VAL 0 PSI3quater_NOT_BROAD "PSI3quater is not broadcast on the cell"
545 VAL 1 PSI3quater_BROAD "PSI3quaer is broadcast on the cell"
546
547 VALTAB VAL_invalid_bsic_rep %REL99 AND (TI_PS_FF_EMR OR TI_PS_FF_RTD)%
548 VAL 0b00 INVALID_BSIC_REPORT_N_A "Report on cells with invalid BSIC and allowed NCC part of BSIC is not allowed"
549 VAL 0b01 INVALID_BSIC_REPORT_OK "Report on cells with invalid BSIC and allowed NCC part of BSIC is allowed. In this case NCC_PERMITTED is required"
550
551 VALTAB VAL_reporting_type %REL99 AND (TI_PS_FF_EMR OR TI_PS_FF_RTD)%
552 VAL 0b00 REPORT_TYPE_ENH_REP "The MS shall use the PACKET ENHANCED MEASUREMENT REPORT message for (NC) reporting"
553 VAL 0b01 REPORT_TYPE_REP "The MS shall use the PACKET MEASUREMENT REPORT message for (NC) reporting."
554
555 VALTAB VAL_reporting_rate %REL99 AND (TI_PS_FF_EMR OR TI_PS_FF_RTD)%
556 VAL 0b00 REPORTING_RATE_NORMAL "normal rate reporting"
557 VAL 0b01 REPORTING_RATE_REDUCED "Reduced reporting rate allowed."
558
559 VALTAB VAL_diversity %REL99%
560 VAL 0b00 DIVERSITY_OFF "Diversity is not applied for this cell"
561 VAL 0b01 DIVERSITY_ON "Diversity is applied for this cell."
562
563 VALTAB VAL_bandwidth_tdd %REL99%
564 VAL 0b000 MCPS_3_84 "Speed_3.84Mcps"
565 VAL 0b001 MCPS_1_28 "Speed_1.28Mcps"
566
567 VALTAB VAL_fdd_indic_0 %REL99 AND (TI_PS_FF_EMR OR TI_PS_FF_RTD)%
568 VAL 0b00 FDD_PAR_VAL_0_NOT_MEMB "parameter value '0000000000' is not a member of the set"
569 VAL 0b01 FDD_PAR_VAL_0_MEMB "parameter value '0000000000' is a member of the set"
570
571 VALTAB VAL_tdd_indic_0 %REL99 AND (TI_PS_FF_EMR OR TI_PS_FF_RTD)%
572 VAL 0b00 TDD_PAR_VAL_0_NOT_MEMB "parameter value '0000000000' is not a member of the set"
573 VAL 0b01 TDD_PAR_VAL_0_MEMB "parameter value '0000000000' is a member of the set"
574
575 VALTAB VAL_rep_prio %REL99 AND (TI_PS_FF_EMR OR TI_PS_FF_RTD)%
576 VAL 0b00 NORMAL_PRIO "Normal reporting priority"
577 VAL 0b01 HIGH_PRIO "High reporting priority"
578
579 VALTAB VAL_non_gsm_pro_disc
580 VAL 0b001 TIA_EIA136 "TIA/EIA-136 -All other values are reserved"
581
582 VALTAB VAL_bsic_seen %REL99 AND (TI_PS_FF_EMR OR TI_PS_FF_RTD)%
583 VAL 0b00 NO_CELL_SEEN "No cell with invalid BSIC and allowed NCC part of BSIC is seen"
584 VAL 0b01 ONE_CELL_SEEN "One cell or more with invalid BSIC and allowed NCC part of BSIC is seen"
585
586 VALTAB VAL_lqm_mode %REL99%
587 VAL 0b00 NOT_REPORT_IM_OR_BEP ""
588 VAL 0b01 REPORT_IM_NOT_BEP ""
589 VAL 0b10 REPORT_BEP_NOT_IM ""
590 VAL 0b11 REPORT_BEP_AND_IM ""
591
592 VALTAB VAL_reduced_ma_bitmap
593 VAL 0b00 CORRSP_RA_FREQ_NOT_BELONG_TO_RED_MA "the corresponding radio frequency channel does not belong to the reduced MA;"
594 VAL 0b01 CORRSP_RA_FREQ_BELONG_TO_RED_MA "the corresponding radio frequency channel belongs to the reduced MA."
595
596 VALTAB VAL_egprs_chan_coding_cmd %REL99 AND FF_EGPRS%
597 VAL 0b0000 MCS1 "MCS-1"
598 VAL 0b0001 MCS2 "MCS-2"
599 VAL 0b0010 MCS3 "MCS-3"
600 VAL 0b0011 MCS4 "MCS-4"
601 VAL 0b0100 MCS5 "MCS-5"
602 VAL 0b0101 MCS6 "MCS-6"
603 VAL 0b0110 MCS7 "MCS-7"
604 VAL 0b0111 MCS8 "MCS-8"
605 VAL 0b1000 MCS9 "MCS-9"
606 VAL 0b1001 MCS5_7 "MCS-5-7"
607 VAL 0b1010 MCS6_9 "MCS-6-9"
608
609 VALTAB VAL_Choice_flag %REL99 AND FF_EGPRS%
610 VAL 0b00 GRR_CHOICE_00 ""
611 VAL 0b01 GRR_CHOICE_01 ""
612 VAL 0b10 GRR_CHOICE_10 ""
613 VAL 0b11 GRR_CHOICE_11 ""
614
615 VALTAB VAL_egprs_ws %REL99%
616 VAL 0b00000 EGPRS_WS_64 ""
617 VAL 0b00001 EGPRS_WS_96 ""
618 VAL 0b00010 EGPRS_WS_128 ""
619 VAL 0b00011 EGPRS_WS_160 ""
620 VAL 0b00100 EGPRS_WS_192 "(maximum window size for a 1 timeslot TBF)"
621 VAL 0b00101 EGPRS_WS_224 ""
622 VAL 0b00110 EGPRS_WS_256 "(maximum window size for a 2 timeslot TBF)"
623 VAL 0b00111 EGPRS_WS_288 ""
624 VAL 0b01000 EGPRS_WS_320 ""
625 VAL 0b01001 EGPRS_WS_352 ""
626 VAL 0b01010 EGPRS_WS_384 "(maximum window size for a 3 timeslot TBF)"
627 VAL 0b01011 EGPRS_WS_416 ""
628 VAL 0b01100 EGPRS_WS_448 ""
629 VAL 0b01101 EGPRS_WS_480 ""
630 VAL 0b01110 EGPRS_WS_512 "(maximum window size for a 4 timeslot TBF)"
631 VAL 0b01111 EGPRS_WS_544 ""
632 VAL 0b10000 EGPRS_WS_576 ""
633 VAL 0b10001 EGPRS_WS_608 ""
634 VAL 0b10010 EGPRS_WS_640 "(maximum window size for a 5 timeslot TBF)"
635 VAL 0b10011 EGPRS_WS_672 ""
636 VAL 0b10100 EGPRS_WS_704 ""
637 VAL 0b10101 EGPRS_WS_736 ""
638 VAL 0b10110 EGPRS_WS_768 "(maximum window size for a 6 timeslot TBF)"
639 VAL 0b10111 EGPRS_WS_800 ""
640 VAL 0b11000 EGPRS_WS_832 ""
641 VAL 0b11001 EGPRS_WS_864 ""
642 VAL 0b11010 EGPRS_WS_896 "(maximum window size for a 7 timeslot TBF)"
643 VAL 0b11011 EGPRS_WS_928 ""
644 VAL 0b11100 EGPRS_WS_960 ""
645 VAL 0b11101 EGPRS_WS_992 ""
646 VAL 0b11110 EGPRS_WS_1024 "(maximum window size for a 8 timeslot TBF)"
647
648 VALTAB VAL_tlli_bcc %REL99 AND FF_EGPRS%
649 VAL 0 TLLI_BCC_DEFAULT "the mobile station shall use CS-1 in GPRS TBF mode and MCS-1 in EGPRS TBF mode"
650 VAL 1 TLLI_BCC_COMMANDED "the mobile station shall use the value commanded in the CHANNEL_CODING_COMMAND or EGPRS_CHANNEL_CODING_COMMAND field"
651
652 VALTAB VAL_cbmp_color_code
653 VAL 0 CRBB_CW_0 "First code word in CRBB represents run length of zeros"
654 VAL 1 CRBB_CW_1 "First code word in CRBB represents run length of ones"
655
656 VALTAB VAL_generation
657 VAL 0b00 GENERATION_DEFAULT "Default value for parameter generation."
658
659 VALTAB VAL_ctrl_ack_type
660 VAL 0 "default format is four access bursts"
661 VAL 1 "default format is RLC/MAC control block."
662
663 VALTAB VAL_scale_ord %REL99 AND (TI_PS_FF_EMR OR TI_PS_FF_RTD)%
664 VAL 0 SCALE_0dB "Scaling by 0dB"
665 VAL 1 SCALE_10dB "Scaling by 10dB"
666 VAL 2 SCALE_AUTO "Automatic scaling"
667
668 VALTAB VAL_rep_thres %REL99 AND (TI_PS_FF_EMR OR TI_PS_FF_RTD)%
669 RANGE 0 .. 7 "Values Range"
670 IFNOTPRESENT 0
671 VAL 0 REP_THRESHOLD_0 "0 dB"
672 VAL 1 REP_THRESHOLD_6 "6 dB"
673 VAL 2 REP_THRESHOLD_12 "12 dB"
674 VAL 3 REP_THRESHOLD_18 "18 dB"
675 VAL 4 REP_THRESHOLD_24 "24 dB"
676 VAL 5 REP_THRESHOLD_30 "30 dB"
677 VAL 6 REP_THRESHOLD_36 "36 dB"
678 VAL 7 REP_THRESHOLD_INF "Infinite value"
679
680 VALTAB VAL_rep_offset %REL99 AND (TI_PS_FF_EMR OR TI_PS_FF_RTD)%
681 RANGE 0 .. 7 "Values Range"
682 IFNOTPRESENT 0
683 VAL 0 REP_OFFSET_0 "0 dB"
684 VAL 1 REP_OFFSET_6 "6 dB"
685 VAL 2 REP_OFFSET_12 "12 dB"
686 VAL 3 REP_OFFSET_18 "18 dB"
687 VAL 4 REP_OFFSET_24 "24 dB"
688 VAL 5 REP_OFFSET_30 "30 dB"
689 VAL 6 REP_OFFSET_36 "36 dB"
690 VAL 7 REP_OFFSET_42 "42 dB"
691
692 VALTAB VAL_ccn_active %REL4%
693 VAL 0 "CCN is disabled towards the corresponding cell(but if the broadcast parameter are present then follow broadcasted ccn_active)"
694 VAL 1 "CCN is enabled towards the corresponding cell"
695
696 VALTAB VAL_psi_status
697 VAL 0 PSI_STATUS_NOT_SUPPORTED "The network does not support the PACKET SI STATUS message"
698 VAL 1 PSI_STATUS_SUPPORTED "The network support the PACKET SI STATUS message"
699
700 VALTAB VAL_pccn_sending %REL4%
701 VAL 0 PCCN_FIRST_SEND "This is the first sending of the Packet Cell Change Notification message;"
702 VAL 1 PCCN_SECOND_SEND "This is the second sending of the Packet Cell Change Notification message"
703
704 VALTAB Val_mess_rec %REL4%
705 VAL 0 MSG_SUPPORTED_NOT_RCVD "Values Item"
706 VAL 1 MSG_SUPPORTED_RCVD "Values Item"
707 VAL 2 MSG_SUPPORTED_PART_RCVD "Values Item"
708 VAL 3 MSG_SUPPORTED_COMP_RCVD "Values Item"
709
710
711
712
713 VAR ps "Pseudo Synchronisation capability"
714 1
715
716 VAL @m_grr - VAL_ps@
717
718 VAR a5_1 "A5/1"
719 1
720
721 VAL @m_grr - VAL_ps@
722
723 VAR a5_2 "A5/2"
724 1
725
726 VAL @m_grr - VAL_ps@
727
728 VAR a5_3 "A5/3"
729 1
730
731 VAL @m_grr - VAL_ps@
732
733 VAR a5_4 "A5/4"
734 1
735
736 VAL @m_grr - VAL_ps@
737
738 VAR a5_5 "A5/5"
739 1
740
741 VAL @m_grr - VAL_ps@
742
743 VAR a5_6 "A5/6"
744 1
745
746 VAL @m_grr - VAL_ps@
747
748 VAR a5_7 "A5/7"
749 1
750
751 VAL @m_grr - VAL_ps@
752
753 VAR vgcs "Voice Group Call Service"
754 1
755
756 VAL @m_grr - VAL_ps@
757
758 VAR vbs "Voice Broadcast Service"
759 1
760
761 VAL @m_grr - VAL_ps@
762
763 VAR es_ind "Early Classmark Sending"
764 1
765
766 VAL @m_grr - VAL_ps@
767
768 VAR gprs_edac "GPRS Extended Dynamic Allocation Capability"
769 1
770
771 VAL @m_grr - VAL_ps@
772
773 VAR final_alloc "FINAL_ALLOCATION"
774 1
775
776 VAL @m_grr - VAL_ps@
777
778 VAR half_dupelx "HALF_DUPLEX_MODE"
779 1
780
781 VAL @m_grr - VAL_ps@
782
783 VAR same_ra_scell "SAME_RA_AS_SERVING_CELL"
784 1
785
786 VAL @m_grr - VAL_ps@
787
788 VAR repeat_alloc "REPEAT_ALLOCATION"
789 1
790
791 VAL @m_grr - VAL_ps@
792
793 VAR si15_ind "SI15_IND"
794 1
795
796 VAL @m_grr - VAL_ps@
797
798 VAR flag "Flag"
799 1
800
801 VAL @m_grr - VAL_ps@
802
803 VAR flag2 "Flag2"
804 1
805
806 VAL @m_grr - VAL_ps@
807
808 VAR flag3 "Flag3"
809 1
810
811 VAL @m_grr - VAL_ps@
812
813 VAR inst_bitmap "Instance Bitmap Element"
814 1
815
816 VAL @m_grr - VAL_ps@
817
818 VAR ul_release "UPLINK_RELEASE"
819 1
820
821 VAL @m_grr - VAL_ps@
822
823 VAR dl_release "DOWNLINK_RELEASE"
824 1
825
826 VAL @m_grr - VAL_ps@
827
828 VAR flag_grr_ra_cap_2 "Valid flag for MS RA capability value part II"
829 1
830
831 VAL @m_grr - VAL_ps@
832
833 VAR release_98 "Flag_Release98"
834 1
835
836 VAL @m_grr - VAL_ps@
837
838 VAR release_99 %REL99% "Flag_Release99"
839 1
840
841 VAL @m_grr - VAL_ps@
842
843 VAR flag_mop "Flag_MSK_OR_PSK"
844 1
845
846 VAL @m_grr - VAL_ps@
847
848 VAR start_freq_flag "Start Freqencies Flag"
849 1
850
851 VAL @m_grr - VAL_ps@
852
853 VAR egprs_flag "Egprs escape"
854 1
855
856 VAL @m_grr - VAL_ps@
857
858 VAR ul_rlc_resegment %REL99 AND FF_EGPRS% "UL rlc block resegment"
859 1
860
861 VAL @m_grr - VAL_ps@
862
863 VAR arac_retx_req %REL99 AND FF_EGPRS% "arac retransmission request"
864 1
865
866 VAL @m_grr - VAL_ps@
867
868 VAR is_out_of_mem %REL99 AND FF_EGPRS% "MS_OUT_OF_MEMORY"
869 1
870
871 VAL @m_grr - VAL_ps@
872
873 VAR bow %REL99 AND FF_EGPRS% "BEGINNING_OF_WINDOW"
874 1
875
876 VAL @m_grr - VAL_ps@
877
878 VAR eow %REL99 AND FF_EGPRS% "END_OF_WINDOW"
879 1
880
881 VAL @m_grr - VAL_ps@
882
883 VAR pre_emptive_tx %REL99 AND FF_EGPRS% "PRE_EMPTIVE_TRANSMISSION"
884 1
885
886 VAL @m_grr - VAL_ps@
887
888 VAR prr_retx_req %REL99 AND FF_EGPRS% "PRR RETRANSMISSION REQUEST"
889 1
890
891 VAL @m_grr - VAL_ps@
892
893 VAR bit_buf "Bit buffer"
894 1
895
896 VAL @m_grr - VAL_ps@
897
898 VAR msg_type "Message Type"
899 6
900
901 VAL @m_grr - VAL_msg_type@
902
903 VAR msg_type2 "Message Type"
904 6
905
906 VAL @m_grr - VAL_msg_type@
907
908 VAR page_mode "Page Mode"
909 2
910
911 VAL @m_grr - VAL_page_mode@
912
913 VAR tqi "TQI"
914 16
915
916
917 VAR access_type "Access Type"
918 2
919
920 VAL @m_grr - VAL_access_type@
921
922 VAR tlli_value "TLLI"
923 32
924
925
926 VAR cr_tlli "CONTENTION_RESOLUTION_TLLI"
927 32
928
929
930 VAR ma_ch_mark "MA_CHANGE_MARK"
931 2
932
933
934 VAR cm1 "CHANGE_MARK_1"
935 2
936
937
938 VAR cm2 "CHANGE_MARK_2"
939 2
940
941
942 VAR psi2_cm "PSI2_CHANGE_MARK"
943 2
944
945
946 VAR psi3_cm "PSI3_CHANGE_MARK"
947 2
948
949
950 VAR psi4_cm "PSI4_CHANGE_MARK"
951 2
952
953
954 VAR psi5_cm "PSI5_CHANGE_MARK"
955 2
956
957
958 VAR psi6_cm %REL4% "PSI6_CHANGE_MARK"
959 2
960
961
962 VAR psi7_cm %REL4% "PSI7_CHANGE_MARK"
963 2
964
965
966 VAR psi8_cm %REL99% "PSI8_CHANGE_MARK"
967 2
968
969
970 VAR si13_cm "SI13_CHANGE_MARK"
971 2
972
973
974 VAR psix_cm "PSIX_CHANGE_MARK"
975 2
976
977
978 VAR c_value "C_VALUE"
979 6
980
981
982 VAR rxqual "RXQUAL"
983 3
984
985
986 VAR signvar "SIGN_VAR"
987 6
988
989
990 VAR ilev0 "I_LEVEL_TNO"
991 4
992
993
994 VAR ilev1 "I_LEVEL_TN1"
995 4
996
997
998 VAR ilev2 "I_LEVEL_TN2"
999 4
1000
1001
1002 VAR ilev3 "I_LEVEL_TN3"
1003 4
1004
1005
1006 VAR ilev4 "I_LEVEL_TN4"
1007 4
1008
1009
1010 VAR ilev5 "I_LEVEL_TN5"
1011 4
1012
1013
1014 VAR ilev6 "I_LEVEL_TN6"
1015 4
1016
1017
1018 VAR ilev7 "I_LEVEL_TN7"
1019 4
1020
1021
1022 VAR ilevabs0 "I_LEVEL_ABS_TNO"
1023 6
1024
1025
1026 VAR ilevabs1 "I_LEVEL_ABS_TN1"
1027 6
1028
1029
1030 VAR ilevabs2 "I_LEVEL_ABS_TN2"
1031 6
1032
1033
1034 VAR ilevabs3 "I_LEVEL_ABS_TN3"
1035 6
1036
1037
1038 VAR ilevabs4 "I_LEVEL_ABS_TN4"
1039 6
1040
1041
1042 VAR ilevabs5 "I_LEVEL_ABS_TN5"
1043 6
1044
1045
1046 VAR ilevabs6 "I_LEVEL_ABS_TN6"
1047 6
1048
1049
1050 VAR ilevabs7 "I_LEVEL_ABS_TN7"
1051 6
1052
1053
1054 VAR chan_coding_cmd "CHANNEL_CODING_COMMAND"
1055 2
1056
1057 VAL @m_grr - VAL_chan_coding_cmd@
1058
1059 VAR tlli_chan_coding "TLLI_BLOCK_CHANNEL_CODING"
1060 1
1061
1062 VAL @m_grr - VAL_tlli_chan_coding@
1063
1064 VAR mac_mode "MAC_MODE"
1065 2
1066
1067 VAL @m_grr - VAL_mac_mode@
1068
1069 VAR rlc_mode "RLC_MODE"
1070 1
1071
1072 VAL @m_grr - VAL_rlc_mode@
1073
1074 VAR dl_rlc_mode "DOWNLINK_RLC_MODE"
1075 1
1076
1077 VAL @m_grr - VAL_rlc_mode@
1078
1079 VAR ctrl_ack "CONTROL_ACK"
1080 1
1081
1082
1083 VAR pctrl_ack "P_CONTROL_ACK"
1084 2
1085
1086 VAL @m_grr - VAL_pctrl_ack@
1087
1088 VAR dl_tfi_assign "DOWNLINK_TFI_ASSIGNMENT"
1089 5
1090
1091
1092 VAR ul_tfi_assign "UPLINK_TFI_ASSIGNMENT"
1093 5
1094
1095
1096 VAR ul_tfi "Uplink TFI"
1097 5
1098
1099
1100 VAR dl_tfi "Downlink TFI"
1101 5
1102
1103
1104 VAR rel_cause "TBF Release Cause"
1105 4
1106
1107 VAL @m_grr - VAL_rel_cause@
1108
1109 VAR nln "NLN"
1110 2
1111
1112
1113 VAR pbcch_change_ma "PBCCH_CHANGE_MARK"
1114 3
1115
1116
1117 VAR psi_change_field "PSI_CHANGE_FIELD"
1118 4
1119
1120 VAL @m_grr - VAL_psi_change_field@
1121
1122 VAR meas_order "MEASUREMENT_ORDER"
1123 1
1124
1125
1126 VAR psi1_rep_per "PSI1_REPEAT_PERIOD"
1127 4
1128
1129
1130 VAR psi_cnt_lr "PSI_COUNT_LR"
1131 6
1132
1133
1134 VAR psi_cnt_hr "PSI_COUNT_HR"
1135 4
1136
1137
1138 VAR psi2_ind "PSI2_INDEX"
1139 3
1140
1141
1142 VAR psi4_ind "PSI4_INDEX"
1143 3
1144
1145
1146 VAR psi5_ind "PSI5_INDEX"
1147 3
1148
1149
1150 VAR psi6_ind %REL4% "PSI6_INDEX"
1151 3
1152
1153
1154 VAR psi7_ind %REL4% "PSI7_INDEX"
1155 3
1156
1157
1158 VAR psi8_ind %REL99% "PSI8_INDEX"
1159 3
1160
1161
1162 VAR psi2_cnt "PSI2_COUNT"
1163 3
1164
1165
1166 VAR psi4_cnt "PSI4_COUNT"
1167 3
1168
1169
1170 VAR psi5_cnt "PSI5_COUNT"
1171 3
1172
1173
1174 VAR psi6_cnt %REL4% "PSI6_COUNT"
1175 3
1176
1177
1178 VAR psi7_cnt %REL4% "PSI7_COUNT"
1179 3
1180
1181
1182 VAR psi8_cnt %REL99% "PSI8_COUNT"
1183 3
1184
1185
1186 VAR psi3bis_cnt "PSI3_BIS_COUNT"
1187 4
1188
1189
1190 VAR psi3bis_ind "PSI3_BIS_INDEX"
1191 4
1192
1193
1194 VAR psi3ter_cnt "PSI3_TER_COUNT"
1195 4
1196
1197
1198 VAR psi3ter_ind "PSI3_TER_INDEX"
1199 4
1200
1201
1202 VAR psi3qua_cnt %REL99 AND (TI_PS_FF_EMR OR TI_PS_FF_RTD)% "PSI3_QUA_COUNT"
1203 4
1204
1205
1206 VAR psi3qua_ind %REL99 AND (TI_PS_FF_EMR OR TI_PS_FF_RTD)% "PSI3_QUA_INDEX"
1207 4
1208
1209
1210 VAR bcch_change_ma "BCCH_CHANGE_MARK"
1211 3
1212
1213
1214 VAR si_change_ma "SI_CHANGE_FIELD"
1215 4
1216
1217 VAL @m_grr - VAL_si_change_ma@
1218
1219 VAR arfcn "ARFCN"
1220 10
1221
1222
1223 VAR start_freq "START_FREQUENCY"
1224 10
1225
1226
1227 VAR bsic "BSIC"
1228 6
1229
1230
1231 VAR bsic2 "BSIC"
1232 6
1233
1234
1235 VAR failure_cause "Packet Cell Change Failure Cause"
1236 4
1237
1238 VAL @m_grr - VAL_failure_cause@
1239
1240 VAR ctrl_order "NETWORK_CONTROL_ORDER"
1241 2
1242
1243 VAL @m_grr - VAL_ctrl_order@
1244
1245 VAR pmo_index "PMO_INDEX"
1246 3
1247
1248
1249 VAR pmo_cnt "PMO_COUNT"
1250 3
1251
1252
1253 VAR ts_available "Timeslots Available"
1254 8
1255
1256
1257 VAR alpha "Alpha"
1258 4
1259
1260 VAL @m_grr - VAL_alpha@
1261
1262 VAR gamma "GAMMA_TN"
1263 5
1264
1265
1266 VAR t_avg_w "T_AVG_W"
1267 5
1268
1269
1270 VAR t_avg_t "T_AVG_T"
1271 5
1272
1273
1274 VAR pb "PB"
1275 4
1276
1277 VAL @m_grr - VAL_pb@
1278
1279 VAR pc_meas_chan "PC_MEAS_CHAN"
1280 1
1281
1282 VAL @m_grr - VAL_pc_meas_chan@
1283
1284 VAR imeas_chan_list "INT_MEAS_CHANNEL_LIST_AVAIL"
1285 1
1286
1287 VAL @m_grr - VAL_imeas_chan_list@
1288
1289 VAR n_avg_i "N_AVG_I"
1290 4
1291
1292
1293 VAR meas_inter "MEASUREMENT_INTERVAL"
1294 5
1295
1296
1297 VAR meas_bitmap "MEASUREMENT_BITMAP"
1298 8
1299
1300
1301 VAR ptmsi "PTMSI"
1302 32
1303
1304
1305 VAR tmsi_field "TMSI"
1306 32
1307
1308
1309 VAR chan_need "CHANNEL_NEEDED"
1310 2
1311
1312 VAL @m_grr - VAL_chan_need@
1313
1314 VAR emlpp_prio "eMLPP_PRIORITY"
1315 3
1316
1317
1318 VAR ta_value "TIMING_ADVANCE_VALUE"
1319 6
1320
1321
1322 VAR ul_ta_index "UPLINK_TA_INDEX"
1323 4
1324
1325
1326 VAR dl_ta_index "DOWNLINK_TA_INDEX"
1327 4
1328
1329
1330 VAR ta_index "TA_INDEX"
1331 4
1332
1333
1334 VAR ta_tn "TIMING_ADVANCE_TIMESLOT_NUMBER"
1335 3
1336
1337
1338 VAR tn "TIMESLOT_NUMBER"
1339 3
1340
1341
1342 VAR ul_ta_tn "UPLINK_TA_TIMESLOT"
1343 3
1344
1345
1346 VAR dl_ta_tn "DOWNLINK_TA_TIMESLOT"
1347 3
1348
1349
1350 VAR ext_len "Extension Length"
1351 6
1352
1353
1354 VAR spare_ext "spare bit extensions IE"
1355 1
1356
1357
1358 VAR ecsc "ECSC"
1359 1
1360
1361 VAL @m_grr - VAL_ecsc@
1362
1363 VAR ecsr_3g "ECSR 3G"
1364 1
1365
1366 VAL @m_grr - VAL_ecsr_3g@
1367
1368 VAR tx_int "TX_INT"
1369 4
1370
1371 VAL @m_grr - VAL_tx_int@
1372
1373 VAR s_prach "S (PRACH Parameter)"
1374 4
1375
1376 VAL @m_grr - VAL_s_prach@
1377
1378 VAR max_retrans "MAX_RETRANS"
1379 2
1380
1381 VAL @m_grr - VAL_max_retrans@
1382
1383 VAR ac_class "ACC_CONTR_CLASS"
1384 16
1385
1386
1387 VAR access_info "Random Access Information"
1388 11
1389
1390
1391 VAR peak_thr_class "PEAK_THROUGHPUT_CLASS"
1392 4
1393
1394
1395 VAR radio_prio "RADIO_PRIORITY"
1396 2
1397
1398 VAL @m_grr - VAL_radio_prio@
1399
1400 VAR llc_pdu_type "LLC_PDU_TYPE"
1401 1
1402
1403 VAL @m_grr - VAL_llc_pdu_type@
1404
1405 VAR rlc_octet_cnt "RLC_OCTET_COUNT"
1406 16
1407
1408
1409 VAR tsc "Training Sequence Code"
1410 3
1411
1412
1413 VAR maio "MAIO"
1414 6
1415
1416
1417 VAR rfreq_index "REMOVED_FREQ_INDEX"
1418 6
1419
1420
1421 VAR ma_num "MA_NUMBER"
1422 4
1423
1424
1425 VAR hsn "HSN"
1426 6
1427
1428
1429 VAR len_ma_list "Length of MA Frequency List contents"
1430 4
1431
1432
1433 VAR ma_list "MA Frequency List contents"
1434 8
1435
1436
1437 VAR bs_pcc_rel "BS_PCC_REL"
1438 1
1439
1440
1441 VAR bs_pbcch_blks "BS_PBCCH_BLKS"
1442 2
1443
1444 VAL @m_grr - VAL_bs_pbcch_blks@
1445
1446 VAR bs_prach_blks "BS_PRACH_BLKS"
1447 4
1448
1449 VAL @m_grr - VAL_bs_prach_blks@
1450
1451 VAR bs_pag_blks "BS_PAG_BLKS_RES"
1452 4
1453
1454
1455 VAR ul_ts_alloc "UPLINK_TIMESLOT_ALLOCATION"
1456 8
1457
1458
1459 VAR ts_alloc "TIMESLOT_ALLOCATION"
1460 8
1461
1462
1463 VAR dl_tn_alloc "DOWNLINK_TIMESLOT_ALLOCATION"
1464 8
1465
1466
1467 VAR dl_ctrl_ts "DOWNLINK_CONTROL_TIMESLOT"
1468 3
1469
1470
1471 VAR alloc_map "ALLOCATION_BITMAP"
1472 1
1473
1474
1475 VAR cell_ba "CELL_BAR_ACCESS_2"
1476 1
1477
1478 VAL @m_grr - VAL_cell_ba@
1479
1480 VAR gprs_resel_off "GPRS_RESELECT_OFFSET"
1481 5
1482
1483 VAL @m_grr - VAL_gprs_resel_off@
1484
1485 VAR si13_loc "SI13_LOCATION"
1486 1
1487
1488 VAL @m_grr - VAL_si13_loc@
1489
1490 VAR pbcch_loc "PBCCH_LOCATION"
1491 2
1492
1493 VAL @m_grr - VAL_pbcch_loc@
1494
1495 VAR gprs_prio_class "GPRS_PRIORITY_CLASS"
1496 3
1497
1498 VAL @m_grr - VAL_gprs_prio_class@
1499
1500 VAR gprs_hcs_thr "GPRS_HCS_THR"
1501 5
1502
1503 VAL @m_grr - VAL_gprs_hcs_thr@
1504
1505 VAR gprs_rxlev_access_min "GPRS_RXLEV_ACCESS_MIN"
1506 6
1507
1508 VAL @m_grr - VAL_gprs_rxlev_access_min@
1509
1510 VAR txpwr_max_cch "GPRS_MS_TXPWR_MAX_CCH"
1511 5
1512
1513 VAL @m_grr - VAL_txpwr_max_cch@
1514
1515 VAR gprs_temp_offset "GPRS_TEMPORARY_OFFSET"
1516 3
1517
1518 VAL @m_grr - VAL_gprs_temp_offset@
1519
1520 VAR gprs_penalty_time "GPRS_PENALTY_TIME"
1521 5
1522
1523 VAL @m_grr - VAL_gprs_penalty_time@
1524
1525 VAR wait_ind "Wait Indication"
1526 8
1527
1528
1529 VAR waitsize "Wait Indication Size"
1530 1
1531
1532 VAL @m_grr - VAL_waitsize@
1533
1534 VAR a_map_len "ALLOCATION_BITMAP_LENGTH"
1535 7
1536
1537
1538 VAR bl_o_bl_per "BLOCKS_OR_BLOCK_PERIODS"
1539 1
1540
1541 VAL @m_grr - VAL_bl_o_bl_per@
1542
1543 VAR ts_overr "TS_OVERRIDE"
1544 8
1545
1546
1547 VAR rel "TBF Starting Time Relative"
1548 13
1549
1550
1551 VAR mcc "Mobile Country Code"
1552 4
1553
1554
1555 VAR mnc "Mobile Network Code"
1556 4
1557
1558
1559 VAR lac "Location Area Code"
1560 16
1561
1562
1563 VAR rac "RAC"
1564 8
1565
1566
1567 VAR cell_id_ie "Cell identity"
1568 16
1569
1570
1571 VAR att "Attach / detach allowed"
1572 1
1573
1574 VAL @m_grr - VAL_att@
1575
1576 VAR t3212 "T 3212 time-out value"
1577 8
1578
1579
1580 VAR neci "Half rate support"
1581 1
1582
1583 VAL @m_grr - VAL_neci@
1584
1585 VAR pwcr "Power Control"
1586 1
1587
1588 VAL @m_grr - VAL_pwcr@
1589
1590 VAR dtx "Discontinuous Transmission (BCCH)"
1591 2
1592
1593 VAL @m_grr - VAL_dtx@
1594
1595 VAR rl_timeout "Radio Link Timeout"
1596 4
1597
1598
1599 VAR flist "Frequency List Contents"
1600 8
1601
1602
1603 VAR rfl_num "RFL_NUMBER"
1604 4
1605
1606 VAL @m_grr - VAL_rfl_num@
1607
1608 VAR rfl_cont_len "Length of RFL contents"
1609 4
1610
1611
1612 VAR ma_len "MA_LENGTH"
1613 6
1614
1615
1616 VAR ma_map "MA_BITMAP"
1617 1
1618
1619
1620 VAR arfcn_index "ARFCN index"
1621 6
1622
1623
1624 VAR gprs_c_hyst "GPRS_CELL_RESELECT_HYSTERESIS"
1625 3
1626
1627
1628 VAR c31_hyst "C31_HYST"
1629 1
1630
1631
1632 VAR c32_qual "C32_QUAL"
1633 1
1634
1635
1636 VAR rab_acc_re "RANDOM_ACCESS_RETRY"
1637 1
1638
1639 VAL @m_grr - VAL_rab_acc_re@
1640
1641 VAR t_resel "T_RESEL"
1642 3
1643
1644 VAL @m_grr - VAL_t_resel@
1645
1646 VAR ra_re_hyst "RA_RESELECT_HYSTERESIS"
1647 3
1648
1649
1650 VAR n_rest "NR_OF_REMAINING_CELLS"
1651 4
1652
1653
1654 VAR n_r_cells "NR_OF_REMAINING_CELLS2"
1655 4
1656
1657
1658 VAR freq_diff_len "FREQ_DIFF_LENGTH"
1659 3
1660
1661
1662 VAR non_drx_per "NC_NON_DRX_PERIOD"
1663 3
1664
1665 VAL @m_grr - VAL_non_drx_per@
1666
1667 VAR rep_per_i "NC_REPORTING_PERIOD_I"
1668 3
1669
1670 VAL @m_grr - VAL_rep_per_i@
1671
1672 VAR rep_per_t "NC_REPORTING_PERIOD_T"
1673 3
1674
1675 VAL @m_grr - VAL_rep_per_i@
1676
1677 VAR xrep_per "EXT_REPORTING_PERIOD"
1678 3
1679
1680 VAL @m_grr - VAL_xrep_per@
1681
1682 VAR int_freq "INT_FREQUENCY"
1683 5
1684
1685
1686 VAR xrep_type "EXT_REPORTING_TYPE"
1687 2
1688
1689 VAL @m_grr - VAL_xrep_type@
1690
1691 VAR prio_acc_thr "PRIORITY_ACCESS_THR"
1692 3
1693
1694 VAL @m_grr - VAL_prio_acc_thr@
1695
1696 VAR spgc_ccch_sup "SPGC_CCCH_SUP"
1697 1
1698
1699 VAL @m_grr - VAL_spgc_ccch_sup@
1700
1701 VAR nc_mode "NC_MODE"
1702 1
1703
1704 VAL @m_grr - VAL_nc_mode@
1705
1706 VAR rxlev_scell "RXLEV_SERVING_CELL"
1707 6
1708
1709
1710 VAR rxlev_n "RXLEV_N"
1711 6
1712
1713
1714 VAR i_scell "INTERFERENCE_SERVING_CELL"
1715 6
1716
1717
1718 VAR rxlev_ncell %REL99 AND (TI_PS_FF_EMR OR TI_PS_FF_RTD)% "RXLEV_NCELL"
1719 6
1720
1721
1722 VAR num_nc_meas "NUMBER_OF_NC_MEASUREMENTS"
1723 3
1724
1725
1726 VAR freq_n "FREQUENZ_N"
1727 6
1728
1729
1730 VAR num_meas "NUMBER_OF_MEASUREMENTS"
1731 5
1732
1733
1734 VAR rlc_db_granted "RLC_DATA_BLOCKS_GRANTED"
1735 8
1736
1737
1738 VAR xdyn_alloc "Extended Dynamic Allocation"
1739 1
1740
1741 VAL @m_grr - VAL_xdyn_alloc@
1742
1743 VAR usf_grant "USF_GRANULARITY"
1744 1
1745
1746 VAL @m_grr - VAL_usf_grant@
1747
1748 VAR usf "USF"
1749 3
1750
1751
1752 VAR plev "Persistence Level Radio Priority"
1753 4
1754
1755
1756 VAR rbb "RECEIVE_BLOCK_BITMAP"
1757 1
1758
1759 VAL @m_grr - VAL_rbb@
1760
1761 VAR f_ack_ind "FINAL_ACK_INDICATION"
1762 1
1763
1764 VAL @m_grr - VAL_f_ack_ind@
1765
1766 VAR ssn "STARTING_SEQUENCE_NUMBER"
1767 7
1768
1769
1770 VAR essn %REL99 AND FF_EGPRS% "EGPRS_STARTING_SEQUENCE_NUMBER"
1771 11
1772
1773
1774 VAR nr_freq "NR_OF_FREQUENCY"
1775 5
1776
1777
1778 VAR num_rfreq "NR_OF_REMOVED_FREQ"
1779 5
1780
1781
1782 VAR im_rel_c0 "IMMEDIATE_REL"
1783 1
1784
1785 VAL @m_grr - VAL_im_rel_c0@
1786
1787 VAR im_rel_c1 %REL99% "IMMEDIATE_REL"
1788 1
1789
1790 VAL @m_grr - VAL_im_rel_c0@
1791
1792 VAR mode "BTS_PWR_CTRL_MODE"
1793 1
1794
1795 VAL @m_grr - VAL_mode@
1796
1797 VAR p0 "BTS_PWR_CTRL_P0"
1798 4
1799
1800
1801 VAR exc_acc "EXC_ACC"
1802 1
1803
1804
1805 VAR ncc_permitted "NCC_PERMITTED"
1806 8
1807
1808
1809 VAR tbf_cause "TBF_CAUSE"
1810 3
1811
1812 VAL @m_grr - VAL_tbf_cause@
1813
1814 VAR ms_id_len "Length of Mobile Identity"
1815 4
1816
1817
1818 VAR add_msg_type "Addional Message Type"
1819 1
1820
1821
1822 VAR psi_status_ind "PSI_STATUS_IND"
1823 1
1824
1825 VAL @m_grr - VAL_psi_status_ind@
1826
1827 VAR para_ptr "CELL_PARAMS_POINTER"
1828 2
1829
1830
1831 VAR bcc "BTS Colour Code"
1832 3
1833
1834
1835 VAR ncc "Network Colour Code"
1836 3
1837
1838
1839 VAR ccch_conf "CCCF-CONF"
1840 3
1841
1842
1843 VAR bs_ag_blks_res "BS_AG_BLKS_RES"
1844 3
1845
1846
1847 VAR bs_pa_mfrms "BS-PA-MFRMS"
1848 3
1849
1850
1851 VAR tx_integer "TX_INTEGER"
1852 4
1853
1854
1855 VAR multi_band_rep "MULTIBAND_REPORTING"
1856 2
1857
1858 VAL @m_grr - VAL_multi_band_rep@
1859
1860 VAR pr_mode "PR_MODE"
1861 1
1862
1863 VAL @m_grr - VAL_pr_mode@
1864
1865 VAR xmeas_order "EXT_MEASUREMENT_ORDER"
1866 2
1867
1868 VAL @m_grr - VAL_xmeas_order@
1869
1870 VAR ec "EC"
1871 1
1872
1873
1874 VAR t1 "T1'"
1875 5
1876
1877
1878 VAR t2 "T2"
1879 5
1880
1881
1882 VAR t3 "T3"
1883 6
1884
1885
1886 VAR psix_cnt "PSIX_COUNT"
1887 4
1888
1889
1890 VAR freq_diff "FREQ_DIFF"
1891 8
1892
1893
1894 VAR ident_digit "identity digit"
1895 8
1896
1897
1898 VAR pfi %REL99% "PFI"
1899 7
1900
1901
1902 VAR add_ms_rac %REL99% "ADD_MS_RAC_INFO_AVAIL"
1903 1
1904
1905 VAL @m_grr - VAL_add_ms_rac@
1906
1907 VAR retrans_of_prr %REL99% "RETRANS_OF_PRR"
1908 1
1909
1910 VAL @m_grr - VAL_retrans_of_prr@
1911
1912 VAR p_ext_ta %REL99% "Packet_Extend_Timing_Advance"
1913 2
1914
1915
1916 VAR tbf_est %REL99% "TBF_EST"
1917 1
1918
1919 VAL @m_grr - VAL_tbf_est@
1920
1921 VAR mscr %REL99% "MSCR"
1922 1
1923
1924 VAL @m_grr - VAL_mscr@
1925
1926 VAR sgsnr %REL99% "SGSNR"
1927 1
1928
1929 VAL @m_grr - VAL_sgsnr@
1930
1931 VAR band_indicator %REL99% "BAND_INDICATOR"
1932 1
1933
1934 VAL @m_grr - VAL_band_indicator@
1935
1936 VAR non_gsm_info %REL99% "NON_GSM_INFORMATION"
1937 2
1938
1939 VAL @m_grr - VAL_non_gsm_info@
1940
1941 VAR Psi8_broadcast %REL99% "PSI8_BROADCAST"
1942 1
1943
1944 VAL @m_grr - VAL_Psi8_broadcast@
1945
1946 VAR psi3ter_broadcast %REL99% "PSI3ter_BROADCAST"
1947 1
1948
1949 VAL @m_grr - VAL_psi3ter_broadcast@
1950
1951 VAR psi3quater_broadcast %REL99% "PSI3quater_BROADCAST"
1952 1
1953
1954 VAL @m_grr - VAL_psi3quater_broadcast@
1955
1956 VAR invalid_bsic_rep %REL99 AND (TI_PS_FF_EMR OR TI_PS_FF_RTD)% "INVALID_BSIC_REPORTING"
1957 1
1958
1959 VAL @m_grr - VAL_invalid_bsic_rep@
1960
1961 VAR reporting_type %REL99 AND (TI_PS_FF_EMR OR TI_PS_FF_RTD)% "Reporting type"
1962 1
1963
1964 VAL @m_grr - VAL_reporting_type@
1965
1966 VAR reporting_rate %REL99 AND (TI_PS_FF_EMR OR TI_PS_FF_RTD)% "Reporting Rate"
1967 1
1968
1969 VAL @m_grr - VAL_reporting_rate@
1970
1971 VAR serv_cell_rep %REL99 AND (TI_PS_FF_EMR OR TI_PS_FF_RTD)% "Serving Cell Reporting"
1972 2
1973
1974
1975 VAR scale_ord %REL99 AND (TI_PS_FF_EMR OR TI_PS_FF_RTD)% "Scale ordered"
1976 2
1977
1978 VAL @m_grr - VAL_scale_ord@
1979
1980 VAR scale %REL99 AND (TI_PS_FF_EMR OR TI_PS_FF_RTD)% "SCALE"
1981 1
1982
1983
1984 VAR rep_offset_900 %REL99 AND (TI_PS_FF_EMR OR TI_PS_FF_RTD)% "Reporting Offset 900"
1985 3
1986
1987 VAL @m_grr - VAL_rep_offset@
1988
1989 VAR rep_thres_900 %REL99 AND (TI_PS_FF_EMR OR TI_PS_FF_RTD)% "Reporting Threshold 900"
1990 3
1991
1992 VAL @m_grr - VAL_rep_thres@
1993
1994 VAR rep_offset_1800 %REL99 AND (TI_PS_FF_EMR OR TI_PS_FF_RTD)% "Reporting Offset 1800"
1995 3
1996
1997 VAL @m_grr - VAL_rep_offset@
1998
1999 VAR rep_thres_1800 %REL99 AND (TI_PS_FF_EMR OR TI_PS_FF_RTD)% "Reporting Threshold 1800"
2000 3
2001
2002 VAL @m_grr - VAL_rep_thres@
2003
2004 VAR rep_offset_400 %REL99 AND (TI_PS_FF_EMR OR TI_PS_FF_RTD)% "Reporting Offset 400"
2005 3
2006
2007 VAL @m_grr - VAL_rep_offset@
2008
2009 VAR rep_thres_400 %REL99 AND (TI_PS_FF_EMR OR TI_PS_FF_RTD)% "Reporting Threshold 400"
2010 3
2011
2012 VAL @m_grr - VAL_rep_thres@
2013
2014 VAR rep_offset_1900 %REL99 AND (TI_PS_FF_EMR OR TI_PS_FF_RTD)% "Reporting Offset 1900"
2015 3
2016
2017 VAL @m_grr - VAL_rep_offset@
2018
2019 VAR rep_thres_1900 %REL99 AND (TI_PS_FF_EMR OR TI_PS_FF_RTD)% "Reporting Threshold 1900"
2020 3
2021
2022 VAL @m_grr - VAL_rep_thres@
2023
2024 VAR rep_offset_850 %REL99 AND (TI_PS_FF_EMR OR TI_PS_FF_RTD)% "Reporting Offset 850"
2025 3
2026
2027 VAL @m_grr - VAL_rep_offset@
2028
2029 VAR rep_thres_850 %REL99 AND (TI_PS_FF_EMR OR TI_PS_FF_RTD)% "Reporting Threshold 850"
2030 3
2031
2032 VAL @m_grr - VAL_rep_thres@
2033
2034 VAR fdd_arfcn %REL99% "FDD ARFCN"
2035 14
2036
2037
2038 VAR tdd_arfcn %REL99% "TDD ARFCN"
2039 14
2040
2041
2042 VAR diversity %REL99% "Diversity"
2043 1
2044
2045 VAL @m_grr - VAL_diversity@
2046
2047 VAR scrambl_codes %REL99% "Scrambling Codes"
2048 9
2049
2050
2051 VAR bandwidth_tdd %REL99% "Bandwidth TDD"
2052 3
2053
2054 VAL @m_grr - VAL_bandwidth_tdd@
2055
2056 VAR bandwidth_fdd %REL99% "Bandwidth FDD"
2057 3
2058
2059
2060 VAR cell_par %REL99% "Cell Parameter"
2061 7
2062
2063
2064 VAR sync_case %REL99% "Sync Case"
2065 1
2066
2067
2068 VAR ba_ind_used %REL99% "BA IND/USED"
2069 1
2070
2071
2072 VAR ba_ind_used_3g %REL99% "BA IND/USED 3G"
2073 1
2074
2075
2076 VAR n1 %REL99 AND (TI_PS_FF_EMR OR TI_PS_FF_RTD)% "N1"
2077 2
2078
2079
2080 VAR n2 %REL99 AND (TI_PS_FF_EMR OR TI_PS_FF_RTD)% "N2"
2081 5
2082
2083
2084 VAR rem_cell_index_3g %REL99 AND (TI_PS_FF_EMR OR TI_PS_FF_RTD)% "Removed Cell Index 3G"
2085 7
2086
2087
2088 VAR cell_diff_len_3g %REL99 AND (TI_PS_FF_EMR OR TI_PS_FF_RTD)% "Cell Diff Length 3G"
2089 3
2090
2091
2092 VAR cell_diff_3g %REL99 AND (TI_PS_FF_EMR OR TI_PS_FF_RTD)% "Cell Diff 3G"
2093 1
2094
2095
2096 VAR pmo_ind_used %REL99% "PMO IND/USED"
2097 1
2098
2099
2100 VAR fdd_indic_0 %REL99 AND (TI_PS_FF_EMR OR TI_PS_FF_RTD)% "FDD Indic 0"
2101 1
2102
2103 VAL @m_grr - VAL_fdd_indic_0@
2104
2105 VAR tdd_indic_0 %REL99 AND (TI_PS_FF_EMR OR TI_PS_FF_RTD)% "TDD Indic 0"
2106 1
2107
2108 VAL @m_grr - VAL_tdd_indic_0@
2109
2110 VAR nr_of_fdd_cells %REL99 AND (TI_PS_FF_EMR OR TI_PS_FF_RTD)% "NR OF FDD Cells"
2111 5
2112
2113
2114 VAR nr_of_tdd_cells %REL99 AND (TI_PS_FF_EMR OR TI_PS_FF_RTD)% "NR OF FDD Cells"
2115 5
2116
2117
2118 VAR fdd_cell_info_field %REL99 AND (TI_PS_FF_EMR OR TI_PS_FF_RTD)% "FDD Cell Information Field"
2119 122
2120
2121
2122 VAR tdd_cell_info_field %REL99 AND (TI_PS_FF_EMR OR TI_PS_FF_RTD)% "TDD Cell Information Field"
2123 126
2124
2125
2126 VAR number_cells %REL99 AND (TI_PS_FF_EMR OR TI_PS_FF_RTD)% "Number Cells"
2127 7
2128
2129
2130 VAR rep_prio %REL99 AND (TI_PS_FF_EMR OR TI_PS_FF_RTD)% "REP Priority"
2131 1
2132
2133 VAL @m_grr - VAL_rep_prio@
2134
2135 VAR qsearch_p %REL99 AND (TI_PS_FF_EMR OR TI_PS_FF_RTD)% "Qsearch P"
2136 4
2137
2138
2139 VAR qsearch_i %REL99 AND (TI_PS_FF_EMR OR TI_PS_FF_RTD)% "Qsearch I"
2140 4
2141
2142
2143 VAR n_3g %REL99% "N 3G"
2144 3
2145
2146
2147 VAR cell_list_3g_index %REL99% "Cell List 3G Index"
2148 7
2149
2150
2151 VAR reporting_quantity %REL99% "Reporting Quantity"
2152 6
2153
2154
2155 VAR cell_index_start_rtd %REL99 AND (TI_PS_FF_EMR OR TI_PS_FF_RTD)% "Cell Index Start RTD"
2156 7
2157
2158
2159 VAR rtd_6bit %REL99 AND (TI_PS_FF_EMR OR TI_PS_FF_RTD)% "RTD 6 BIT"
2160 6
2161
2162
2163 VAR rtd_12bit %REL99 AND (TI_PS_FF_EMR OR TI_PS_FF_RTD)% "RTD 12 BIT"
2164 12
2165
2166
2167 VAR tdd_gprs_qoffset %REL99 AND (TI_PS_FF_EMR OR TI_PS_FF_RTD)% "TDD GPRS Qoffset"
2168 4
2169
2170
2171 VAR fdd_gprs_qoffset %REL99 AND (TI_PS_FF_EMR OR TI_PS_FF_RTD)% "FDD GPRS Qoffset"
2172 4
2173
2174
2175 VAR fdd_qoffset %REL99 AND (TI_PS_FF_EMR OR TI_PS_FF_RTD)% "FDD Qoffset"
2176 4
2177
2178
2179 VAR tdd_qoffset %REL99 AND (TI_PS_FF_EMR OR TI_PS_FF_RTD)% "TDD Qoffset"
2180 4
2181
2182
2183 VAR fdd_qmin %REL99 AND (TI_PS_FF_EMR OR TI_PS_FF_RTD)% "FDD Qmin"
2184 3
2185
2186
2187 VAR non_gsm_pro_disc %REL4% "Non GSM Protokol Discriminator"
2188 3
2189
2190 VAL @m_grr - VAL_non_gsm_pro_disc@
2191
2192 VAR nr_of_con_oct %REL4% "Nr Of Container Octets"
2193 5
2194
2195
2196 VAR container %REL4% "Container"
2197 8
2198
2199
2200 VAR chan_typ_tdma_offset %REL99% "Channel Type and TDMA offset"
2201 5
2202
2203
2204 VAR bcch_change_mark %REL4% "BCCH Change Mark"
2205 3
2206
2207
2208 VAR bsic_seen %REL99 AND (TI_PS_FF_EMR OR TI_PS_FF_RTD)% "BSIC Seen"
2209 1
2210
2211 VAL @m_grr - VAL_bsic_seen@
2212
2213 VAR bcch_freq_ncell %REL99 AND (TI_PS_FF_EMR OR TI_PS_FF_RTD)% "BCCH FREQ NCELL"
2214 5
2215
2216
2217 VAR rai %REL4% "RAI"
2218 48
2219
2220
2221 VAR lsa_id %REL99% "LSA_ID"
2222 24
2223
2224
2225 VAR short_lsa_id %REL99% "ShortLSA_ID"
2226 10
2227
2228
2229 VAR nr_of_freq_or_cells %REL99% "NR_OF_FREQ_OR_CELLS"
2230 5
2231
2232
2233 VAR lqm_mode %REL99% "Link Quality Measurement Mode"
2234 2
2235
2236 VAL @m_grr - VAL_lqm_mode@
2237
2238 VAR bep_period2 %REL99% "BEP Period two"
2239 4
2240
2241
2242 VAR length_reduced_bitmap %REL99% "Length of Reduced MA bitmap"
2243 7
2244
2245
2246 VAR reduced_ma_bitmap %REL99% "Reduced MA bitmap"
2247 1
2248
2249 VAL @m_grr - VAL_reduced_ma_bitmap@
2250
2251 VAR maio_2 %REL99% "Maio 2"
2252 6
2253
2254
2255 VAR m_bep %REL99 AND FF_EGPRS% "MEAN_BEP"
2256 5
2257
2258
2259 VAR cv_bep %REL99 AND FF_EGPRS% "CV_BEP"
2260 3
2261
2262
2263 VAR gmsk_mean_bep_tn %REL99 AND FF_EGPRS% "GMSK MEAN BEP TN"
2264 4
2265
2266
2267 VAR psk8_mean_bep_tn %REL99 AND FF_EGPRS% "PSK8 MEAN BEP TN"
2268 4
2269
2270
2271 VAR large_cell_operation %REL99% "Large Cell operation"
2272 1
2273
2274
2275 VAR n_ccch_nh %REL99% "N CCCH NH"
2276 4
2277
2278
2279 VAR nib_ccch_0 %REL99% "NIB_CCCH_0"
2280 4
2281
2282
2283 VAR nib_ccch_1 %REL99% "NIB_CCCH_1"
2284 4
2285
2286
2287 VAR nib_ccch_2 %REL99% "NIB_CCCH_2"
2288 4
2289
2290
2291 VAR nib_ccch_3 %REL99% "NIB_CCCH_3"
2292 4
2293
2294
2295 VAR time_grp %REL99% "Time group"
2296 2
2297
2298
2299 VAR guar_const_pwr_grp %REL99% "Guar Constant Pwr Group"
2300 2
2301
2302
2303 VAR egprs_chan_coding_cmd %REL99 AND FF_EGPRS% "EGPRS_CHANNEL_CODING_COMMAND"
2304 4
2305
2306 VAL @m_grr - VAL_egprs_chan_coding_cmd@
2307
2308 VAR Choice_flag %REL99% "Choice_flag"
2309 2
2310
2311 VAL @m_grr - VAL_Choice_flag@
2312
2313 VAR egprs_ws %REL99% "EGPRS Window Size"
2314 5
2315
2316 VAL @m_grr - VAL_egprs_ws@
2317
2318 VAR ul_egprs_ws %REL99 AND FF_EGPRS% "Uplink EGPRS Window Size"
2319 5
2320
2321 VAL @m_grr - VAL_egprs_ws@
2322
2323 VAR dl_egprs_ws %REL99 AND FF_EGPRS% "Downlink EGPRS Window Size"
2324 5
2325
2326 VAL @m_grr - VAL_egprs_ws@
2327
2328 VAR tlli_bcc %REL99 AND FF_EGPRS% "tlli_block_channel_coding"
2329 1
2330
2331 VAL @m_grr - VAL_tlli_bcc@
2332
2333 VAR num_blk_alloc %REL99 AND FF_EGPRS% "NUM_BLK_ALLOC"
2334 2
2335
2336
2337 VAR len %REL99 AND FF_EGPRS% "EGPRS Ack Nack value part Length"
2338 8
2339
2340
2341 VAR urbb_1 %REL99 AND FF_EGPRS% "UNCOMPRESSED_RECEIVED_BLOCK_BITMAP"
2342 MAX_SIZE_URBB_UL
2343
2344
2345 VAR crbb %REL99 AND FF_EGPRS% "COMPRESSED_RECEIVED_BLOCK_BITMAP"
2346 MAX_SIZE_CRBB
2347
2348
2349 VAR comp_bmp_len %REL99 AND FF_EGPRS% "COMPRESSED_BITMAP_LENGTH"
2350 7
2351
2352
2353 VAR cbmp_color_code %REL99 AND FF_EGPRS% "COMPRESSED_BITMAP_STARTING_COLOR_CODE"
2354 1
2355
2356 VAL @m_grr - VAL_cbmp_color_code@
2357
2358 VAR generation "Generation"
2359 2
2360
2361 VAL @m_grr - VAL_generation@
2362
2363 VAR qsearch_C_init %REL99 AND (TI_PS_FF_EMR OR TI_PS_FF_RTD)% "Qsearch_C_Initial"
2364 1
2365
2366
2367 VAR ctrl_ack_type "CONTROL_ACK_TYPE"
2368 1
2369
2370 VAL @m_grr - VAL_ctrl_ack_type@
2371
2372 VAR release_4 "Flag_Release4"
2373 1
2374
2375 VAL @m_grr - VAL_ps@
2376
2377 VAR ccn_active %REL4% "CCN is enabled or disabled towards the corresponding cell"
2378 1
2379
2380 VAL @m_grr - VAL_ccn_active@
2381
2382 VAR si_status_ind %REL4% "SI_STATUS_IND "
2383 1
2384
2385 VAL @m_grr - VAL_psi_status@
2386
2387 VAR urbb_2 %REL99 AND FF_EGPRS% "UNCOMPRESSED_RECEIVED_BLOCK_BITMAP"
2388 MAX_SIZE_URBB_UL
2389
2390
2391 VAR urbb_3 %REL99 AND FF_EGPRS% "UNCOMPRESSED_RECEIVED_BLOCK_BITMAP"
2392 MAX_SIZE_URBB_UL
2393
2394
2395 VAR container_id %REL4% "Container Id"
2396 2
2397
2398
2399 VAR pccn_sending %REL4% "PCCN SENDING"
2400 1
2401
2402 VAL @m_grr - VAL_pccn_sending@
2403
2404 VAR container_idx %REL4% "Container Index"
2405 5
2406
2407
2408 VAR pd %REL4% "protocol discriminator"
2409 3
2410
2411
2412 VAR cd_len %REL4% "CD_LENGTH "
2413 5
2414
2415
2416 VAR cd_data_1 %REL4% "Container Data"
2417 8
2418
2419
2420 VAR cc_data_2 %REL4% "Container Data"
2421 8
2422
2423
2424 VAR si_msg_type %REL4% "SI_MESSAGE_TYPE "
2425 8
2426
2427
2428 VAR mess_rec %REL4% "MESS_REC "
2429 2
2430
2431 VAL @m_grr - Val_mess_rec@
2432
2433 VAR si_x_count %REL4% "SIX_COUNT "
2434 4
2435
2436
2437 VAR si_x_cm %REL4% "SIX_CHANGE_MARK"
2438 3
2439
2440
2441 VAR urbb %REL99 AND FF_EGPRS% "UNCOMPRESSED_RECEIVED_BLOCK_BITMAP for DL"
2442 MAX_SIZE_URBB_DL
2443
2444
2445 VAR urbb_4 %REL99 AND FF_EGPRS% "UNCOMPRESSED_RECEIVED_BLOCK_BITMAP for DL"
2446 MAX_SIZE_URBB_DL
2447
2448
2449 VAR urbb_5 %REL99 AND FF_EGPRS% "UNCOMPRESSED_RECEIVED_BLOCK_BITMAP for DL"
2450 MAX_SIZE_URBB_DL
2451
2452
2453
2454
2455
2456 COMP wait "Wait Structure"
2457 {
2458 wait_ind ; WAIT_INDICATION
2459 waitsize ; WAIT INDICATIONSIZE
2460 }
2461
2462
2463
2464 COMP bts_pwr_ctrl "BTS_PWR_CTRL"
2465 {
2466 p0 ; BTS_PWR_CTRL_P0
2467 mode ; BTS_PWR_CTRL_MODE
2468 pr_mode ; PR_MODE
2469 }
2470
2471
2472
2473 COMP psi_des "PSI Description"
2474 {
2475 msg_type ; Message Type
2476 psix_cm ; PSIX_CHANGE_MARK
2477 flag ; Flag
2478 < (flag=1) psix_cnt > ; PSIX_COUNT
2479 < (flag=1) inst_bitmap [psix_cnt+1..16] > ; Instance Bitmap
2480 }
2481
2482
2483
2484 COMP received_psi "Received PSI"
2485 {
2486 CSN1_S1 psi_des [0..MAX_MSG_TYPE] ; PSI Description
2487 add_msg_type ; Additional Message Type
2488 }
2489
2490
2491
2492 COMP unknown_psi "Unkown PSI"
2493 {
2494 CSN1_S1 msg_type [0..MAX_MSG_TYPE] ; Message Type
2495 add_msg_type ; Addional Message Type
2496 }
2497
2498
2499
2500 COMP glob_tfi "Global TFI"
2501 {
2502 flag ; Flag
2503 < (flag=0) ul_tfi > ; Uplink TFI
2504 < (flag=1) dl_tfi > ; Downlink TFI
2505 }
2506 TYPEDEF COMP glob_tfi glob_tfi_assign "GLOBAL_TFI_ASSIGNMENT"
2507
2508
2509
2510 COMP add2 "Address Information2"
2511 {
2512 flag ; Flag
2513 < (flag = 0) glob_tfi > ; Global TFI
2514 < (flag = 1) flag2 > ; Flag2
2515 < (flag = 1 AND flag2 = 0) tlli_value > ; TLLI
2516 < (flag = 1 AND flag2 = 1) flag3 > ; Flag3
2517 < (flag = 1 AND flag2 = 1 AND flag3 = 0) tqi > ; TQI
2518 }
2519
2520
2521
2522 COMP add1 "Address Information1"
2523 {
2524 flag ; Flag
2525 < (flag = 0) glob_tfi > ; Global TFI
2526 < (flag = 1) flag2 > ; Flag
2527 < (flag = 1 AND flag2 = 0) tlli_value > ; TLLI
2528 }
2529
2530
2531
2532 COMP chan_req_des "Channel Request Description"
2533 {
2534 peak_thr_class ; PEAK_THROUGHPUT_CLASS
2535 radio_prio ; RADIO_PRIORITY
2536 rlc_mode ; RLC_MODE
2537 llc_pdu_type ; LLC_ PDU_TYPE
2538 rlc_octet_cnt ; RLC_OCTET_COUNT
2539 }
2540
2541
2542
2543 COMP gpta "Global Packet Timing Advance"
2544 {
2545 CSN1_S1 ta_value ; TIMING_ADVANCE_VALUE
2546 flag ; Flag
2547 < (flag=1) ul_ta_index > ; UPLINK_TA_INDEX
2548 < (flag=1) ul_ta_tn > ; UPLINK_TA_TIMESLOT
2549 flag2 ; Flag2
2550 < (flag2=1) dl_ta_index > ; DOWNLINK_TA_INDEX
2551 < (flag2=1) dl_ta_tn > ; DOWNLINK_TA_TIMESLOT
2552 }
2553
2554
2555
2556 COMP chamge_ma_sub "Change Mark Sub Structure"
2557 {
2558 cm1 ; CHANGE_MARK_1
2559 CSN1_S1 cm2 ; CHANGE_MARK_2
2560 }
2561
2562
2563
2564 COMP indi_encod "Indirect Encoding"
2565 {
2566 maio ; MAIO
2567 ma_num ; MA_NUMBER
2568 CSN1_S1 chamge_ma_sub ; Change Mark Sub Structure
2569 }
2570
2571
2572
2573 COMP di_encod2 "Direct Encoding 2"
2574 {
2575 maio ; MAIO
2576 hsn ; HSN
2577 len_ma_list ; Length of MA Frequency List contents
2578 ma_list [len_ma_list +3..19] ; MA Frequency List contents
2579 }
2580
2581
2582
2583 COMP block_struct "Blocks Structure"
2584 {
2585 bl_o_bl_per ; BLOCKS_OR_BLOCK_PERIODS
2586 a_map_len ; ALLOCATION_BITMAP_LENGTH
2587 alloc_map [a_map_len..127] ; ALLOCATION_BITMAP
2588 }
2589
2590
2591
2592 COMP g_pwr_par "Global Power Control Parameters"
2593 {
2594 alpha ; ALPHA
2595 t_avg_w ; T_AVG_W
2596 t_avg_t ; T_AVG_T
2597 pb ; PB
2598 pc_meas_chan ; PC_MEAS_CHAN
2599 imeas_chan_list ; INT_MEAS_CHANNEL_LIST_AVAIL
2600 n_avg_i ; N_AVG_I
2601 }
2602
2603
2604
2605 COMP ext_bits "Extensions Bits IE"
2606 {
2607 ext_len ; extension length
2608 spare_ext [ext_len+1..64] ; spare bit extensions IE
2609 }
2610
2611
2612
2613 COMP pccch_org_par "PCCCH Organization Parameters"
2614 {
2615 bs_pcc_rel ; BS_PCC_REL
2616 bs_pbcch_blks ; BS_PBCCH_BLKS
2617 bs_pag_blks ; BS_PAG_BLKS_RES
2618 bs_prach_blks ; BS_PRACH_BLKS
2619 }
2620
2621
2622
2623 COMP loc_area_ident "Location Area Identification"
2624 {
2625 BCD_NOFILL mcc [3] ; Mobile Country Code
2626 BCD_MNC mnc [2..3] ; Mobile Network Code
2627 lac ; Location Area Code
2628 }
2629
2630
2631
2632 COMP cell_id "Cell Identification"
2633 {
2634 loc_area_ident ; Location Area Identification IE
2635 rac ; RAC
2636 cell_id_ie ; Cell Identity IE
2637 }
2638
2639
2640
2641 COMP rfl_num_list "RFL number list"
2642 {
2643 rfl_num ; RFL_NUMBER
2644 }
2645
2646
2647
2648 COMP rfl_cont "Frequency List"
2649 {
2650 flist ; Frequency List Contents
2651 }
2652
2653
2654
2655 COMP rfl "Reference Frequency Lists"
2656 {
2657 rfl_num ; RFL_NUMBER
2658 rfl_cont_len ; Length of RFL contents
2659 rfl_cont [rfl_cont_len+3..19] ; RFL contents
2660 }
2661
2662
2663
2664 COMP cell_alloc "Cell Allocation"
2665 {
2666 rfl_num ; RFL_Number
2667 }
2668
2669
2670
2671 COMP ma_struct "MA Structure"
2672 {
2673 ma_len ; MA_LENGTH
2674 ma_map [ma_len+1..64] ; MA_BITMAP
2675 }
2676
2677
2678
2679 COMP arfcn_index_list "ARFCN Index List Structure"
2680 {
2681 arfcn_index ; ARFCN index
2682 }
2683
2684
2685
2686 COMP gprs_ms_alloc_ie "GPRS Mobile Allocations IE"
2687 {
2688 hsn ; HSN
2689 CSN1_S1 rfl_num_list [0..MAX_RFL_NUM_LIST] ; RFL number list
2690 flag ; Flag
2691 < (flag=0) ma_struct > ; MA Structure
2692 < (flag=1) CSN1_S1 arfcn_index_list [0..MAX_ARFCN_LIST] > ; ARFCN index list
2693 }
2694
2695
2696
2697 COMP gprs_ms_alloc "GPRS Mobile Allocations"
2698 {
2699 ma_num ; MA_NUMBER
2700 gprs_ms_alloc_ie ; GPRS Mobile Allocation IE
2701 }
2702
2703
2704
2705 COMP di_encod1 "Direct Encoding 1"
2706 {
2707 maio ; MAIO
2708 gprs_ms_alloc_ie ; GPRS Mobile Allocation IE
2709 }
2710
2711
2712
2713 COMP freq_par "Frequency Parameters"
2714 {
2715 tsc ; Training Sequence Code
2716 flag ; Flag
2717 flag2 ; Flag2
2718 < (flag=0 AND flag2=0) arfcn > ; ARFCN
2719 < (flag=0 AND flag2=1) indi_encod > ; Indirect encoding
2720 < (flag=1 AND flag2=0) di_encod1 > ; Direct encoding 1
2721 < (flag=1 AND flag2=1) di_encod2 > ; Direct encoding 2
2722 }
2723
2724
2725
2726 COMP pbcch_des "PBCCH Description"
2727 {
2728 pb ; PB
2729 tsc ; TSC
2730 tn ; TIMESLOT_NUMBER
2731 flag ; Flag
2732 < (flag=1) flag2 > ; Flag2
2733 < (flag=1 AND flag2=0) arfcn > ; ARFCN
2734 < (flag=1 AND flag2=1) maio > ; MAIO
2735 }
2736
2737
2738
2739 COMP h_pccch_c "Hopping PCCCH Description"
2740 {
2741 maio ; MAIO
2742 ts_alloc ; TIMESLOT_ALLOCATION
2743 }
2744
2745
2746
2747 COMP nh_pccch_c "Non Hopping PCCCH Description"
2748 {
2749 arfcn ; ARFCN
2750 ts_alloc ; TIMESLOT_ALLOCATION
2751 }
2752
2753
2754
2755 COMP ma_h_s1 "Hopping PCCCH Description and MA_NUMBER"
2756 {
2757 ma_num ; MA_NUMBER
2758 CSN1_S1 h_pccch_c [0..MAX_M_H_PCCCH_C] ; Hopping PCCCH carriers
2759 }
2760
2761
2762
2763 COMP pccch_des "PCCCH Description"
2764 {
2765 tsc ; TSC
2766 flag ; Flag
2767 < (flag=0) CSN1_S1 nh_pccch_c [0..MAX_NH_PCCCH_C] > ; Non-hopping PCCCH carriers
2768 < (flag=1) ma_h_s1 > ; MA_NUMBER and Hopping PCCCH carriers
2769 }
2770
2771
2772
2773 COMP gen_cell_par "General Cell Selection parameter"
2774 {
2775 gprs_c_hyst ; GPRS_CELL_RESELECT_HYSTERESIS
2776 c31_hyst ; C31_HYST
2777 c32_qual ; C32_QUAL:
2778 rab_acc_re ; RANDOM_ACCESS_RETRY
2779 CSN1_S1 t_resel ; T_RESEL
2780 CSN1_S1 ra_re_hyst ; RA_RESELECT_HYSTERESIS
2781 }
2782
2783
2784
2785 COMP hcs_par "HCS Structure"
2786 {
2787 gprs_prio_class ; GPRS_PRIORITY_CLASS
2788 gprs_hcs_thr ; GPRS_HCS_THR
2789 }
2790
2791
2792
2793 COMP scell_par "Serving Cell parameters"
2794 {
2795 cell_ba ; CELL_BAR_ACCESS_2
2796 exc_acc ; EXC_ACC
2797 gprs_rxlev_access_min ; GPRS_RXLEV_ACCESS_MIN
2798 txpwr_max_cch ; GPRS_MS_TXPWR_MAX_CCH
2799 CSN1_S1 hcs_par ; HCS Serving Cell parameters
2800 multi_band_rep ; MULTIBAND_REPORTING
2801 }
2802
2803
2804
2805 COMP si13_pbcch_s1 "SI13_PBCCH_LOCATION sub1"
2806 {
2807 pbcch_loc ; PBCCH_LOCATION
2808 psi1_rep_per ; PSI1_REPEAT_PERIOD
2809 }
2810
2811
2812
2813 COMP si13_pbcch "SI13_PBCCH_LOCATION structure"
2814 {
2815 flag ; Flag
2816 < (flag=0) si13_loc > ; SI13_LOCATION
2817 < (flag=1) si13_pbcch_s1 > ; SI13_PBCCH_LOCATION Sub 1
2818 }
2819
2820
2821
2822 COMP cs_par_s1 "Cell Selection Parameters Sub 1"
2823 {
2824 gprs_rxlev_access_min ; GPRS_RXLEV_ACCESS_MIN
2825 txpwr_max_cch ; GPRS_MS_TXPWR_MAX_CCH
2826 }
2827
2828
2829
2830 COMP cs_par_s2 "Cell selection parameters Sub 2"
2831 {
2832 gprs_temp_offset ; GPRS_TEMPORARY_OFFSET
2833 gprs_penalty_time ; GPRS_PENALTY_TIME
2834 }
2835
2836
2837
2838 COMP cs_par "Cell selection parameters"
2839 {
2840 cell_ba ; CELL_BAR_ACCESS_2
2841 exc_acc ; EXC_ACC
2842 same_ra_scell ; SAME_RA_AS_SERVING_CELL
2843 CSN1_S1 cs_par_s1 ; Cell selection parameters Sub 1
2844 CSN1_S1 cs_par_s2 ; Cell selection parameters Sub 2
2845 CSN1_S1 gprs_resel_off ; GPRS_RESELECT_OFFSET
2846 CSN1_S1 hcs_par ; HCS parameters
2847 CSN1_S1 si13_pbcch ; SI13_PBCCH_LOCATION
2848 }
2849
2850
2851
2852 COMP ncell_par2_set "Neighbour Cell parameters 2 Parameter Set"
2853 {
2854 CSN1_S1 ncc ; Network Colour Code
2855 exc_acc ; EXC_ACC
2856 CSN1_S1 gprs_rxlev_access_min ; GPRS_RXLEV_ACCESS_MIN
2857 CSN1_S1 txpwr_max_cch ; GPRS_MS_TXPWR_MAX_CCH
2858 CSN1_S1 gprs_prio_class ; GPRS_PRIORITY_CLASS
2859 CSN1_S1 gprs_hcs_thr ; GPRS_HCS_THR
2860 CSN1_S1 si13_pbcch ; SI13_PBCCH_LOCATION
2861 gprs_temp_offset ; GPRS_TEMPORARY_OFFSET
2862 gprs_penalty_time ; GPRS_PENALTY_TIME
2863 gprs_resel_off ; GPRS_RESELECT_OFFSET
2864 }
2865
2866
2867
2868 COMP ma_num_maio "MA_NUMBER and MAIO"
2869 {
2870 ma_num ; MA_NUMBER
2871 maio ; MAIO
2872 }
2873
2874
2875
2876 COMP chan_group "Channel group structure"
2877 {
2878 flag ; Flag
2879 < (flag=0) arfcn > ; ARFCN
2880 < (flag=1) ma_num_maio > ; MA_NUMBER and MAIO
2881 ts_alloc ; TIMESLOT_ALLOCATION
2882 }
2883
2884
2885
2886 COMP chan_list2 "Channel List Structure 2"
2887 {
2888 chan_group ; Channel group structure
2889 }
2890
2891
2892
2893 COMP chan_list_imeas "Channel List for Interference measurements"
2894 {
2895 chan_group ; Channel group structure
2896 CSN1_S1 chan_list2 [0..MAX_CHAN_LIST] ; Channel list structure
2897 }
2898
2899
2900
2901 COMP list_rf "List of removed Frequency"
2902 {
2903 num_rfreq ; NR_OF_REMOVED_FREQ
2904 rfreq_index [num_rfreq+1.. MAX_RFREQ] ; REMOVED_FREQ_INDEX
2905 }
2906
2907
2908
2909 COMP si13_cm_gprs_alloc "SI13_CHANGE_MARK and GPRS Alloc"
2910 {
2911 si13_cm ; SI13_CHANGE_MARK
2912 gprs_ms_alloc_ie ; GPRS Mobile Allocation IE
2913 }
2914
2915
2916
2917 COMP psi13_pwr_par "PSI13 Power Control Parameters"
2918 {
2919 alpha ; ALPHA
2920 t_avg_w ; T_AVG_W
2921 t_avg_t ; T_AVG_T
2922 pc_meas_chan ; PC_MEAS_CHAN
2923 n_avg_i ; N_AVG_I
2924 }
2925
2926
2927
2928 COMP pbcch_n_pres "PBCCH not present in cell structure"
2929 {
2930 rac ; RAC
2931 spgc_ccch_sup ; SPGC_CCCH_SUP
2932 prio_acc_thr ; PRIORITY_ACCESS_THR
2933 ctrl_order ; NETWORK_CONTROL_ORDER
2934 EXTERN @m_rr_com - gprs_cell_opt@ gprs_cell_opt ; GPRS Cell Options
2935 psi13_pwr_par ; GPRS Power Control Parameters
2936 }
2937
2938
2939
2940 COMP nc_meas_s1 "NC Measurement Report Sub1"
2941 {
2942 freq_n ; FREQUENCY_N
2943 CSN1_S1 bsic ; BSIC_N
2944 rxlev_n ; RXLEV_N
2945 }
2946
2947
2948
2949 COMP nc_meas_rep "NC Measurement Report"
2950 {
2951 nc_mode ; NC_MODE
2952 rxlev_scell ; RXLEV_SERVING_CELL
2953 CSN1_S1 i_scell ; INTERFERENCE_SERVING_CELL
2954 num_nc_meas ; NUMBER_OF_NC_MEASUREMENTS
2955 nc_meas_s1 [num_nc_meas..MAX_NCMP_S1] ; NC Measurement Report Sub1
2956 }
2957
2958
2959
2960 COMP ilev "I_LEVEL Structure"
2961 {
2962 CSN1_S1 ilev0 ; I_LEVEL_TN0
2963 CSN1_S1 ilev1 ; I_LEVEL_TN1
2964 CSN1_S1 ilev2 ; I_LEVEL_TN2
2965 CSN1_S1 ilev3 ; I_LEVEL_TN3
2966 CSN1_S1 ilev4 ; I_LEVEL_TN4
2967 CSN1_S1 ilev5 ; I_LEVEL_TN5
2968 CSN1_S1 ilev6 ; I_LEVEL_TN6
2969 CSN1_S1 ilev7 ; I_LEVEL_TN7
2970 }
2971
2972
2973
2974 COMP chan_qual_rep "Channel Quality Report"
2975 {
2976 c_value ; C_VALUE
2977 rxqual ; RXQUAL
2978 signvar ; SIGN_VAR
2979 ilev ; I_LEVEL Structure
2980 }
2981
2982
2983
2984 COMP ilev_abs "I_LEVEL Absolute Structure"
2985 {
2986 CSN1_S1 ilevabs0 ; I_LEVEL_ABS_TN0
2987 CSN1_S1 ilevabs1 ; I_LEVEL_ABS_TN1
2988 CSN1_S1 ilevabs2 ; I_LEVEL_ABS_TN2
2989 CSN1_S1 ilevabs3 ; I_LEVEL_ABS_TN3
2990 CSN1_S1 ilevabs4 ; I_LEVEL_ABS_TN4
2991 CSN1_S1 ilevabs5 ; I_LEVEL_ABS_TN5
2992 CSN1_S1 ilevabs6 ; I_LEVEL_ABS_TN6
2993 CSN1_S1 ilevabs7 ; I_LEVEL_ABS_TN7
2994 }
2995
2996
2997
2998 COMP ext_mp_s1 "EXT Measurement Report Sub1"
2999 {
3000 freq_n ; FREQUENCY_N
3001 CSN1_S1 bsic ; BSIC_N
3002 rxlev_n ; RXLEV_N
3003 }
3004
3005
3006
3007 COMP xmeas_rep "EXT Measurement Report"
3008 {
3009 xrep_type ; EXT_REPORTING_TYPE
3010 CSN1_S1 ilev_abs ; I_LEVEL Absolute Structure
3011 num_meas ; NUMBER_OF_MEASUREMENTS
3012 ext_mp_s1 [num_meas..MAX_XMR_S1] ; EXT Measurement Report Sub1
3013 }
3014
3015
3016
3017 COMP tn_alloc "Timeslot Allocation"
3018 {
3019 CSN1_S1 usf ; USF_TN
3020 }
3021
3022
3023
3024 COMP usf_g "USF_TN and GAMMA_TN"
3025 {
3026 usf ; USF
3027 gamma ; GAMMA
3028 }
3029
3030
3031
3032 COMP pers_lev "Persistence Level Structure"
3033 {
3034 plev [4] ; Persistence Level Radio Prio
3035 }
3036
3037
3038
3039 COMP prach_ctrl_par "PRACH Control Parameters"
3040 {
3041 ac_class ; ACC_CONTR_CLASS
3042 max_retrans [4] ; MAX_RETRANS
3043 s_prach ;
3044 tx_int ; TX_INT
3045 CSN1_S1 pers_lev ; PERSISTENCE_LEVEL
3046 }
3047
3048
3049
3050 COMP ack_nack_des "Ack/Nack Description"
3051 {
3052 f_ack_ind ; FINAL_ACK_INDICATION
3053 ssn ; STARTING_SEQUENCE_NUMBER
3054 rbb [64] ; RECEIVED_BLOCK_BITMAP
3055 }
3056
3057
3058
3059 COMP cbmp_info %REL99 AND FF_EGPRS% "COMPRESSED_BMP_INFO"
3060 {
3061 comp_bmp_len (KEEP,2) ; COMPRESSED_BITMAP_LENGTH
3062 cbmp_color_code ; COMPRESSED_BITMAP_STARTING_COLOR_CODE
3063 crbb [.comp_bmp_len..MAX_SIZE_CRBB] ; COMPRESSED_RECEIVED_BLOCK_BITMAP
3064 }
3065
3066
3067
3068 COMP ul_egprs_ack_nack_info %REL99 AND FF_EGPRS% "UL EGPRS Ack/Nack IE"
3069 {
3070 flag (KEEP,1) ; Flag
3071 < (flag = 1) len > ; EGPRS Ack Nack Length
3072 f_ack_ind ; FINAL_ACK_INDICATION
3073 bow ; BEGINNING_OF_WINDOW
3074 eow ; END_OF_WINDOW
3075 essn ; EGPRS_STARTING_SEQUENCE_NUMBER
3076 flag2 ; Compressed bitmap indicator
3077 < (flag2 = 1) cbmp_info > ; COMPRESSED_BMP_INFO
3078 < (flag2 = 0 AND flag=1) urbb_1 [.len-15..MAX_SIZE_URBB_UL] > ; UNCOMPRESSED_RECEIVED_BLOCK_BITMAP
3079 < (flag2 = 1 AND flag=1) urbb_2 [.len-( (TAKE,2)+23)..MAX_SIZE_URBB_UL] > ; UNCOMPRESSED_RECEIVED_BLOCK_BITMAP
3080 < (flag = 0) GSM5_V urbb_3 [.0..MAX_SIZE_URBB_UL] > ; UNCOMPRESSED_RECEIVED_BLOCK_BITMAP
3081 }
3082
3083
3084
3085 COMP ms_id "Mobile Identity"
3086 {
3087 ms_id_len ; Length of Mobile Identity
3088 ident_digit [ms_id_len..15] ; value part
3089 }
3090
3091
3092
3093 COMP rep_page_s2 "Repeated Page info Sub 2"
3094 {
3095 flag ; Flag
3096 < (flag=0) tmsi_field > ; TMSI
3097 < (flag=1) ms_id > ; Mobile_identity
3098 chan_need ; CHANNEL_NEEDED
3099 CSN1_S1 emlpp_prio ; eMLPP_PRIORITY
3100 }
3101
3102
3103
3104 COMP rep_page_s1 "Repeated Page info Sub1"
3105 {
3106 flag ; Flag
3107 < (flag=0) ptmsi > ; PTMSI
3108 < (flag=1) ms_id > ; Mobile_identity
3109 }
3110
3111
3112
3113 COMP rep_page_info "Repeated Page info"
3114 {
3115 flag ; Flag
3116 < (flag=0) rep_page_s1 > ; Repeated Page info Sub 1
3117 < (flag=1) rep_page_s2 > ; Repeated Page info Sub 2
3118 }
3119
3120
3121
3122 COMP abs "TBF Starting Time Absolute"
3123 {
3124 t1 ; T1'
3125 t3 ; T3
3126 t2 ; T2
3127 }
3128 TYPEDEF COMP abs fn_mod "FRAME_NUMBER"
3129
3130
3131
3132 COMP tbf_s_time "TBF Starting Time"
3133 {
3134 flag ; Flag
3135 < (flag=1) rel > ; TBF Starting Time Relative
3136 < (flag=0) abs > ; TBF Starting Time Absolute
3137 }
3138 TYPEDEF COMP tbf_s_time meas_start_grr "MEASUREMENT_STARTING_TIME"
3139
3140
3141
3142 COMP meas_map "Measurement Mapping"
3143 {
3144 meas_start_grr ; MEASUREMENT_STARTING_TIME
3145 meas_inter ; MEASUREMENT_INTERVAL
3146 meas_bitmap ; MEASUREMENT_BITMAP
3147 }
3148
3149
3150
3151 COMP fa_s2 "FA Sub2"
3152 {
3153 tbf_s_time ; TBF_STARTING_TIME
3154 CSN1_S1 ts_alloc ; TIMESLOT_ALLOCATION
3155 .0 ; spare
3156 flag ; Flag
3157 < (flag=0) block_struct > ; Block Structure
3158 < (flag=1) alloc_map [0..127] > ; ALLOCATION_BITMAP
3159 }
3160
3161
3162
3163 COMP f_alloc_ack "Fixed Allocation Uplink Ack/Nack"
3164 {
3165 final_alloc ; FINAL_ALLOCATION
3166 flag ; Flag
3167 < (flag=0) ts_overr > ; TS_OVERRIDE
3168 < (flag=1) fa_s2 > ; FA Sub2
3169 }
3170
3171
3172
3173 COMP req_ref_p "Packet Request Reference"
3174 {
3175 access_info ; RANDOM_ACCESS_INFORMATION
3176 fn_mod ; FRAME_NUMBER
3177 }
3178
3179
3180
3181 COMP add3 "Address Information3"
3182 {
3183 flag ; Flag
3184 < (flag = 0) glob_tfi > ; Global TFI
3185 < (flag = 1) flag2 > ; Flag2
3186 < (flag = 1 AND flag2 = 0) tlli_value > ; TLLI
3187 < (flag = 1 AND flag2 = 1) flag3 > ; Flag3
3188 < (flag = 1 AND flag2 = 1 AND flag3 = 0) tqi > ; TQI
3189 < (flag = 1 AND flag2 = 1 AND flag3 = 1) req_ref_p > ; Packet Request Ref.
3190 }
3191
3192
3193
3194 COMP req_ref_tfi "Packet Request Ref. or Global TFI"
3195 {
3196 flag ; Flag
3197 < (flag=0) req_ref_p > ; Packet Request Ref.
3198 < (flag=1) glob_tfi > ; Global TFI
3199 }
3200
3201
3202
3203 COMP reject "Reject Structure"
3204 {
3205 flag ; Flag
3206 < (flag=0) tlli_value > ; TLLI
3207 < (flag=1) req_ref_tfi > ; Packet Request Ref. or Global TFI
3208 CSN1_S1 wait ; Wait Structure
3209 }
3210 TYPEDEF COMP reject add_reject "Additional Reject Structure"
3211
3212
3213
3214 COMP gamma_tn "Gamma Array"
3215 {
3216 CSN1_S1 gamma ; GAMMA_TN
3217 }
3218
3219
3220
3221 COMP pwr_par "Power Control Parameters"
3222 {
3223 alpha ; Alpha
3224 gamma_tn [8] ; GAMMA Array
3225 }
3226
3227
3228
3229 COMP f_alloc_ul "Fixed Allocation Uplink Assignment"
3230 {
3231 CSN1_S1 ul_tfi_assign ; UPLINK_TFI_ASSIGNMENT
3232 final_alloc ; FINAL_ALLOCATION
3233 dl_ctrl_ts ; DOWNLINK_CONTROL_TIMESLOT
3234 CSN1_S1 bts_pwr_ctrl ; BTS_PWR_CTRL
3235 flag ; Flag
3236 < (flag=0) ts_alloc > ; TIMESLOT_ALLOCATION
3237 < (flag=1) pwr_par > ; Power Control Parameters
3238 half_dupelx ; HALF_DUPLEX_MODE
3239 tbf_s_time ; TBF_STARTING_TIME
3240 .0 ; spare
3241 flag2 ; Flag2
3242 < (flag2=0) block_struct > ; Block Structure
3243 < (flag2=1) alloc_map [0..127] > ; ALLOCATION_BITMAP
3244 }
3245
3246
3247
3248 COMP f_alloc_re "Fixed Allocation Reconfigure"
3249 {
3250 flag ; Flag
3251 < (flag=0) ul_ts_alloc > ; UPLINK_TIMESLOT_ALLOCATION
3252 < (flag=1) pwr_par > ; Power Control Parameters
3253 final_alloc ; FINAL_ALLOCATION
3254 dl_ctrl_ts ; DOWNLINK_CONTROL_TIMESLOT
3255 CSN1_S1 bts_pwr_ctrl ; BTS_PWR_CTRL
3256 CSN1_S1 meas_map ; Measurement Mapping
3257 tbf_s_time ; TBF_STARTING_TIME
3258 .0 ; spare
3259 flag2 ; Flag2
3260 < (flag2=0) block_struct > ; Block Structure
3261 < (flag2=1) alloc_map [0..127] > ; ALLOCATION_BITMAP
3262 }
3263
3264
3265
3266 COMP usf_array "USF and GAMMA Array"
3267 {
3268 CSN1_S1 usf_g ; USF_TN and GAMMA_TN
3269 }
3270
3271
3272
3273 COMP tn_alloc_pwr "Timeslot Allocation with Power Control Parameters"
3274 {
3275 alpha ; ALPHA
3276 usf_array [8] ; USF and GAMMA Array
3277 }
3278
3279
3280
3281 COMP dyn_alloc_p "Dynamic Allocation"
3282 {
3283 xdyn_alloc ; Extended Dynamic Allocation
3284 flag2 ; flag2
3285 < (flag2=1) p0 > ; BTS_PWR_CTRL_P0
3286 < (flag2=1) pr_mode > ; PR_MODE
3287 usf_grant ; USF_GRANULARITY
3288 CSN1_S1 ul_tfi_assign ; UPLINK_TFI_ASSIGNMENT
3289 CSN1_S1 rlc_db_granted ; RLC_DATA_BLOCKS_GRANTED
3290 CSN1_S1 tbf_s_time ; TBF_STARTING_TIME
3291 flag ; Flag
3292 < (flag=0) tn_alloc [8] > ; Timeslot Allocation Structure
3293 < (flag=1) tn_alloc_pwr > ; Timeslot Allocation with Power Control Parameters
3294 }
3295
3296
3297
3298 COMP alf_gam "ALPHA and GAMMA"
3299 {
3300 alpha ; AlPHA
3301 gamma ; GAMMA
3302 }
3303
3304
3305
3306 COMP sin_alloc "Single Block Allocation"
3307 {
3308 tn ; TIMESLOT_NUMBER
3309 CSN1_S1 alf_gam ; ALPHA and GAMMA
3310 CSN1_S1 bts_pwr_ctrl ; BTS_PWR_CTRL
3311 tbf_s_time ; TBF_STARTING_TIME
3312 }
3313
3314
3315
3316 COMP freq_diff_struct "FREQ_DIFF_STRUCT"
3317 {
3318 freq_diff [.(TAKE,1)+1..8] ; FREQ_DIFF
3319 }
3320 TYPEDEF COMP freq_diff_struct freq_diff_struct_2 "FREQ_DIFF_STRUCT"
3321
3322
3323
3324 COMP xfreq_list "EXT FREQUENCY LIST"
3325 {
3326 start_freq ; START_FREQUENCY
3327 nr_freq ; NR_OF_FREQUENCY
3328 freq_diff_len (KEEP,1) ; FREQ_DIFF_LENGTH
3329 freq_diff_struct [nr_freq..MAX_EXT_FREQ_LIST_ELEM] ; FREQ_DIFF_STRUCT
3330 }
3331 TYPEDEF COMP xfreq_list xfreq_list2 "EXT FREQUENCY LIST"
3332
3333
3334
3335 COMP em1 "EXT Measurement Struct"
3336 {
3337 flag ; Flag
3338 < (flag=1) xrep_type > ; EXT_REPORTING_TYPE
3339 < (flag=1 AND xrep_type=1) ncc_permitted > ; NCC_PERMITTED
3340 < (flag=1 AND xrep_type=2) CSN1_S1 int_freq > ; INT_FREQUENCY
3341 CSN1_S1 xrep_per ; EXT_REPORTING_PERIOD
3342 xfreq_list ; EXT FREQUENCY LIST
3343 CSN1_S1 xfreq_list2 [0.. MAX_EXT_FREQ_LIST] ; EXT FREQUENCY LIST
3344 }
3345
3346
3347
3348 COMP xmeas_par "EXT Measurement Parameters"
3349 {
3350 xmeas_order ; EXT_MEASUREMENT_ORDER
3351 < (xmeas_order=1) em1 > ; Ext. Measurement Struct
3352 }
3353
3354
3355
3356 COMP ncell_par_rest "Neighbour Cell parameters Rest"
3357 {
3358 freq_diff_struct ; FREQ_DIFF_STRUCT
3359 bsic ; BSIC
3360 cs_par ; Cell selection parameters
3361 }
3362
3363
3364
3365 COMP ncell_par "Neighbour Cell parameters"
3366 {
3367 start_freq ; START_FREQUENCY
3368 bsic ; BSIC
3369 cs_par ; Cell selection parameters
3370 n_rest ; NR_OF_REMAINING_CELLS
3371 freq_diff_len (KEEP,1) ; FREQ_DIFF_LENGTH
3372 < (n_rest # 0) ncell_par_rest [n_rest..MAX_FREQ_DIFF_CS_PAR] > ; Neighbour Cell parameters Rest
3373 }
3374
3375
3376
3377 COMP afreq_s "List of added Frequency Sub"
3378 {
3379 freq_diff_struct ; FREQ_DIFF_STRUCT
3380 bsic ; BSIC
3381 CSN1_S1 cs_par ; Cell selection parameters
3382 }
3383
3384
3385
3386 COMP list_af "List of added Frequency"
3387 {
3388 start_freq ; START_FREQUENCY
3389 bsic ; BSIC
3390 CSN1_S1 cs_par ; Cell selection parameters
3391 nr_freq ; NR_OF_FREQUENCY
3392 freq_diff_len (KEEP,1) ; FREQ_DIFF_LENGTH
3393 afreq_s [nr_freq..MAX_AFREQ] ; List of added Frequency Sub
3394 }
3395
3396
3397
3398 COMP nc_freq_list "NC_FREQUENCY_LIST"
3399 {
3400 CSN1_S1 list_rf ; List of removed Frequency
3401 CSN1_S1 list_af [1..MAX_LIST_AFREQ] ; List of added Frequency
3402 }
3403
3404
3405
3406 COMP dyn_alloc_ts "Dynamic Allocation"
3407 {
3408 xdyn_alloc ; Extended Dynamic Allocation
3409 flag2 ; flag2
3410 < (flag2=1) p0 > ; BTS_PWR_CTRL_P0
3411 < (flag2=1) pr_mode > ; PR_MODE
3412 usf_grant ; USF_GRANULARITY
3413 CSN1_S1 rlc_db_granted ; RLC_DATA_BLOCKS_GRANTED
3414 CSN1_S1 tbf_s_time ; TBF_STARTING_TIME
3415 flag ; Flag
3416 < (flag=0) tn_alloc [8] > ; Timeslot Allocation Structure
3417 < (flag=1) tn_alloc_pwr > ; Timeslot Allocation with Power Control Parameters
3418 }
3419
3420
3421
3422 COMP add_psi %REL99% "Add_PSI_Messages"
3423 {
3424 non_gsm_info ; NON_GSM_INFORMATION
3425 Psi8_broadcast ; PSI8_BROADCAST
3426 psi3ter_broadcast ; PSI3ter_BROADCAST
3427 psi3quater_broadcast ; PSI3quater_BROADCAST
3428 }
3429
3430
3431
3432 COMP report_900_grr %REL99 AND (TI_PS_FF_EMR OR TI_PS_FF_RTD)% "Reporting 900"
3433 {
3434 rep_offset_900 ; Reporting Offset 900
3435 rep_thres_900 ; Reporting Threshold 900
3436 }
3437
3438
3439
3440 COMP report_1800_grr %REL99 AND (TI_PS_FF_EMR OR TI_PS_FF_RTD)% "Reporting 1800"
3441 {
3442 rep_offset_1800 ; Reporting Offset 1800
3443 rep_thres_1800 ; Reporting Threshold 1800
3444 }
3445
3446
3447
3448 COMP report_400_grr %REL99 AND (TI_PS_FF_EMR OR TI_PS_FF_RTD)% "Reporting 400"
3449 {
3450 rep_offset_400 ; Reporting Offset 400
3451 rep_thres_400 ; Reporting Treshold 400
3452 }
3453
3454
3455
3456 COMP report_1900_grr %REL99 AND (TI_PS_FF_EMR OR TI_PS_FF_RTD)% "Reporting 1900"
3457 {
3458 rep_offset_1900 ; Reporting Offset 1900
3459 rep_thres_1900 ; Reporting Threshold 1900
3460 }
3461
3462
3463
3464 COMP report_850_grr %REL99 AND (TI_PS_FF_EMR OR TI_PS_FF_RTD)% "Reporting 850"
3465 {
3466 rep_offset_850 ; Reporting Offset 850
3467 rep_thres_850 ; Reporting Treshold 850
3468 }
3469
3470
3471
3472 COMP fdd_multi_report %REL99 AND (TI_PS_FF_EMR OR TI_PS_FF_RTD)% "FDD Multi Reporting"
3473 {
3474 EXTERN @m_rr_com - fdd_rep_quant@ fdd_rep_quant ; FDD REP Quant
3475 EXTERN @m_rr_com - fdd_multi_rep@ fdd_multi_rep ; FDD MULTI Reporting Struct
3476 }
3477
3478
3479
3480 COMP gprs_meas_par_report %REL99 AND (TI_PS_FF_EMR OR TI_PS_FF_RTD)% "GPRS Meas Param Desc Report"
3481 {
3482 CSN1_S1 multi_band_rep ; MULTIBAND_REPORTING
3483 CSN1_S1 serv_cell_rep ; Serving Cell Reporting
3484 CSN1_S1 scale_ord ; Scale ordered
3485 CSN1_S1 report_900_grr ; Reporting 900
3486 CSN1_S1 report_1800_grr ; Reporting 1800
3487 CSN1_S1 report_400_grr ; Reporting 400
3488 CSN1_S1 report_1900_grr ; Reporting 1900
3489 CSN1_S1 report_850_grr ; Reporting 850
3490 }
3491
3492
3493
3494 COMP gprs_meas_par_desc_meas %REL99 AND (TI_PS_FF_EMR OR TI_PS_FF_RTD)% "GPRS Meas Param Desc Mesurement"
3495 {
3496 CSN1_S1 multi_band_rep ; MULTIBAND_REPORTING
3497 CSN1_S1 serv_cell_rep ; Serving Cell Reporting
3498 scale_ord ; SCALE ORD
3499 CSN1_S1 report_900_grr ; Reporting 900
3500 CSN1_S1 report_1800_grr ; Reporting 1800
3501 CSN1_S1 report_400_grr ; Reporting 400
3502 CSN1_S1 report_1900_grr ; Reporting 1900
3503 CSN1_S1 report_850_grr ; Reporting 850
3504 }
3505
3506
3507
3508 COMP gprs_3g_meas_par_desc_pmo %REL99 AND (TI_PS_FF_EMR OR TI_PS_FF_RTD)% "GPRS 3G Meas Param Desc"
3509 {
3510 CSN1_S1 fdd_multi_report ; FDD Multi Reporting
3511 CSN1_S1 EXTERN @m_rr_com - fdd_report@ fdd_report ; FDD Reporting
3512 CSN1_S1 EXTERN @m_rr_com - tdd_multirat_rep@ tdd_multirat_rep ; TDD Multirat Reporting
3513 CSN1_S1 EXTERN @m_rr_com - tdd_rep@ tdd_rep ; TDD Reporting
3514 CSN1_S1 EXTERN @m_rr_com - cdma2000_multirat_rep@ cdma2000_multirat_rep ; CDMA2000 Multirat Reporting
3515 CSN1_S1 EXTERN @m_rr_com - cdma2000_rep@ cdma2000_rep ; CDMA2000 Reporting
3516 }
3517
3518
3519
3520 COMP gprs_3g_meas_par_desc %REL99 AND (TI_PS_FF_EMR OR TI_PS_FF_RTD)% "GPRS 3G Meas Param Desc"
3521 {
3522 CSN1_S1 fdd_multi_report ; FDD Multi Reporting
3523 CSN1_S1 EXTERN @m_rr_com - fdd_report@ fdd_report ; FDD Reporting
3524 CSN1_S1 EXTERN @m_rr_com - tdd_multirat_rep@ tdd_multirat_rep ; TDD Multirat Reporting
3525 CSN1_S1 EXTERN @m_rr_com - tdd_rep@ tdd_rep ; TDD Reporting
3526 }
3527
3528
3529
3530 COMP enh_rep_param_struct %REL99 AND (TI_PS_FF_EMR OR TI_PS_FF_RTD)% "ENH Reporting Parameters Struct"
3531 {
3532 reporting_type ; Report type
3533 reporting_rate ; Reporting Rate
3534 invalid_bsic_rep ; INVALID_BSIC_REPORTING
3535 CSN1_S1 ncc_permitted ; NCC_PERMITTED
3536 CSN1_S1 gprs_meas_par_report ; GPRS Meas Param Desc Report
3537 CSN1_S1 gprs_3g_meas_par_desc ; GPRS 3G Meas Param Desc
3538 }
3539
3540
3541
3542 COMP utran_fdd_grr %REL99% "Utran FDD 3G"
3543 {
3544 fdd_arfcn ; FDD ARFCN
3545 diversity ; Diversity
3546 CSN1_S1 bandwidth_fdd ; Bandwidth FDD
3547 scrambl_codes ; Scrambling Codes
3548 }
3549
3550
3551
3552 COMP utran_tdd_grr %REL99% "Utran TDD 3G"
3553 {
3554 tdd_arfcn ; TDD ARFCN
3555 diversity ; Diversity
3556 CSN1_S1 bandwidth_tdd ; Bandwidth TDD
3557 cell_par ; Cell Parameter
3558 sync_case ; Sync Case
3559 }
3560
3561
3562
3563 COMP target_cell_3g %REL99% "Target Cell 3G"
3564 {
3565 CSN1_S1 utran_fdd_grr ; Utran FDD 3G
3566 CSN1_S1 utran_tdd_grr ; Utran TDD 3G
3567 }
3568
3569
3570
3571 COMP n2_struct %REL99 AND (TI_PS_FF_EMR OR TI_PS_FF_RTD)% "3G cell N2 struct"
3572 {
3573 rem_cell_index_3g ; Removed Cell Index 3G
3574 cell_diff_len_3g ; Cell Diff Length 3G
3575 cell_diff_3g [cell_diff_len_3g..MAX_CELL_DIFF_LENGTH] ; Cell Diff 3G
3576 }
3577
3578
3579
3580 COMP n1_struct %REL99 AND (TI_PS_FF_EMR OR TI_PS_FF_RTD)% "3G cell N1 struct"
3581 {
3582 n2 ; N2
3583 n2_struct [n2+1..32] ; 3G cell N2 struct
3584 }
3585
3586
3587
3588 COMP rem_3g_cell_desc %REL99 AND (TI_PS_FF_EMR OR TI_PS_FF_RTD)% "Removed 3G Cell Description"
3589 {
3590 n1 ; N1
3591 n1_struct [n1+1..4] ; 3G cell N1 struct
3592 }
3593
3594
3595
3596 COMP rep_utran_fdd_n_cells %REL99 AND (TI_PS_FF_EMR OR TI_PS_FF_RTD)% "Repeated UTRAN FDD Neighbour Cells"
3597 {
3598 flag ; Flag
3599 < (flag=0) fdd_arfcn > ; FDD ARFCN
3600 fdd_indic_0 ; FDD Indic 0
3601 nr_of_fdd_cells ; NR OF FDD Cells
3602 fdd_cell_info_field ; FDD Cell Information Field
3603 }
3604
3605
3606
3607 COMP rep_utran_tdd_n_cells %REL99 AND (TI_PS_FF_EMR OR TI_PS_FF_RTD)% "Repeated UTRAN TDD Neighbour Cells"
3608 {
3609 flag ; Flag
3610 < (flag=0) tdd_arfcn > ; TDD ARFCN
3611 tdd_indic_0 ; TDD Indic 0
3612 nr_of_tdd_cells ; NR OF TDD Cells
3613 tdd_cell_info_field ; TDD Cell Information Field
3614 }
3615
3616
3617
3618 COMP gprs_rep_prio_cell_desc %REL99 AND (TI_PS_FF_EMR OR TI_PS_FF_RTD)% "GPRS REP Priority Description"
3619 {
3620 number_cells ; Numer Cells
3621 rep_prio [number_cells..X7BITMAX] ; REP Priority
3622 }
3623
3624
3625
3626 COMP gprs_3g_meas_par_desc_ext_pmo %REL99 AND (TI_PS_FF_EMR OR TI_PS_FF_RTD)% "GPRS 3G Meas Param Desc Ext"
3627 {
3628 qsearch_p ; Qsearch P
3629 EXTERN @m_rr_com - search_prio_3g@ search_prio_3g ; Search Prio 3G
3630 gprs_3g_meas_par_desc_pmo ; GPRS 3G Meas Param Desc
3631 }
3632
3633
3634
3635 COMP gprs_3g_meas_par_desc_ext_pcco %REL99 AND (TI_PS_FF_EMR OR TI_PS_FF_RTD)% "GPRS 3G Meas Param Desc Ext"
3636 {
3637 qsearch_p ; Qsearch P
3638 EXTERN @m_rr_com - search_prio_3g@ search_prio_3g ; Search Prio 3G
3639 gprs_3g_meas_par_desc ; GPRS 3G Meas Param Desc
3640 }
3641
3642
3643
3644 COMP fdd_info_ded %REL99 AND (TI_PS_FF_EMR OR TI_PS_FF_RTD)% "Dedicated mode FDD information"
3645 {
3646 fdd_qoffset ; FDD Qoffset
3647 EXTERN @m_rr_com - fdd_rep_quant@ fdd_rep_quant ; FDD rep quant
3648 EXTERN @m_rr_com - fdd_multi_rep@ fdd_multi_rep ; FDD multirat reporting
3649 }
3650
3651
3652
3653 COMP tdd_info_ded %REL99 AND (TI_PS_FF_EMR OR TI_PS_FF_RTD)% "Dedicated mode TDD information"
3654 {
3655 tdd_qoffset ; TDD Qoffset
3656 EXTERN @m_rr_com - tdd_multirat_rep@ tdd_multirat_rep ; TDD multirat reporting
3657 }
3658
3659
3660
3661 COMP init_ded_mod_rep_desc_3g %REL99 AND (TI_PS_FF_EMR OR TI_PS_FF_RTD)% "3G Initial Dedicated mode Reporting"
3662 {
3663 ba_ind_used_3g ; 3G Neighbour Cell Information
3664 qsearch_i ; Qsearch_I
3665 qsearch_C_init ; Qsearch_C_Initial
3666 CSN1_S1 fdd_info_ded ; Dedicated mode FDD information
3667 CSN1_S1 tdd_info_ded ; Dedicated mode TDD information
3668 }
3669
3670
3671
3672 COMP ba_psi3_str %REL99% "BA_Used_or_PSI3_Struct"
3673 {
3674 flag ; Flag
3675 < (flag=1) psi3_cm > ; PSI3_CHANGE_MARK
3676 < (flag=0) ba_ind_used > ; BA IND/USED
3677 < (flag=0) ba_ind_used_3g > ; BA IND/USED 3G
3678 pmo_ind_used ; PMO IND/USED
3679 }
3680
3681
3682
3683 COMP cell_list_3g %REL99% "Cell List 3G"
3684 {
3685 cell_list_3g_index ; Cell List 3G Index
3686 reporting_quantity ; Reporting Quantity
3687 }
3688
3689
3690
3691 COMP meas_rep_3g_str %REL99% "Mesurement Report 3G Struct"
3692 {
3693 n_3g ; N 3G
3694 cell_list_3g [(n_3g+1)..MAX_3G_NEIGH_CELLS] ; Cell List 3G
3695 }
3696
3697
3698
3699 COMP fdd_info_grr %REL99 AND (TI_PS_FF_EMR OR TI_PS_FF_RTD)% "FDD Information"
3700 {
3701 fdd_gprs_qoffset ; FDD GPRS Qoffset
3702 fdd_qmin ; FDD Qmin
3703 }
3704
3705
3706
3707 COMP gprs_3g_meas_par_desc_qua %REL99 AND (TI_PS_FF_EMR OR TI_PS_FF_RTD)% "GPRS 3G Meas Param Desc quater"
3708 {
3709 qsearch_p ; Qsearch P
3710 EXTERN @m_rr_com - search_prio_3g@ search_prio_3g ; Search Prio 3G
3711 CSN1_S1 fdd_info_grr ; FDD Information
3712 CSN1_S1 tdd_gprs_qoffset ; TDD GPRS Qoffset
3713 }
3714
3715
3716
3717 COMP non_gsm_mess %REL4% "Non GSM Message"
3718 {
3719 non_gsm_pro_disc ; Non GSM Protokol Discriminator
3720 nr_of_con_oct ; Nr Of Container Octets
3721 container [nr_of_con_oct..MAX_CONT_OCT] ; Container
3722 }
3723
3724
3725
3726 COMP cbch_chan_desc %REL99% "CBCH Channel Discription"
3727 {
3728 chan_typ_tdma_offset ; Channel Type and TDMA offset
3729 tn ; TIMESLOT_NUMBER
3730 freq_par ; Frequency Parameters
3731 }
3732
3733
3734
3735 COMP ccch_access_info %REL4% "CCCH Access Information"
3736 {
3737 bcch_change_mark ; BCCH Change Mark
3738 CSN1_S1 si13_cm_gprs_alloc ; SI13_CHANGE_MARK and GPRS Alloc
3739 spgc_ccch_sup ; SPGC_CCCH_SUP
3740 prio_acc_thr ; PRIORITY_ACCESS_THR
3741 ctrl_order ; NETWORK_CONTROL_ORDER
3742 EXTERN @m_rr_com - gprs_cell_opt@ gprs_cell_opt ; GPRS Cell Options
3743 psi13_pwr_par ; GPRS Power Control Parameters
3744 sgsnr ; SGSNR
3745 }
3746
3747
3748
3749 COMP PBCCH_Desc %REL4% "PBCCH Description Struct_2"
3750 {
3751 psi1_rep_per ; PSI1_REPEAT_PERIOD
3752 pb ; PB
3753 tn ; TIMESLOT_NUMBER
3754 freq_par ; Frequency Parameters
3755 }
3756
3757
3758
3759 COMP utran_freq_lst %REL4% "UTRAN Frequency List"
3760 {
3761 CSN1_S1 fdd_arfcn [0..MAX_FDD] ; FDD_ARFCN
3762 CSN1_S1 tdd_arfcn [0..MAX_TDD] ; TDD_ARFCN
3763 }
3764
3765
3766
3767 COMP serv_cell_data %REL99 AND (TI_PS_FF_EMR OR TI_PS_FF_RTD)% "Serving Cell data"
3768 {
3769 rxlev_scell ; RXLEV_SERVING_CELL
3770 CSN1_S1 i_scell ; INTERFERENCE_SERVING_CELL
3771 }
3772
3773
3774
3775 COMP rep_invalid_bsic_info %REL99 AND (TI_PS_FF_EMR OR TI_PS_FF_RTD)% "Repeated Invalid BSIC Information"
3776 {
3777 bcch_freq_ncell ; BCCH FREQ NCELL
3778 bsic ; BSIC
3779 rxlev_ncell ; RXLEV_NCELL
3780 }
3781
3782
3783
3784 COMP non_gprs_ext_info "Non GPRS cell options Extension Information"
3785 {
3786 ecsc ; ECSC
3787 ecsr_3g ; ECSR 3G
3788 }
3789
3790
3791
3792 COMP lsa_id_struct %REL99% "Lsa ID struct"
3793 {
3794 flag ; Flag
3795 < (flag=0) lsa_id > ; LSA_ID
3796 < (flag=1) short_lsa_id > ; ShortLSA_ID
3797 }
3798
3799
3800
3801 COMP serv_cell_lsa_id_info %REL99% "Serving Cell LSA ID info"
3802 {
3803 CSN1_S1 lsa_id_struct [0..MAX_LSA_ID] ; Lsa ID struct
3804 }
3805
3806
3807
3808 COMP lsa_param2 %REL99% "LSA_parameters"
3809 {
3810 nr_of_freq_or_cells ; NR_OF_FREQ_OR_CELLS
3811 serv_cell_lsa_id_info [nr_of_freq_or_cells..MAX_NR_OF_FREQ_OR_CELLS] ; Serving Cell LSA ID info
3812 }
3813
3814
3815
3816 COMP egprs_link_adpt_para %REL99% "EGPRS Link Adaptation parameters"
3817 {
3818 egprs_ws ; EGPRS Window Size
3819 lqm_mode ; Link Quality Measurement Mode
3820 CSN1_S1 bep_period2 ; BEP Period two
3821 }
3822
3823
3824
3825 COMP compact_red_ma %REL99% "COMPACT Reduced MA"
3826 {
3827 length_reduced_bitmap ; Length of Reduced MA bitmap
3828 reduced_ma_bitmap [length_reduced_bitmap..128] ; Reduced MA bitmap
3829 CSN1_S1 maio_2 ; Maio 2
3830 }
3831
3832
3833
3834 COMP gmsk_8psk %REL99 AND FF_EGPRS% "GMSK_8PSK"
3835 {
3836 flag ; Flag
3837 < (flag=0) gmsk_mean_bep_tn > ; GMSK MEAN BEP TN
3838 < (flag=1) psk8_mean_bep_tn > ; PSK8 MEAN BEP TN
3839 }
3840
3841
3842
3843 COMP gmsk_str %REL99 AND FF_EGPRS% "GMSK struct"
3844 {
3845 m_bep ; MEAN_BEP
3846 cv_bep ; CV_BEP
3847 }
3848
3849
3850
3851 COMP psk8_str %REL99 AND FF_EGPRS% "PSK8 Struct"
3852 {
3853 m_bep ; MEAN_BEP
3854 cv_bep ; CV_BEP
3855 }
3856
3857
3858
3859 COMP egprs_bep_lnk_qual_meas %REL99 AND FF_EGPRS% "EGPRS BEP Link Quality Measurements"
3860 {
3861 CSN1_S1 gmsk_str ; GMSK Struct
3862 CSN1_S1 psk8_str ; PSK8 Struct
3863 }
3864
3865
3866
3867 COMP num_idle_blks_str %REL99% "Number of Idle Blocks"
3868 {
3869 CSN1_S1 nib_ccch_0 ; NIB_CCCH_0
3870 CSN1_S1 nib_ccch_1 ; NIB_CCCH_1
3871 CSN1_S1 nib_ccch_2 ; NIB_CCCH_2
3872 CSN1_S1 nib_ccch_3 ; NIB_CCCH_3
3873 }
3874
3875
3876
3877 COMP compact_ctrl_info %REL99% "COMPACT Control Information"
3878 {
3879 large_cell_operation ; Large Cell operation
3880 CSN1_S1 num_idle_blks_str ; Number of Idle Blocks
3881 CSN1_S1 n_ccch_nh ; N CCCH NH
3882 }
3883
3884
3885
3886 COMP compact_cell_sel_str %REL99% "COMPACT Cell selection Struct"
3887 {
3888 bsic ; BSIC
3889 cell_ba ; CELL_BAR_ACCESS_2
3890 exc_acc ; EXC_ACC
3891 same_ra_scell ; SAME_RA_AS_SERVING_CELL
3892 CSN1_S1 cs_par_s1 ; Cell selection parameters Sub 1
3893 CSN1_S1 cs_par_s2 ; Cell selection parameters Sub 2
3894 CSN1_S1 gprs_resel_off ; GPRS_RESELECT_OFFSET
3895 CSN1_S1 hcs_par ; HCS parameters
3896 CSN1_S1 time_grp ; Time group
3897 CSN1_S1 guar_const_pwr_grp ; Guar Constant Pwr Group
3898 }
3899
3900
3901
3902 COMP freq_diff_and_com_param %REL99% "Frequency diff and compact cell selection params"
3903 {
3904 freq_diff_struct_2 ; FREQ_DIFF_STRUCT
3905 compact_cell_sel_str ; COMPACT Cell selection params
3906 }
3907
3908
3909
3910 COMP compact_neighbour_cell_str %REL99% "COMPACT Neighbour Cell params Struct"
3911 {
3912 start_freq ; START_FREQUENCY
3913 compact_cell_sel_str ; COMPACT Cell selection Struct
3914 n_rest ; NR_OF_REMAINING_CELLS
3915 freq_diff_len (KEEP,1) ; FREQ_DIFF_LENGTH
3916 freq_diff_and_com_param [n_rest..MAX_FREQ_DIFF_CS_PAR] ; Frequency diff and compact cell selection params
3917 }
3918
3919
3920
3921 COMP compact_info_str %REL99% "COMPACT Information struct"
3922 {
3923 cell_id ; Cell Identification
3924 CSN1_S1 compact_neighbour_cell_str [0..MAX_NCELL_PARA] ; COMPACT Neighbour Cell params Struct
3925 }
3926
3927
3928
3929 COMP compact_neighbour_param_set_str %REL99% "COMPACT Neighbour Parameter Set"
3930 {
3931 CSN1_S1 ncc ; Network Colour Code
3932 exc_acc ; EXC_ACC
3933 CSN1_S1 gprs_rxlev_access_min ; GPRS_RXLEV_ACCESS_MIN
3934 CSN1_S1 txpwr_max_cch ; GPRS_MS_TXPWR_MAX_CCH
3935 CSN1_S1 gprs_prio_class ; GPRS_PRIORITY_CLASS
3936 CSN1_S1 gprs_hcs_thr ; GPRS_HCS_THR
3937 gprs_temp_offset ; GPRS_TEMPORARY_OFFSET
3938 gprs_penalty_time ; GPRS_PENALTY_TIME
3939 gprs_resel_off ; GPRS_RESELECT_OFFSET
3940 CSN1_S1 guar_const_pwr_grp ; Guar Constant Pwr Group
3941 }
3942
3943
3944
3945 COMP compact_ncp2_prop_struct %REL99% "COMPACT NCP2 Property Struct"
3946 {
3947 freq_diff_struct ; FREQ_DIFF_STRUCT
3948 same_ra_scell ; SAME_RA_AS_SERVING_CELL
3949 cell_ba ; CELL_BAR_ACCESS_2
3950 bcc ; BTS Colour Code
3951 CSN1_S1 time_grp ; Time group
3952 }
3953
3954
3955
3956 COMP comp_ncp2_rep_struct %REL99% "COMPACT NCP2 Repeat Struct"
3957 {
3958 start_freq ; START_FREQUENCY
3959 same_ra_scell ; SAME_RA_AS_SERVING_CELL
3960 cell_ba ; CELL_BAR_ACCESS_2
3961 bcc ; BTS Colour Code
3962 CSN1_S1 time_grp ; Time group
3963 n_r_cells ; NR_OF_REMAINING_CELLS
3964 freq_diff_len (KEEP,1) ; FREQ_DIFF_LENGTH
3965 < (n_r_cells # 0) compact_ncp2_prop_struct [n_r_cells..MAX_NCELL_PAR2_S2] > ; COMPACT NCP2 Property Struct
3966 }
3967
3968
3969
3970 COMP compact_ncp2_str %REL99% "COMPACT NCP2 Struct"
3971 {
3972 comp_ncp2_rep_struct ; COMPACT NCP2 Repeat Struct
3973 para_ptr ; CELL_PARAMS_POINTER
3974 }
3975
3976
3977
3978 COMP compact_neighbour_cell_param %REL99% "COMPACT Neighbour Cell Parameters"
3979 {
3980 flag ; Flag
3981 flag2 ; Flag2
3982 < (flag=0 AND flag2=0) compact_ncp2_str [0..MAX_BASIC_CELL_IN_NCELL2] > ; COMPACT NCP2 Struct
3983 < (flag=0 AND flag2=0) compact_neighbour_param_set_str [(TAKE,2)+1..MAX_NEIGHBOR_PARAMETER_SET_IN_NCELL2] > ; COMPACT Neighbour Parameter Set
3984 }
3985
3986
3987
3988 COMP nc_meas_per "NC Measurement Periods"
3989 {
3990 non_drx_per ; NC_NON_DRX_PERIOD
3991 rep_per_i ; NC_REPORTING_PERIOD_I
3992 rep_per_t ; NC_REPORTING_PERIOD_T
3993 }
3994
3995
3996
3997 COMP nc_meas_par "NC Measurement Parameters"
3998 {
3999 ctrl_order ; NETWORK_CONTROL_ORDER
4000 CSN1_S1 nc_meas_per ; NC Measurement Periods
4001 }
4002
4003
4004
4005 COMP nc_meas_par_list "NC Measurement Parameters Including Frequency List"
4006 {
4007 nc_meas_par ; NC Measurement Parameters
4008 CSN1_S1 nc_freq_list ; NC_FREQUENCY_LIST
4009 }
4010
4011
4012
4013 COMP non_gprs_ext_bits "Non GPRS cell options Extensions Bits IE"
4014 {
4015 ext_len ; Extension length
4016 non_gprs_ext_info [.ext_len+1..64] ; Non GPRS cell options Extension Information and spare bit(s)
4017 }
4018
4019
4020
4021 COMP non_gprs_opt "Non GPRS Cell Options"
4022 {
4023 att ; ATT
4024 CSN1_S1 t3212 ; T3212
4025 neci ; NECI
4026 pwcr ; PWRC
4027 dtx ; DTX
4028 rl_timeout ; RADIO-LINK-TIMEOUT
4029 bs_ag_blks_res ; BS_AG_BLKS_RES
4030 ccch_conf ; CCCH-CONF
4031 bs_pa_mfrms ; BS-PA-MFRMS
4032 max_retrans ; MAX-RETRANS
4033 tx_integer ; TX-INTEGER
4034 ec ; EC
4035 txpwr_max_cch ; MS-TXPDR-MAX-CCCH
4036 CSN1_S1 ext_bits %!REL99% ; Structured Element Item
4037 CSN1_S1 non_gprs_ext_bits %REL99% ; Non GPRS cell options extension Bits IE
4038 }
4039
4040
4041
4042 COMP bep_tn %REL99 AND FF_EGPRS% "BEP per Time Slot"
4043 {
4044 CSN1_S1 gmsk_8psk ; GMSK_8PSK
4045 }
4046
4047
4048
4049 COMP bep_meas %REL99 AND FF_EGPRS% "BEP measurements"
4050 {
4051 bep_tn [MAX_NUM_BEP_TN] ; BEP Per Time Slot
4052 }
4053
4054
4055
4056 COMP egprs_timesl_qual_meas %REL99 AND FF_EGPRS% "EGPRS Timeslot Link Quality Measurement"
4057 {
4058 CSN1_S1 bep_meas ; BEP measurements
4059 CSN1_S1 ilev ; I_LEVEL Structure
4060 }
4061
4062
4063
4064 COMP egprs_chan_qual_rep %REL99 AND FF_EGPRS% "EGPRS Channel Quality Report"
4065 {
4066 egprs_bep_lnk_qual_meas ; EGPRS BEP Link Quality Measurements
4067 c_value ; C_VALUE
4068 egprs_timesl_qual_meas ; EGPRS Timeslot Link Quality Measurement
4069 }
4070
4071
4072
4073 COMP multi_alloc %REL99 AND FF_EGPRS% "Multi Block Allocation"
4074 {
4075 tn ; TIMESLOT_NUMBER
4076 CSN1_S1 alf_gam ; ALPHA and GAMMA
4077 CSN1_S1 bts_pwr_ctrl ; BTS_PWR_CTRL
4078 tbf_s_time ; TBF_STARTING_TIME
4079 num_blk_alloc ; NUM_BLK_ALLOC
4080 }
4081
4082
4083
4084 COMP egprs_ts_config_para %REL99 AND FF_EGPRS% "Egprs timeslot configuration parameters"
4085 {
4086 CSN1_S1 compact_red_ma ; COMPACT Reduced MA
4087 egprs_chan_coding_cmd ; EGPRS_CHANNEL_CODING_COMMAND
4088 ul_rlc_resegment ; UL rlc block resegment
4089 CSN1_S1 dl_egprs_ws ; Downlink EGPRS Window Size
4090 CSN1_S1 ul_egprs_ws ; Uplink EGPRS Window Size
4091 lqm_mode ; Link Quality Measurement Mode
4092 gpta ; Global Packet Timing Advance
4093 CSN1_S1 p_ext_ta ; Packet Extended Timing Advance
4094 dl_rlc_mode ; DOWNLINK_RLC_MODE
4095 ctrl_ack ; CONTROL_ACK
4096 CSN1_S1 dl_tfi ; Downlink TFI
4097 CSN1_S1 ul_tfi ; Uplink TFI
4098 dl_tn_alloc ; DOWNLINK_TIMESLOT_ALLOCATION
4099 CSN1_S1 freq_par ; Frequency Parameters
4100 flag ; Flag
4101 < (flag=0) dyn_alloc_ts > ; Dynamic Allocation
4102 < (flag=1) f_alloc_re > ; Fixed allocation Reconfigure
4103 }
4104
4105
4106
4107 COMP Egprs_ts_reconfig_info %REL99 AND FF_EGPRS% "Egprs packet time slot reconfigure IE"
4108 {
4109 Choice_flag ; Choice flag
4110 < (Choice_flag=0) egprs_ts_config_para > ; Egprs timeslot configuration parameters
4111 }
4112
4113
4114
4115 COMP ncell_par2_s2 "Neighbour Cell parameters 2 Description Sub 2"
4116 {
4117 freq_diff_struct ; FREQ_DIFF_STRUCT
4118 same_ra_scell ; SAME_RA_AS_SERVING_CELL
4119 cell_ba ; CELL_BAR_ACCESS_2
4120 bcc ; BTS Colour Code
4121 }
4122
4123
4124
4125 COMP ncell_par2_s1 "Neighbour Cell parameters 2 Description Sub 1"
4126 {
4127 start_freq ; START_FREQUENCY
4128 same_ra_scell ; SAME_RA_AS_SERVING_CELL
4129 cell_ba ; CELL_BAR_ACCESS_2
4130 bcc ; BTS Colour Code
4131 n_r_cells ; NR_OF_REMAINING_CELLS2
4132 freq_diff_len (KEEP,1) ; FREQ_DIFF_LENGTH
4133 < (n_r_cells # 0) ncell_par2_s2 [n_r_cells..MAX_NCELL_PAR2_S2] > ; Neighbour Cell parameters 2 Description Sub 2
4134 }
4135
4136
4137
4138 COMP ncell_par2_des "Neighbour Cell parameters 2 Description"
4139 {
4140 CSN1_S1 ncell_par2_s1 [0..MAX_REMAINING_CELL_IN_NCELL2] ; Neighbour Cell parameters 2 Description Sub 1
4141 para_ptr (MAX,2) ; CELL_PARAMS_POINTER
4142 }
4143
4144
4145
4146 COMP ncell_par2 "Neighbour Cell parameters 2"
4147 {
4148 generation ; GENERATION
4149 < (generation=0) CSN1_S1 ncell_par2_des [0..MAX_BASIC_CELL_IN_NCELL2] > ; Neighbour Cell parameters 2 Description
4150 < (generation=0) ncell_par2_set [(TAKE,2)+1..MAX_NEIGHBOR_PARAMETER_SET_IN_NCELL2] > ; Neighbour Cell parameters 2 Parameter Set
4151 }
4152
4153
4154
4155 COMP egprs_ack_nack_desc %REL99 AND FF_EGPRS% "EGPRS Ack Nack description used in dl ack/nack"
4156 {
4157 f_ack_ind ; FINAL_ACK_INDICATION
4158 bow ; BEGINNING_OF_WINDOW
4159 eow ; END_OF_WINDOW
4160 essn ; EGPRS_STARTING_SEQUENCE_NUMBER
4161 CSN1_S1 cbmp_info ; COMPRESSED_BMP_INFO
4162 < ((TAKE,2) = 0 AND (TAKE,1) > 15) urbb [.(TAKE,1)-15..MAX_SIZE_URBB_DL] > ; UNCOMPRESSED_RECEIVED_BLOCK_BITMAP
4163 < ((TAKE,1) > 15) urbb_4 [.(TAKE,1)-((TAKE,2)+23)..MAX_SIZE_URBB_DL] > ; UNCOMPRESSED_RECEIVED_BLOCK_BITMAP
4164 < ((TAKE,1) = 0) GSM5_V urbb_5 > ; UNCOMPRESSED_RECEIVED_BLOCK_BITMAP
4165 }
4166
4167
4168
4169 COMP egprs_ack_nack_info %REL99 AND FF_EGPRS% "EGPRS Ack/Nack IE"
4170 {
4171 flag ; Flag
4172 < (flag = 1) len (KEEP,1)> ; EGPRS Ack Nack value part Length
4173 egprs_ack_nack_desc ; EGPRS Ack Nack description
4174 }
4175
4176
4177
4178 COMP neighbour_cell_desc_3g_pmo %REL99 AND (TI_PS_FF_EMR OR TI_PS_FF_RTD)% "Neighbour Cell Description 3G"
4179 {
4180 EXTERN @m_rr_com - threeg_cells@ threeg_cells ; Structured Element Item
4181 CSN1_S1 EXTERN @m_rr_com - cdma2000_cell_desc@ cdma2000_cell_desc ; CDMA2000 Description
4182 CSN1_S1 rem_3g_cell_desc ; Removed 3G Cell Description
4183 }
4184
4185
4186
4187 COMP enh_meas_param_pmo %REL99 AND (TI_PS_FF_EMR OR TI_PS_FF_RTD)% "ENH Mesurement Parameters"
4188 {
4189 ba_psi3_str ; BA_Used_or_PSI3_Struct
4190 reporting_type ; Reporting type
4191 reporting_rate ; Reporting Rate
4192 invalid_bsic_rep ; INVALID_BSIC_REPORTING
4193 CSN1_S1 neighbour_cell_desc_3g_pmo ; Neighbour Cell Description 3G
4194 CSN1_S1 gprs_rep_prio_cell_desc ; GPRS REP Priority Description
4195 CSN1_S1 gprs_meas_par_desc_meas ; GPRS Meas Param Desc Mesurement
4196 CSN1_S1 gprs_3g_meas_par_desc_ext_pmo ; GPRS 3G Meas Param Desc Ext
4197 }
4198
4199
4200
4201 COMP neighbour_cell_desc_3g_pcco %REL99 AND (TI_PS_FF_EMR OR TI_PS_FF_RTD)% "Neighbour Cell Description 3G"
4202 {
4203 EXTERN @m_rr_com - threeg_cells@ threeg_cells ; Structured Element Item
4204 CSN1_S1 rem_3g_cell_desc ; Removed 3G Cell Description
4205 }
4206
4207
4208
4209 COMP enh_meas_param_pcco %REL99 AND (TI_PS_FF_EMR OR TI_PS_FF_RTD)% "ENH Measurement Parameters"
4210 {
4211 ba_psi3_str ; BA_Used_or_PSI3_Struct
4212 reporting_type ; Reporting type
4213 reporting_rate ; Reporting Rate
4214 invalid_bsic_rep ; INVALID_BSIC_REPORTING
4215 CSN1_S1 neighbour_cell_desc_3g_pcco ; Neighbour Cell Description 3G
4216 CSN1_S1 gprs_rep_prio_cell_desc ; GPRS REP Priority Description
4217 CSN1_S1 gprs_meas_par_desc_meas ; GPRS Meas Param Desc Mesurement
4218 CSN1_S1 gprs_3g_meas_par_desc_ext_pcco ; GPRS 3G Meas Param Desc Ext
4219 }
4220
4221
4222
4223 COMP rep_invalid_bsic_info_csn1_s1 %REL99 AND (TI_PS_FF_EMR OR TI_PS_FF_RTD)% "Repeated Invalid BSIC Information optional structure"
4224 {
4225 CSN1_S1 rep_invalid_bsic_info ; Repeated Invalid BSIC Information
4226 }
4227
4228
4229
4230 COMP reporting_quantity_bmp %REL99 AND (TI_PS_FF_EMR OR TI_PS_FF_RTD)% "Reporting quantity bitmap"
4231 {
4232 CSN1_S1 reporting_quantity ; Reporting quantity
4233 }
4234
4235
4236
4237 COMP nc_rep_quan %REL99 AND (TI_PS_FF_EMR OR TI_PS_FF_RTD)% "NC measurement reporting quantity"
4238 {
4239 reporting_quantity_bmp [0.. MAX_REP] ; Reporting Quantity bitmap
4240 }
4241
4242
4243
4244 COMP nc_meas_rep_enh %REL99 AND (TI_PS_FF_EMR OR TI_PS_FF_RTD)% "NC Measurement Report Enh"
4245 {
4246 nc_mode ; NC_MODE
4247 ba_psi3_str ; BA_Used_or_PSI3_Struct
4248 bsic_seen ; BSIC Seen
4249 scale ; SCALE
4250 CSN1_S1 serv_cell_data ; Serving Cell data
4251 CSN1_S1 rep_invalid_bsic_info [0.. MAX_NCMP_S1] ; Repeated Invalid BSIC Information optional structures
4252 CSN1_S1 nc_rep_quan ; NC measurement reporting quantity
4253 }
4254
4255
4256
4257 COMP rtd6_struct %REL99 AND (TI_PS_FF_EMR OR TI_PS_FF_RTD)% "RTD6 Struct"
4258 {
4259 CSN1_S1 rtd_6bit ; RTD6 bit for the cell
4260 }
4261
4262
4263
4264 COMP rtd6_struct_opt_array %REL99 AND (TI_PS_FF_EMR OR TI_PS_FF_RTD)% "RTD6 Struct"
4265 {
4266 CSN1_S1 rtd_6bit ; RTD6 bit for the cell
4267 }
4268
4269
4270
4271 COMP rtd_struct_6bit %REL99 AND (TI_PS_FF_EMR OR TI_PS_FF_RTD)% "RTD STRUCT 6 Bit"
4272 {
4273 CSN1_S1 cell_index_start_rtd ; Cell Index Start RTD
4274 rtd6_struct ; RTD6 Struct
4275 CSN1_S0 rtd6_struct_opt_array [0.. MAX_NR_OF_NCELL] ; RTD6 Struct
4276 }
4277
4278
4279
4280 COMP rtd12_struct %REL99 AND (TI_PS_FF_EMR OR TI_PS_FF_RTD)% "RTD12 Struct"
4281 {
4282 CSN1_S1 rtd_12bit ; RTD12 bit for the cell
4283 }
4284
4285
4286
4287 COMP rtd12_struct_opt_array %REL99 AND (TI_PS_FF_EMR OR TI_PS_FF_RTD)% "RTD12 Struct"
4288 {
4289 CSN1_S1 rtd_12bit ; RTD12 bit for the cell
4290 }
4291
4292
4293
4294 COMP rtd_struct_12bit %REL99 AND (TI_PS_FF_EMR OR TI_PS_FF_RTD)% "RTD STRUCT 12 Bit"
4295 {
4296 CSN1_S1 cell_index_start_rtd ; Cell Index Start RTD
4297 rtd12_struct ; RTD12 Struct
4298 CSN1_S0 rtd12_struct_opt_array [0.. MAX_NR_OF_NCELL] ; RTD12 Struct
4299 }
4300
4301
4302
4303 COMP real_time_diff %REL99 AND (TI_PS_FF_EMR OR TI_PS_FF_RTD)% "Real Time Difference Desc"
4304 {
4305 CSN1_S1 rtd_struct_6bit ; RTD STRUCT 6 Bit
4306 CSN1_S1 rtd_struct_12bit ; RTD STRUCT 12Bit
4307 }
4308
4309
4310
4311 COMP ccn_meas_rep %REL4% "CCN Measurement Report"
4312 {
4313 rxlev_scell ; RXLEV_SERVING_CELL
4314 CSN1_S1 i_scell ; INTERFERENCE_SERVING_CELL
4315 num_nc_meas ; NUMBER_OF_NC_MEASUREMENTS
4316 nc_meas_s1 [num_nc_meas..MAX_NCMP_S1] ; NC Measurement Report
4317 }
4318
4319
4320
4321 COMP container_rep_struct %REL4% "Container repetition struct "
4322 {
4323 pd ; Protocol Discriminator, It has no meaning in case cd_len=0
4324 cd_len ; Container Length
4325 < (cd_len> 0 AND cd_len < 19) cd_data_1 [cd_len..18] > ; Container Segment Type 1
4326 < (cd_len = 0 OR cd_len > 18) cc_data_2 [0..18] > ; Container Segment Type 2, Please refer to the description above.
4327 }
4328
4329
4330
4331 COMP unknown_si %REL4% "Received Unknown SI Message List "
4332 {
4333 CSN1_S1 si_msg_type [0..MAX_MSG_TYPE] ; SI Msg Type
4334 add_msg_type ; Additional Msg Type
4335 }
4336
4337
4338
4339 COMP si_des %REL4% "Received SI Description"
4340 {
4341 si_msg_type ; SI_MESSAGE_TYPE
4342 mess_rec ; MESS_REC
4343 < (mess_rec>1) si_x_cm > ; SI SIX CM
4344 < (mess_rec=2) si_x_count > ; SI SIX Count
4345 < (mess_rec=2) inst_bitmap [si_x_count+1..16] > ; Instance Bitmap
4346 }
4347
4348
4349
4350 COMP received_si %REL4% " Received SI Message List "
4351 {
4352 CSN1_S1 si_des [0..MAX_MSG_TYPE] ; SI Description
4353 add_msg_type ; Additional Message Type
4354 }
4355
4356
4357
4358 COMP egprs_ul_ack_nack_trnc_grp %REL99 AND FF_EGPRS% "EGPRS Ack/Nack desc and Fixed Alloc trunc group"
4359 {
4360 ul_egprs_ack_nack_info ; UL EGPRS Ack/Nack IE
4361 < ((TAKE,1)> 0) CSN1_S1 f_alloc_ack > ; Fixed Allocation Uplink Ack/Nack
4362 }
4363
4364
4365
4366 COMP container_rep_struct_trnc_grp %REL4% "Container Repitition Struct trunc group"
4367 {
4368 container_rep_struct [0..MAX_NUM_CONTAINER] ; Container Repitition Struct
4369 }
4370
4371
4372
4373 COMP release_4_str %REL4% "R4 structured elements"
4374 {
4375 CSN1_S1 EXTERN @m_rr_com - ccn_support_description@ ccn_support_description ; CCN Support Description
4376 }
4377
4378
4379
4380 COMP release_99_str %REL99% "R99 structured elements"
4381 {
4382 CSN1_S1 compact_neighbour_cell_param [0..MAX_NCELL2_IN_PSI3BIS] ; COMPACT Neighbour Cell Parameters
4383 .0 ; Mandatory bit
4384 CSN1_S1 release_4_str %REL4% ; R4 structured elements
4385 }
4386
4387
4388
4389 COMP release_98_str %REL99% "R98 structured elements"
4390 {
4391 CSN1_S1 lsa_param2 ; LSA_parameters
4392 CSN1_S1 release_99_str ; R99 structured elements
4393 }
4394
4395
4396
4397 COMP ncell_par_trnc_grp "NCELL params trunc group"
4398 {
4399 CSN1_S1 ncell_par [0..MAX_NCELL_IN_PSI3BIS] ; Neigbour cell parameters
4400 CSN1_S1 ncell_par2 [0..MAX_NCELL2_IN_PSI3BIS] ; Neighbour Cell parameters 2
4401 CSN1_S1 release_98_str %REL99% ; R98 structured elements
4402 }
4403
4404
4405
4406 COMP rtd_rep_prio_trnc_grp %REL99 AND (TI_PS_FF_EMR OR TI_PS_FF_RTD)% "RTD and REP PRIO trunc group"
4407 {
4408 CSN1_S1 real_time_diff ; Real Time Difference Desc
4409 CSN1_S1 gprs_rep_prio_cell_desc ; GPRS REP Priority Description
4410 }
4411
4412
4413
4414 COMP psi_3_qua_trnc_grp %REL99 AND (TI_PS_FF_EMR OR TI_PS_FF_RTD)% "PSI3 quater trunc group"
4415 {
4416 CSN1_S1 gprs_rep_prio_cell_desc ; GPRS REP Priority Description
4417 CSN1_S1 EXTERN @m_rr_com - threeg_cells@ threeg_cells ; Neighbour Cell Description 3G Quarter
4418 CSN1_S1 gprs_3g_meas_par_desc_qua ; GPRS 3G Meas Param Desc quater
4419 CSN1_S1 init_ded_mod_rep_desc_3g ; 3G Initial Dedicated mode Reporting
4420 }
4421
4422
4423
4424 COMP release_99_str_psi_2 %REL99% "R99 structure"
4425 {
4426 CSN1_S1 compact_ctrl_info ; COMPACT Control Information
4427 CSN1_S1 add_psi ; Add_PSI_Messages
4428 }
4429
4430
4431
4432 COMP psi_2_trnc_grp "PSI 2 trunc group"
4433 {
4434 CSN1_S1 cell_id ; Cell Identification
4435 CSN1_S1 non_gprs_opt ; Non GPRS Cell Options
4436 CSN1_S1 rfl [0..MAX_RFL_IN_PSI] ; Reference Frequency Lists
4437 CSN1_S1 cell_alloc [0..MAX_CELL_ALLOC] ; Cell Allocation
4438 CSN1_S1 gprs_ms_alloc [0..MAX_GPRS_MS_ALLOC] ; GPRS Mobile Allocations
4439 CSN1_S1 pccch_des [0..MAX_PCCCH_DES] ; PCCCH Description
4440 CSN1_S1 release_99_str_psi_2 %REL99% ; R99 structure
4441 }
4442
4443
4444
4445 COMP non_gsm_mess_trnc_grp %REL4% "Non GSM message trunc group"
4446 {
4447 non_gsm_mess [0..NINETEEN] ; Non GSM Message
4448 }
4449
4450
4451
4452 COMP add_reject_trnc_grp "Additional Reject trunc group"
4453 {
4454 CSN1_S1 add_reject [0..MAX_REJECT] ; Additional Reject Structure
4455 }
4456
4457
4458
4459 COMP release_99_str_pda %REL99% "R99 structure"
4460 {
4461 CSN1_S1 egprs_link_adpt_para ; EGPRS Link Adaptation parameters
4462 CSN1_S1 p_ext_ta ; Packet_Extend_Timing_Advance
4463 CSN1_S1 compact_red_ma ; COMPACT Reduced MA
4464 }
4465
4466
4467
4468 COMP pda_trnc_grp "PDA trunc concat notation group"
4469 {
4470 CSN1_S1 freq_par ; Frequency Parameters
4471 CSN1_S1 dl_tfi_assign ; DOWNLINK_TFI_ASSIGNMENT
4472 CSN1_S1 pwr_par ; Power Control Parameters
4473 CSN1_S1 tbf_s_time ; TBF_STARTING_TIME
4474 CSN1_S1 meas_map ; Measurement Mapping
4475 CSN1_S1 release_99_str_pda %REL99% ; R99 structure
4476 }
4477
4478
4479
4480 COMP rep_page_info_trnc_grp "Repeated Page info trunc notation group"
4481 {
4482 CSN1_S1 rep_page_info [0..MAX_REP_PAGE_INFO] ; Repeated Page info
4483 }
4484
4485
4486
4487 COMP release_99_str_d_ul_ack %REL99% "R99 structure"
4488 {
4489 CSN1_S1 p_ext_ta ; Packet_Extend_Timing_Advance
4490 tbf_est ; TBF_EST
4491 }
4492
4493
4494
4495 COMP ta_index_tn "TA index and timeslot structure"
4496 {
4497 ta_index ; TA_INDEX
4498 ta_tn ; TA_TIMESLOT
4499 }
4500
4501
4502
4503 COMP pta "Packet Timing Advance"
4504 {
4505 CSN1_S1 ta_value ; TIMING_ADVANCE_VALUE
4506 CSN1_S1 ta_index_tn ; TA index and timeslot structure
4507 }
4508
4509
4510
4511 COMP gprs_ul_ack_nack_info "GPRS Uplink Ack Nack structure"
4512 {
4513 chan_coding_cmd ; CHANNEL_CODING_COMMAND
4514 ack_nack_des ; Ack/Nack Description
4515 CSN1_S1 cr_tlli ; CONTENTION_RESOLUTION_TLLI :
4516 CSN1_S1 pta ; Packet Timing Advance
4517 CSN1_S1 pwr_par ; Power Control Parameters
4518 CSN1_S1 ext_bits ; Extension Structure
4519 CSN1_S1 f_alloc_ack ; Fixed Allocation Uplink Ack/Nack
4520 CSN1_S1 release_99_str_d_ul_ack %REL99% ; R99 structure
4521 }
4522
4523
4524
4525 COMP egprs_tbf_para %REL99 AND FF_EGPRS% "Egprs TBF parameters"
4526 {
4527 CSN1_S1 cr_tlli ; CONTENTION_RESOLUTION_TLLI
4528 CSN1_S1 compact_red_ma ; COMPACT Reduced MA
4529 egprs_chan_coding_cmd ; EGPRS_CHANNEL_CODING_COMMAND
4530 ul_rlc_resegment ; UL rlc block resegment
4531 egprs_ws ; EGPRS Window Size
4532 EXTERN @m_rr_com - acc_tech_req@ acc_tech_req ; Access Technologies Request
4533 arac_retx_req ; Arac retransmission request
4534 tlli_bcc ; Tlli_block_channel_coding
4535 CSN1_S1 bep_period2 ; BEP Period two
4536 pta ; Packet Timing Advance
4537 CSN1_S1 p_ext_ta ; Packet Extended Timing Advance
4538 CSN1_S1 freq_par ; Frequency Parameters
4539 Choice_flag ; Choice_flag
4540 < (Choice_flag=1) dyn_alloc_p > ; Dynamic Allocation
4541 < (Choice_flag=2) multi_alloc > ; Multi Block Allocation
4542 < (Choice_flag=3) f_alloc_ul > ; Fixed Allocation Uplink Assignment
4543 }
4544
4545
4546
4547 COMP egprs_ul_assign %REL99 AND FF_EGPRS% "Egprs UL assignment parameters"
4548 {
4549 Choice_flag ; Choice_flag
4550 < (Choice_flag=0) egprs_tbf_para > ; Egprs TBF parameters
4551 }
4552
4553
4554
4555 COMP egprs_ul_ack_nack %REL99 AND FF_EGPRS% "EGPRS Uplink Ack Nack description"
4556 {
4557 egprs_chan_coding_cmd ; EGPRS_CHANNEL_CODING_COMMAND
4558 ul_rlc_resegment ; UL rlc block resegment
4559 pre_emptive_tx ; PRE_EMPTIVE_TRANSMISSION
4560 prr_retx_req ; PRR RETRANSMISSION REQUEST
4561 arac_retx_req ; arac retransmission request
4562 CSN1_S1 cr_tlli ; CONTENTION_RESOLUTION_TLLI :
4563 tbf_est ; TBF_EST
4564 CSN1_S1 pta ; Packet Timing Advance
4565 CSN1_S1 p_ext_ta ; Packet_Extend_Timing_Advance
4566 CSN1_S1 pwr_par ; Power Control Parameters
4567 CSN1_S1 ext_bits ; Extension Structure
4568 CSN1_CONCAT egprs_ul_ack_nack_trnc_grp ; EGPRS Ack/Nack desc and Fixed Alloc trunc group
4569 }
4570
4571
4572
4573 COMP egprs_ul_ack_nack_info %REL99 AND FF_EGPRS% "EGPRS Uplink Ack Nack IE"
4574 {
4575 Choice_flag ; Choice_flag
4576 < (Choice_flag=0b00) egprs_ul_ack_nack > ; EGPRS Uplink Ack Nack description
4577 }
4578
4579
4580
4581 COMP release_4_str_psi_3 %REL4% "R4 structure"
4582 {
4583 CSN1_S1 EXTERN @m_rr_com - ccn_support_description@ ccn_support_description ; CCN Support Description
4584 }
4585
4586
4587
4588 COMP release_99_str_psi_3 %REL99% "R99 structure"
4589 {
4590 .00 ; Mandatory bits
4591 CSN1_S1 compact_info_str ; COMPACT Information struct
4592 .0 ; Mandatory bit
4593 CSN1_S1 release_4_str_psi_3 %REL4% ; R4 structure
4594 }
4595
4596
4597
4598 COMP release_98_str_psi_3 %REL99% "R98 structure"
4599 {
4600 CSN1_S1 serv_cell_lsa_id_info [0.. MAX_REP] ; ServingCell LSA ID info
4601 CSN1_S1 lsa_param2 ; LSA_parameters
4602 CSN1_S1 release_99_str_psi_3 ; R99 structure
4603 }
4604
4605
4606
4607 COMP release_4_str_d_meas_order %REL4% "R4 structured elements"
4608 {
4609 ccn_active ; CCN support
4610 CSN1_S1 EXTERN @m_rr_com - ccn_support_description@ ccn_support_description ; CCN Support Description
4611 }
4612
4613
4614
4615 COMP release_99_str_d_meas_order %REL99 AND (TI_PS_FF_EMR OR TI_PS_FF_RTD)% "R99 structured elements"
4616 {
4617 CSN1_S1 enh_meas_param_pmo ; ENH Measurement Parameters
4618 CSN1_S1 release_4_str_d_meas_order %REL4% ; R4 structured elements
4619 }
4620
4621
4622
4623 COMP release_98_str_d_meas_order %REL99% "R98 structured elements"
4624 {
4625 CSN1_S1 lsa_param2 ; LSA_parameters
4626 CSN1_S1 release_99_str_d_meas_order %REL99 AND (TI_PS_FF_EMR OR TI_PS_FF_RTD)% ; R99 structured elements
4627 }
4628
4629
4630
4631 COMP release_99_str_prr %REL99% "R99 structure"
4632 {
4633 flag %REL99 AND !FF_EGPRS% ; Structured Element Item
4634 flag2 %REL99 AND !FF_EGPRS% ; Structured Element Item
4635 CSN1_S1 egprs_bep_lnk_qual_meas %REL99 AND FF_EGPRS% ; EGPRS BEP Link Quality Measurements
4636 CSN1_S1 egprs_timesl_qual_meas %REL99 AND FF_EGPRS% ; EGPRS Timeslot Link Quality Measurement
4637 CSN1_S1 pfi ; PFI
4638 add_ms_rac ; ADD_MS_RAC_INFO_AVAIL
4639 retrans_of_prr ; RETRANS_OF_PRR
4640 }
4641
4642
4643
4644 COMP release_99_str_u_dl_ack %REL99% "R99 structure"
4645 {
4646 CSN1_S1 pfi ; PF_Identifier
4647 }
4648
4649
4650
4651 COMP release_99_str_psi_1 %REL99% "R99 structure"
4652 {
4653 mscr ; MSCR
4654 sgsnr ; SGSNR
4655 band_indicator ; BAND_INDICATOR
4656 }
4657
4658
4659
4660 COMP release_99_str_psi_5 %REL99 AND (TI_PS_FF_EMR OR TI_PS_FF_RTD)% "R99 structure"
4661 {
4662 CSN1_S1 enh_rep_param_struct ; ENH Reporting Parameters Struct
4663 }
4664
4665
4666
4667 COMP psi1_pbcch_info "PSI1 and PBCCH info"
4668 {
4669 psi1_rep_per ; PSI1_REPEAT_PERIOD
4670 pbcch_des ; PBCCH Description
4671 }
4672
4673
4674
4675 COMP release_4_str_psi_13 %REL4% "R4 structure"
4676 {
4677 si_status_ind ; SI_STATUS_IND
4678 }
4679
4680
4681
4682 COMP release_99_str_psi_13 %REL99% "R99 structure"
4683 {
4684 sgsnr ; SGSNR
4685 CSN1_S1 release_4_str_psi_13 %REL4% ; R4 structure
4686 }
4687
4688
4689
4690 COMP release_99_str_pmr %REL99% "R99 structure"
4691 {
4692 CSN1_S1 ba_psi3_str ; BA_Used_or_PSI3_Struct
4693 CSN1_S1 meas_rep_3g_str ; Measurement Report 3G Struct
4694 }
4695
4696
4697
4698 COMP release_99_str_pccf %REL99% "R99 structure"
4699 {
4700 CSN1_S1 utran_fdd_grr ; Utran FDD 3G
4701 CSN1_S1 utran_tdd_grr ; Utran TDD 3G
4702 }
4703
4704
4705
4706 COMP tgt_cell_3g_info %REL99% "3G target cell info"
4707 {
4708 .00 ; spare
4709 im_rel_c1 ; IMMEDIATE_REL
4710 target_cell_3g ; Target Cell 3G
4711 }
4712
4713
4714
4715 COMP release_4_str_pcco %REL4% "R4 structure"
4716 {
4717 ccn_active ; CCN active
4718 CSN1_S1 container_id ; Container Id
4719 CSN1_S1 EXTERN @m_rr_com - ccn_support_description@ ccn_support_description ; CCN Support Description
4720 }
4721
4722
4723
4724 COMP release_99_str_pcco %REL99 AND (TI_PS_FF_EMR OR TI_PS_FF_RTD)% "R99 structure"
4725 {
4726 enh_meas_param_pcco ; ENH Measurement Parameters
4727 CSN1_S1 release_4_str_pcco %REL4% ; R4 structure
4728 }
4729
4730
4731
4732 COMP release_98_str_pcco %REL99% "R98 structure"
4733 {
4734 CSN1_S1 lsa_param2 ; LSA_parameters
4735 CSN1_S1 release_99_str_pcco %REL99 AND (TI_PS_FF_EMR OR TI_PS_FF_RTD)% ; R99 structure
4736 }
4737
4738
4739
4740 COMP gsm_target_cell "GSM Target Cell"
4741 {
4742 arfcn ; ARFCN
4743 bsic ; BSIC
4744 nc_meas_par_list ; NC Measurement Parameters Including Frequency List
4745 CSN1_S1 release_98_str_pcco %REL99% ; R98 structure
4746 }
4747
4748
4749
4750 COMP tgt_cell_gsm_info "GSM target cell info"
4751 {
4752 im_rel_c0 ; IMMEDIATE_REL
4753 gsm_target_cell ; GSM Target Cell
4754 }
4755
4756
4757
4758 COMP tqi_req_ref_p "TQI and Packet Request Ref."
4759 {
4760 Choice_flag ; choice flag
4761 < (Choice_flag=0b10) tqi > ; TQI
4762 < (Choice_flag=0b11) req_ref_p > ; Packet Request Ref.
4763 }
4764
4765
4766
4767 COMP add4 "Address Information4"
4768 {
4769 flag ; Flag
4770 < (flag = 0) glob_tfi > ; Global TFI
4771 < (flag = 1) tqi_req_ref_p > ; TQI and Packet Request Ref.
4772 }
4773
4774
4775
4776 COMP release_99_str_ppcta %REL99% "R99 structure"
4777 {
4778 CSN1_S1 p_ext_ta ; Packet_Extend_Timing_Advance
4779 }
4780
4781
4782
4783 COMP new_cell_info %REL4% "New cell info"
4784 {
4785 arfcn ; ARFCN
4786 bsic ; BSIC
4787 container_id ; Container Id
4788 }
4789
4790
4791
4792 COMP neighbour_cell %REL4% "Neighbour cell"
4793 {
4794 arfcn ; ARFCN
4795 bsic ; BSIC
4796 }
4797
4798
4799
4800
4801
4802
4803 MSG d_access_rej downlink 0b100001 ; Packet Access Reject
4804 {
4805 msg_type ; Message Type
4806 page_mode ; Page Mode
4807 reject ; Reject Structure
4808 CSN1_CONCAT add_reject_trnc_grp ; Additional Reject trunc group
4809 S_PADDING_0 .00101011 (22) ; Spare Padding
4810 }
4811
4812
4813
4814 MSG d_queuing_not downlink 0b000110 ; Packet Queuing Notification
4815 {
4816 msg_type ; Message Type
4817 page_mode ; PAGE_MODE
4818 .111 ; spare
4819 req_ref_p ; Packet Request Reference
4820 tqi ; TQI
4821 S_PADDING_0 .00101011 (22) ; Spare Padding
4822 }
4823
4824
4825
4826 MSG u_resource_req uplink 0b000101 ; Packet Resource Request
4827 {
4828 msg_type ; Message Type
4829 CSN1_S1 access_type ; Access Type
4830 flag ; Flag
4831 < (flag=0) glob_tfi > ; Global TFI
4832 < (flag=1) tlli_value > ; TLLI
4833 CSN1_S1 EXTERN @m_rr_com - ra_cap@ ra_cap ; MS RA capability value
4834 chan_req_des ; Channel Request Description
4835 CSN1_S1 ma_ch_mark ; MA_CHANGE_MARK
4836 c_value ; C_VALUE
4837 CSN1_S1 signvar ; SIGN_VAR
4838 ilev ; I_LEVEL Structure
4839 CSN1_S1 release_99_str_prr %REL99% ; R99 structure
4840 S_PADDING .00101011 (22) ; Spare Padding
4841 }
4842
4843
4844
4845 MSG d_ul_assign downlink 0b001010 ; Packet Uplink Assignment
4846 {
4847 msg_type ; Message Type
4848 page_mode ; Page Mode
4849 CSN1_S1 pers_lev ; PERSISTENCE_LEVEL
4850 add3 ; Address Information3
4851 egprs_flag ; EGPRS escape
4852 < (egprs_flag=0) chan_coding_cmd > ; CHANNEL_CODING_COMMAND
4853 < (egprs_flag=0) tlli_chan_coding > ; TLLI_BLOCK_CHANNEL_CODING
4854 < (egprs_flag=0) pta > ; Packet Timing Advance
4855 < (egprs_flag=0) CSN1_S1 freq_par > ; Frequency Parameters
4856 < (egprs_flag=0) flag > ; Flag
4857 < (egprs_flag=0) flag2 > ; Flag2
4858 < (egprs_flag= 0 AND flag=0 AND flag2=1) dyn_alloc_p > ; Dynamic Allocation
4859 < (egprs_flag= 0 AND flag=1 AND flag2=0) sin_alloc > ; Single Block Allocation
4860 < (egprs_flag= 0 AND flag=1 AND flag2=1) f_alloc_ul > ; Fixed Allocation Uplink Assignment
4861 < (egprs_flag=0) release_99 > %REL99% ; Flag_Release99
4862 < (egprs_flag=0 AND release_99 = 1) CSN1_S1 p_ext_ta > %REL99% ; Packet Extended Timing Advance
4863 < (egprs_flag=1) egprs_ul_assign > %REL99 AND FF_EGPRS% ; Egprs UL assignment parameters
4864 S_PADDING .00101011 (22) ; Spare Padding
4865 }
4866
4867
4868
4869 MSG d_dl_assign downlink 0b000010 ; Packet Downlink Assignment
4870 {
4871 msg_type ; Message Type
4872 page_mode ; PAGE_MODE
4873 CSN1_S1 pers_lev ; PERSISTENCE_LEVEL
4874 add1 ; Address Information1
4875 .0 ; spare
4876 mac_mode ; MAC_MODE
4877 rlc_mode ; RLC_MODE
4878 ctrl_ack ; CONTROL_ACK
4879 ts_alloc ; TIMESLOT_ALLOCATION
4880 pta ; Packet Timing Advance
4881 CSN1_S1 bts_pwr_ctrl ; BTS_PWR_CTRL
4882 CSN1_CONCAT pda_trnc_grp ; PDA trunc concat notation group
4883 S_PADDING .00101011 (22) ; Spare Padding
4884 }
4885
4886
4887
4888 MSG d_tbf_release downlink 0b001000 ; Packet TBF Release
4889 {
4890 msg_type ; Message Type
4891 page_mode ; PAGE_MODE
4892 .0 ; spare
4893 glob_tfi ; Global TFI
4894 ul_release ; UPLINK_RELEASE
4895 dl_release ; DOWNLINK_RELEASE
4896 rel_cause ; TBF Release Cause
4897 S_PADDING_0 .00101011 (22) ; Spare Padding
4898 }
4899
4900
4901
4902 MSG d_paging_req downlink 0b100010 ; Packet Paging Request
4903 {
4904 msg_type ; Message Type
4905 page_mode ; PAGE_MODE
4906 CSN1_S1 pers_lev ; PERSISTENCE_LEVEL
4907 CSN1_S1 nln ; NLN
4908 CSN1_CONCAT rep_page_info_trnc_grp ; Repeated Page info trunc notation group
4909 S_PADDING_0 .00101011 (22) ; Spare Padding
4910 }
4911
4912
4913
4914 MSG u_dl_ack uplink 0b000010 ; Packet Downlink Ack/Nack
4915 {
4916 msg_type ; Message Type
4917 dl_tfi ; DOWNLINK_TFI
4918 ack_nack_des ; Ack/Nack Description
4919 CSN1_S1 chan_req_des ; Channel Request Description
4920 chan_qual_rep ; Channel Quality Report
4921 CSN1_S1 release_99_str_u_dl_ack %REL99% ; R99 structure
4922 S_PADDING .00101011 (22) ; Spare Padding
4923 }
4924
4925
4926
4927 MSG u_e_dl_ack uplink 0b001000 %REL99 AND FF_EGPRS% ; EGPRS Packet Downlink Ack/Nack
4928 {
4929 msg_type ; Message Type
4930 dl_tfi ; DOWNLINK_TFI
4931 is_out_of_mem ; MS_OUT_OF_MEMORY
4932 CSN1_S1 egprs_chan_qual_rep ; EGPRS Channel Quality Report
4933 CSN1_S1 chan_req_des ; Channel Request Description
4934 CSN1_S1 pfi ; PF_Identifier
4935 CSN1_S1 ext_bits ; Extensions Bits IE
4936 egprs_ack_nack_info ; EGPRS Ack/Nack IE
4937 S_PADDING_0 .00101011 (22) ; Spare Padding
4938 }
4939
4940
4941
4942 MSG d_ul_ack downlink 0b001001 ; Packet Uplink Ack/Nack
4943 {
4944 msg_type ; Message Type
4945 page_mode ; PAGE_MODE
4946 .00 ; spare
4947 ul_tfi ; UPLINK_TFI
4948 egprs_flag ; EGPRS flag
4949 < (egprs_flag=0) gprs_ul_ack_nack_info > ; GPRS Uplink Ack Nack structure
4950 < (egprs_flag=1) egprs_ul_ack_nack_info > %REL99 AND FF_EGPRS% ; EGPRS Uplink Ack Nack IE
4951 S_PADDING .00101011 (22) ; Spare Padding
4952 }
4953
4954
4955
4956 MSG psi_1 downlink 0b110001 ; Packet System Information Type 1
4957 {
4958 msg_type ; Message Type
4959 page_mode ; PAGE_MODE
4960 pbcch_change_ma ; PBCCH_CHANGE_MARK
4961 psi_change_field ; PSI_CHANGE_FIELD
4962 psi1_rep_per ; PSI1_REPEAT_PERIOD
4963 psi_cnt_lr ; PSI_COUNT_LR
4964 CSN1_S1 psi_cnt_hr ; PSI_COUNT_HR
4965 meas_order ; MEASUREMENT_ORDER
4966 EXTERN @m_rr_com - gprs_cell_opt@ gprs_cell_opt ; GPRS Cell Options
4967 prach_ctrl_par ; PRACH Control Parameters
4968 pccch_org_par ; PCCCH Organization Parameters
4969 g_pwr_par ; Global Power Control Parameters
4970 psi_status_ind ; PSI_STATUS_IND
4971 CSN1_S1_OPT release_99_str_psi_1 %REL99% ; R99 structure
4972 S_PADDING .00101011 (22) ; Spare Padding
4973 }
4974
4975
4976
4977 MSG psi_2 downlink 0b110010 ; Packet System Information Type 2
4978 {
4979 msg_type ; Message Type
4980 page_mode ; PAGE_MODE
4981 psi2_cm ; PSI2_CHANGE_MARK
4982 psi2_ind ; PSI2_INDEX
4983 psi2_cnt ; PSI2_COUNT
4984 CSN1_CONCAT psi_2_trnc_grp ; PSI 2 trunc group
4985 S_PADDING .00101011 (22) ; Spare Padding
4986 }
4987
4988
4989
4990 MSG psi_3 downlink 0b110011 ; Packet System Information Type 3
4991 {
4992 msg_type ; Message Type
4993 page_mode ; PAGE_MODE
4994 psi3_cm ; PSI3_CHANGE_MARK
4995 psi3bis_cnt ; PSI3_BIS_COUNT
4996 scell_par ; Serving Cell parameters
4997 gen_cell_par ; General Cell Selection parameter
4998 CSN1_S1 ncell_par [0..MAX_NCELL_PARA] ; Neighbour Cell parameters
4999 CSN1_S1_OPT release_98_str_psi_3 %REL99% ; R98 structure
5000 S_PADDING .00101011 (22) ; Spare Padding
5001 }
5002
5003
5004
5005 MSG psi_3_bis downlink 0b110100 ; Packet System Information Type 3 bis
5006 {
5007 msg_type ; Message Type
5008 page_mode ; PAGE_MODE
5009 psi3_cm ; PSI3_CHANGE_MARK
5010 psi3bis_ind ; PSI3_BIS_INDEX
5011 psi3bis_cnt ; PSI3_BIS_COUNT
5012 CSN1_CONCAT ncell_par_trnc_grp ; NCELL params trunc group
5013 S_PADDING .00101011 (22) ; Spare Padding
5014 }
5015
5016
5017
5018 MSG psi_3_ter downlink 0b111100 %REL99 AND (TI_PS_FF_EMR OR TI_PS_FF_RTD)% ; Packet System Information Type 3 ter
5019 {
5020 msg_type ; Message Type
5021 page_mode ; PAGE_MODE
5022 psi3_cm ; PSI3_CHANGE_MARK
5023 psi3ter_ind ; PSI3_TER_INDEX
5024 psi3ter_cnt ; PSI3_TER_COUNT
5025 CSN1_CONCAT rtd_rep_prio_trnc_grp ; RTD and REP PRIO trunc group
5026 S_PADDING .00101011 (22) ; Spare Padding
5027 }
5028
5029
5030
5031 MSG psi_3_qua downlink 0b111101 %REL99 AND (TI_PS_FF_EMR OR TI_PS_FF_RTD)% ; Packet System Information Type 3 quater
5032 {
5033 msg_type ; Message Type
5034 page_mode ; PAGE_MODE
5035 psi3_cm ; PSI3_CHANGE_MARK
5036 psi3qua_ind ; PSI3_QUA_INDEX
5037 psi3qua_cnt ; PSI3_QUA_COUNT
5038 CSN1_CONCAT psi_3_qua_trnc_grp ; PSI3 qua trunc group
5039 S_PADDING .00101011 (22) ; Spare Padding
5040 }
5041
5042
5043
5044 MSG psi_4 downlink 0b110101 ; Packet System Information Type 4
5045 {
5046 msg_type ; Message Type
5047 page_mode ; PAGE_MODE
5048 psi4_cm ; PSI4_CHANGE_MARK
5049 psi4_ind ; PSI4_INDEX
5050 psi4_cnt ; PSI4_COUNT
5051 chan_list_imeas ; Channel List for Interference measurements
5052 S_PADDING_0 .00101011 (22) ; Spare Padding
5053 }
5054
5055
5056
5057 MSG psi_5 downlink 0b110110 ; Packet System Information Type 5
5058 {
5059 msg_type ; Message Type
5060 page_mode ; PAGE_MODE
5061 psi5_cm ; PSI5_CHANGE_MARK
5062 psi5_ind ; PSI5_INDEX
5063 psi5_cnt ; PSI5_COUNT
5064 CSN1_S1 nc_meas_par ; NC Measurement Parameters
5065 CSN1_S1 xmeas_par ; EXT Measurement Parameters
5066 CSN1_S1_OPT release_99_str_psi_5 %REL99 AND (TI_PS_FF_EMR OR TI_PS_FF_RTD)% ; R99 structure
5067 S_PADDING .00101011 (22) ; Spare Padding
5068 }
5069
5070
5071
5072 MSG psi_6 downlink 0b110000 %REL4% ; Packet System Information Type 6
5073 {
5074 msg_type ; Message Type
5075 page_mode ; PAGE_MODE
5076 psi6_cm ; PSI6_CHANGE_MARK
5077 psi6_ind ; PSI6_INDEX
5078 psi6_cnt ; PSI6_COUNT
5079 CSN1_CONCAT non_gsm_mess_trnc_grp ; Non GSM message trunc group
5080 S_PADDING .00101011 (22) ; Spare Padding
5081 }
5082
5083
5084
5085 MSG psi_7 downlink 0b111000 %REL4% ; Packet System Information Type 7
5086 {
5087 msg_type ; Message Type
5088 page_mode ; PAGE_MODE
5089 psi7_cm ; PSI7_CHANGE_MARK
5090 psi7_ind ; PSI7_INDEX
5091 psi7_cnt ; PSI7_COUNT
5092 non_gsm_mess [nr_of_con_oct..MAX_CONT_OCT] ; Non GSM Message
5093 S_PADDING .00101011 (22) ; Spare Padding
5094 }
5095
5096
5097
5098 MSG psi_8 downlink 0b111001 %REL99% ; Packet System Information Type 8
5099 {
5100 msg_type ; Message Type
5101 page_mode ; PAGE_MODE
5102 psi8_cm ; PSI8_CHANGE_MARK
5103 psi8_ind ; PSI8_INDEX
5104 psi8_cnt ; PSI8_COUNT
5105 CSN1_S1 cbch_chan_desc ; CBCH Channel Discription
5106 S_PADDING .00101011 (22) ; Spare Padding
5107 }
5108
5109
5110
5111 MSG psi_13 downlink 0b110111 ; Packet System Information Type 13
5112 {
5113 msg_type ; Message Type
5114 page_mode ; PAGE_MODE
5115 bcch_change_ma ; BCCH_CHANGE_MARK
5116 si_change_ma ; SI_CHANGE_FIELD
5117 CSN1_S1 si13_cm_gprs_alloc ; SI13_CHANGE_MARK and GPRS Alloc
5118 flag ; Flag
5119 < (flag=0) pbcch_n_pres > ; PBCCH not present in cell structure
5120 < (flag=1) psi1_pbcch_info > ; PSI1 and PBCCH info
5121 CSN1_S1_OPT release_99_str_psi_13 %REL99% ; R99 structure
5122 S_PADDING .00101011 (22) ; Spare Padding
5123 }
5124
5125
5126
5127 MSG psi_14 downlink 0b111010 %REL4% ; Packet System Information Type 14
5128 {
5129 msg_type ; Message Type
5130 page_mode ; PAGE_MODE
5131 flag ; Flag
5132 < (flag=0) ccch_access_info > ; CCCH Access Information
5133 < (flag=1) PBCCH_Desc > ; PBCCH Description Struct_2
5134 S_PADDING .00101011 (22) ; Spare Padding
5135 }
5136
5137
5138
5139 MSG psi_15 downlink 0b111110 %REL4% ; Packet System Information Type 15
5140 {
5141 msg_type ; Message Type
5142 page_mode ; PAGE_MODE
5143 CSN1_S1 utran_freq_lst ; UTRAN Frequency List
5144 S_PADDING .00101011 (22) ; Spare Padding
5145 }
5146
5147
5148
5149 MSG u_ctrl_ack uplink 0b000001 ; Packet Control Acknowledgement
5150 {
5151 msg_type ; Message Type
5152 tlli_value ; TLLI
5153 pctrl_ack ; P_CTRL_ACK
5154 S_PADDING_0 .00101011 (22) ; Spare Padding
5155 }
5156
5157
5158
5159 MSG u_cell_chan_failure uplink 0b000000 ; Packet Cell Change Failure
5160 {
5161 msg_type ; Message Type
5162 tlli_value ; TLLI
5163 arfcn ; ARFCN
5164 bsic ; BSIC
5165 failure_cause ; CAUSE
5166 S_PADDING_0 .00101011 (22) ; Spare Padding
5167 }
5168
5169
5170
5171 MSG d_cell_chan_order downlink 0b000001 ; Packet Cell Change Order
5172 {
5173 msg_type ; Message Type
5174 page_mode ; PAGE_MODE
5175 add1 ; Address Information1
5176 flag ; Flag
5177 < (flag=0) tgt_cell_gsm_info > ; GSM target cell info
5178 < (flag=1) tgt_cell_3g_info > %REL99% ; Message Item
5179 S_PADDING .00101011 (22) ; Spare Padding
5180 }
5181
5182
5183
5184 MSG d_dl_dummy downlink 0b100101 ; Packet Downlink Dummy Control Block
5185 {
5186 msg_type ; Message Type
5187 page_mode ; PAGE_MODE
5188 CSN1_S1 pers_lev ; PERSISTENCE_LEVEL
5189 S_PADDING_0 .00101011 (22) ; Spare Padding
5190 }
5191
5192
5193
5194 MSG u_ul_dummy uplink 0b000011 ; Packet Uplink Dummy Control Block
5195 {
5196 msg_type ; Message Type
5197 tlli_value ; TLLI
5198 S_PADDING_0 .00101011 (22) ; Spare Padding
5199 }
5200
5201
5202
5203 MSG u_meas_report uplink 0b000100 ; Packet Measurement Report
5204 {
5205 msg_type ; Message Type
5206 tlli_value ; TLLI
5207 CSN1_S1 psi5_cm ; PSI5_CHANGE_MARK
5208 flag ; Flag
5209 < (flag=0) nc_meas_rep > ; NC Measurement Report
5210 < (flag=1) xmeas_rep > ; EXT Measurement Report
5211 CSN1_S1 release_99_str_pmr %REL99% ; R99 structure
5212 S_PADDING_0 .00101011 (22) ; Spare Padding
5213 }
5214
5215
5216
5217 MSG d_meas_order downlink 0b000011 ; Packet Measurement Order
5218 {
5219 msg_type ; Message Type
5220 page_mode ; PAGE_MODE
5221 add1 ; Address Information1
5222 pmo_index ; PMO_INDEX
5223 pmo_cnt ; PMO_COUNT
5224 CSN1_S1 nc_meas_par_list ; NC Measurement Parameters Including Frequency List
5225 CSN1_S1 xmeas_par ; EXT Measurement Parameters
5226 CSN1_S1 release_98_str_d_meas_order %REL99% ; R98 structured elements
5227 S_PADDING .00101011 (22) ; Spare Padding
5228 }
5229
5230
5231
5232 MSG u_ms_tbf_status uplink 0b000110 ; Packet Mobile TBF Status
5233 {
5234 msg_type ; Message Type
5235 glob_tfi ; Global TFI
5236 tbf_cause ; TBF_CAUSE
5237 CSN1_S1 msg_type2 ; STATUS_MSG_TYPE
5238 S_PADDING_0 .00101011 (22) ; Spare Padding
5239 }
5240
5241
5242
5243 MSG u_enhnc_meas_report uplink 0b001010 %REL99 AND (TI_PS_FF_EMR OR TI_PS_FF_RTD)% ; Packet Enhanced Measurement Report
5244 {
5245 msg_type ; Message Type
5246 tlli_value ; TLLI
5247 nc_meas_rep_enh ; NC Measurement Report Enh
5248 S_PADDING .00101011 (22) ; Spare Padding
5249 }
5250
5251
5252
5253 MSG d_pdch_release downlink 0b100011 ; Packet PDCH Release
5254 {
5255 msg_type ; Message Type
5256 page_mode ; PAGE_MODE
5257 flag ; Flag
5258 < (flag=1) ts_available > ; Timeslots Available
5259 S_PADDING_0 .00101011 (22) ; Spare Padding
5260 }
5261
5262
5263
5264 MSG d_polling_req downlink 0b000100 ; Packet Polling Request
5265 {
5266 msg_type ; Message Type
5267 page_mode ; PAGE_MODE
5268 add2 ; Address Information2
5269 ctrl_ack_type ; CONTROL_ACK_TYPE
5270 S_PADDING_0 .00101011 (22) ; Spare Padding
5271 }
5272
5273
5274
5275 MSG d_ctrl_pwr_ta downlink 0b000101 ; Packet Power Control/Timing Advance
5276 {
5277 msg_type ; Message Type
5278 page_mode ; PAGE_MODE
5279 add4 ; Address Information4
5280 .0 ; spare
5281 CSN1_S1 g_pwr_par ; Global Power Control Parameters
5282 flag ; Flag
5283 < (flag=1) flag2 > ; Flag2
5284 < (flag=0 OR flag=1 AND flag2=0) gpta > ; Global Packet Timing Advance
5285 < (flag=0 OR flag=1 AND flag2=1) pwr_par > ; Power Control Parameters
5286 CSN1_S1 release_99_str_ppcta %REL99% ; R99 structure
5287 S_PADDING .00101011 (22) ; Spare Padding
5288 }
5289
5290
5291
5292 MSG d_prach_par downlink 0b100100 ; Packet PRACH Parameters
5293 {
5294 msg_type ; Message Type
5295 page_mode ; PAGE_MODE
5296 prach_ctrl_par ; PRACH Control Parameters
5297 S_PADDING_0 .00101011 (22) ; Spare Padding
5298 }
5299
5300
5301
5302 MSG u_pkt_psi_status_msg uplink 0b000111 ; Packet PSI Status Message
5303 {
5304 msg_type ; Message Type
5305 glob_tfi ; Global TFI
5306 pbcch_change_ma ; PBCCH_CHANGE_MARK
5307 received_psi ; Received PSI
5308 unknown_psi ; Unknown PSI
5309 S_PADDING_0 .00101011 (22) ; Spare Padding
5310 }
5311
5312
5313
5314 MSG u_pause_msg uplink 0b001001 %REL4% ; Packet Pause Message
5315 {
5316 msg_type ; Message Type
5317 tlli_value ; TLLI
5318 rai ; RAI
5319 S_PADDING .00101011 (22) ; Spare Padding
5320 }
5321
5322
5323
5324 MSG u_add_ms_radio_cap uplink 0b001011 %REL99 AND FF_EGPRS% ; Additional MS Radio Access Capabilities
5325 {
5326 msg_type ; Message Type
5327 flag ; Flag
5328 < (flag=0) glob_tfi > ; Global TFI
5329 < (flag=1) tlli_value > ; TLLI
5330 EXTERN @m_rr_com - ra_cap@ ra_cap ; MS RA capability value
5331 S_PADDING .00101011 (22) ; Spare Padding
5332 }
5333
5334
5335
5336 MSG u_pkt_cell_notification uplink 0b001100 %REL4% ; Packet Cell Change Notification
5337 {
5338 msg_type ; Message Type
5339 glob_tfi ; Global TFI
5340 flag ; Flag
5341 < (flag=0) arfcn > ; ARFCN
5342 < (flag=0) bsic > ; BSIC
5343 flag2 ; Flag
5344 < (flag2=0) ba_ind_used > ; BA used bit
5345 < (flag2=1) psi3_cm > ; PSI 3 CM
5346 pmo_ind_used ; PMO
5347 pccn_sending ; PCCN Sending
5348 ccn_meas_rep ; CCN Meas Report
5349 S_PADDING_0 .00101011 (22) ; Spare Padding
5350 }
5351
5352
5353
5354 MSG d_pkt_cell_change_con downlink 0b001011 %REL4% ; Packet Cell Change Continue
5355 {
5356 msg_type ; MessageType
5357 page_mode ; Page Mode
5358 .0 ; Escape Seq
5359 glob_tfi ; GLOBAL TBI
5360 CSN1_S1 new_cell_info ; New cell info
5361 S_PADDING .00101011 (22) ; Spare Padding
5362 }
5363
5364
5365
5366 MSG d_pkt_neighbour_cell_data downlink 0b001100 %REL4% ; Packet Neighbour Cell Data
5367 {
5368 msg_type ; Message Type
5369 page_mode ; Page Mode
5370 .0 ; Escape Seq
5371 glob_tfi ; Global TFI
5372 container_id ; container id
5373 .0 ; Spare
5374 container_idx ; Container Index
5375 CSN1_S1 neighbour_cell ; Neighbour cell
5376 CSN1_CONCAT container_rep_struct_trnc_grp ; Container Repitition Struct trunc group
5377 S_PADDING .00101011 (22) ; Spare Padding
5378 }
5379
5380
5381
5382 MSG d_pkt_serv_cell_data downlink 0b001101 %REL4% ; Packet Serving Cell Data
5383 {
5384 msg_type ; MessageType
5385 page_mode ; Page Mode
5386 .0 ; Escape Seq
5387 glob_tfi ; Global TFI
5388 .0000 ; Spare Bits
5389 container_idx ; Container Index
5390 CSN1_CONCAT container_rep_struct_trnc_grp ; Container Repitition Struct trunc group
5391 S_PADDING .00101011 (22) ; Spare Padding
5392 }
5393
5394
5395
5396 MSG u_pkt_si_status_msg uplink 0b001101 %REL4% ; PACKET SI STATUS
5397 {
5398 msg_type ; Msg Type
5399 glob_tfi ; Global TFI
5400 bcch_change_mark ; BCCH change mark as received in SI-13 or PSI-13
5401 received_si ; Received SI Message List
5402 unknown_si ; Received Unknown SI Message List
5403 S_PADDING .00101011 (22) ; Spare Padding
5404 }
5405
5406
5407
5408 MSG d_ts_reconfig downlink 0b000111 ; Packet Timeslot Reconfigure
5409 {
5410 msg_type ; Message Type
5411 page_mode ; PAGE_MODE
5412 .0 ; Spare
5413 glob_tfi ; GLOBAL_TFI
5414 egprs_flag ; Egprs_flag
5415 < (egprs_flag=0) chan_coding_cmd > ; CHANNEL_CODING_COMMAND
5416 < (egprs_flag=0) gpta > ; Global Packet Timing Advance
5417 < (egprs_flag=0) dl_rlc_mode > ; DOWNLINK_RLC_MODE
5418 < (egprs_flag=0) ctrl_ack > ; CONTROL_ACK
5419 < (egprs_flag=0) CSN1_S1 dl_tfi > ; Downlink TFI
5420 < (egprs_flag=0) CSN1_S1 ul_tfi > ; Uplink TFI
5421 < (egprs_flag=0) dl_tn_alloc > ; DOWNLINK_TIMESLOT_ALLOCATION
5422 < (egprs_flag=0) CSN1_S1 freq_par > ; Frequency Parameters
5423 < (egprs_flag=0) flag > ; Flag
5424 < (flag=0 AND egprs_flag=0) dyn_alloc_ts > ; Dynamic Allocation
5425 < (flag=1 AND egprs_flag=0) f_alloc_re > ; Fixed allocation Reconfigure
5426 < (egprs_flag=0) release_99 > %REL99% ; Flag_Release99
5427 < (egprs_flag=0 AND release_99=1) CSN1_S1 p_ext_ta > %REL99% ; Packet_Extend_Timing_Advance
5428 < (egprs_flag=1) Egprs_ts_reconfig_info > %REL99 AND FF_EGPRS% ; Egprs packet time slot reconfigure IE
5429 S_PADDING .00101011 (22) ; Spare Padding
5430 }
5431
5432
5433
5434
5435
5436