FreeCalypso > hg > fc-magnetite
comparison cdg211/prim/em.pdf @ 4:56abf6cf8a0b
cdg211: cdginc/mdf/pdf files from TCS211-20070608
| author | Mychaela Falconia <falcon@freecalypso.org> |
|---|---|
| date | Mon, 26 Sep 2016 01:11:35 +0000 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| 3:93999a60b835 | 4:56abf6cf8a0b |
|---|---|
| 1 ;******************************************************************************** | |
| 2 ;*** File : em.pdf | |
| 3 ;*** Creation : Fri Jun 08 13:57:20 CST 2007 | |
| 4 ;*** XSLT Processor : Apache Software Foundation / http://xml.apache.org/xalan-j / supports XSLT-Ver: 1 | |
| 5 ;*** Copyright : (c) Texas Instruments AG, Berlin Germany 2002 | |
| 6 ;******************************************************************************** | |
| 7 ;*** Document Type : Service Access Point Specification | |
| 8 ;*** Document Name : em | |
| 9 ;*** Document No. : 8304.129.96.103 | |
| 10 ;*** Document Date : 2002-02-25 | |
| 11 ;*** Document Status: BEING_PROCESSED | |
| 12 ;*** Document Author: Oliver | |
| 13 ;******************************************************************************** | |
| 14 | |
| 15 | |
| 16 | |
| 17 PRAGMA SRC_FILE_TIME "Tue Apr 5 09:42:26 2005" | |
| 18 PRAGMA LAST_MODIFIED "2002-02-25" | |
| 19 PRAGMA ID_AND_VERSION "8304.129.96.103" | |
| 20 | |
| 21 | |
| 22 | |
| 23 CONST MAX_SDU_LEN 1 ; | |
| 24 CONST MAX_PDP_CTXT 2 ; MAX number of PDP contexts supported | |
| 25 | |
| 26 | |
| 27 | |
| 28 VALTAB VAL_arfcn | |
| 29 VAL 1 - 124 "GSM 900 without extension band" | |
| 30 VAL 0 - 124 "GSM 900 with extension band" | |
| 31 VAL 975 - 1023 "GSM 900 with extension band" | |
| 32 VAL 512 - 1023 "DCS 1800" | |
| 33 VAL 0xFFFF "not present" | |
| 34 | |
| 35 VALTAB VAL_tn | |
| 36 VAL 0 - 7 "timeslot number 0-7" | |
| 37 | |
| 38 VALTAB VAL_txlev | |
| 39 VAL 0 - 31 "power level" | |
| 40 | |
| 41 VALTAB VAL_rxlev | |
| 42 VAL 0 - 63 "received field strength" | |
| 43 | |
| 44 VALTAB VAL_rxqual_f | |
| 45 VAL 0 - 7 "received quality" | |
| 46 | |
| 47 VALTAB VAL_bsic | |
| 48 VAL 0 - 63 "base station identification code" | |
| 49 VAL 0xFF "not present" | |
| 50 | |
| 51 VALTAB VAL_t3212 | |
| 52 VAL 0 - 255 "value times 6minutes" | |
| 53 | |
| 54 VALTAB VAL_v_start | |
| 55 VAL 0 "no starting time" | |
| 56 VAL 1 "with starting time" | |
| 57 | |
| 58 VALTAB VAL_dtx_stat | |
| 59 VAL 0 "without dtx" | |
| 60 VAL 1 "with dtx" | |
| 61 | |
| 62 VALTAB VAL_bs_pa_mfrms | |
| 63 VAL 0 "2 Multiframe Periods" | |
| 64 VAL 1 "3 Multiframe Periods" | |
| 65 VAL 2 "4 Multiframe Periods" | |
| 66 VAL 3 "5 Multiframe Periods" | |
| 67 VAL 4 "6 Multiframe Periods" | |
| 68 VAL 5 "7 Multiframe Periods" | |
| 69 VAL 6 "8 Multiframe Periods" | |
| 70 VAL 7 "9 Multiframe Periods" | |
| 71 | |
| 72 VALTAB VAL_entity | |
| 73 VAL 1 EM_L1 "L1" | |
| 74 VAL 2 EM_DL "DL" | |
| 75 VAL 3 EM_RR "RR" | |
| 76 VAL 4 EM_MM "MM" | |
| 77 VAL 5 EM_CC "CC" | |
| 78 VAL 6 EM_SS "SS" | |
| 79 VAL 7 EM_SMS "SMS" | |
| 80 VAL 8 EM_SIM "SIM" | |
| 81 | |
| 82 VALTAB VAL_pco_bitmap | |
| 83 VAL 0x0001 EM_PCO_SC_INFO "request RR SC information" | |
| 84 VAL 0x0002 EM_PCO_GPRS_INFO "request GPRS SC information" | |
| 85 VAL 0x0004 EM_PCO_NC_INFO "request RR NC information" | |
| 86 VAL 0x0008 EM_PCO_LOC_PAG_INFO "request RR Location and Paging information" | |
| 87 VAL 0x0010 EM_PCO_PLMN_INFO "request RR PLMN information" | |
| 88 VAL 0x0020 EM_PCO_CIPH_HOP_DTX_INFO "request RR Ciphering Hopping and DTX information" | |
| 89 VAL 0x0040 EM_PCO_POWER_INFO "request RR Power (Classmark) information" | |
| 90 VAL 0x0080 EM_PCO_IDENTITY_INFO "request RR Identity information" | |
| 91 VAL 0x0100 EM_PCO_SW_VERSION_INFO "request SW Version information" | |
| 92 VAL 0x0200 EM_PCO_GMM_INFO "request GMM information" | |
| 93 VAL 0x0400 EM_PCO_GRLC_INFO "request GRLC information" | |
| 94 VAL 0x0800 EM_PCO_AMR_INFO "request AMR information" | |
| 95 VAL 0x1000 EM_PCO_PDP_INFO "request PDP information" | |
| 96 | |
| 97 VALTAB VAL_hyst | |
| 98 VAL 0 CELL_HYST_0_DB "0 dB RXLEV hysteresis for LA re-selection" | |
| 99 VAL 1 CELL_HYST_2_DB "2 dB RXLEV hysteresis for LA re-selection" | |
| 100 VAL 2 CELL_HYST_4_DB "4 dB RXLEV hysteresis for LA re-selection" | |
| 101 VAL 3 CELL_HYST_6_DB "6 dB RXLEV hysteresis for LA re-selection" | |
| 102 VAL 4 CELL_HYST_8_DB "8 dB RXLEV hysteresis for LA re-selection" | |
| 103 VAL 5 CELL_HYST_10_DB "10 dB RXLEV hysteresis for LA re-selection" | |
| 104 VAL 6 CELL_HYST_12_DB "12 dB RXLEV hysteresis for LA re-selection" | |
| 105 VAL 7 CELL_HYST_14_DB "14 dB RXLEV hysteresis for LA re-selection" | |
| 106 | |
| 107 VALTAB VAL_gprs_prio_class | |
| 108 VAL 0xFF GPRS_PRIORITY_CLASS_INVALID "This value is used to indicate the absence of this parameter" | |
| 109 | |
| 110 VALTAB VAL_tbf_trans_type | |
| 111 VAL 0x00 EM_TBF_TYPE_NULL "No GPRS data transfer" | |
| 112 VAL 0x01 EM_TBF_TYPE_SB "" | |
| 113 VAL 0x02 EM_TBF_TYPE_FA "Fixed Allocation" | |
| 114 VAL 0x03 EM_TBF_TYPE_DA "Dynamic Allocation" | |
| 115 VAL 0x04 EM_TBF_TYPE_DL "DL" | |
| 116 VAL 0x05 EM_TBF_TYPE_DL_AND_DA "DL + Dynamic Allocation" | |
| 117 VAL 0x06 EM_TBF_TYPE_DL_AND_FA "DL + Fixed Allocation" | |
| 118 | |
| 119 VALTAB VAL_nco | |
| 120 VAL 0x00 FMM_NC0 "NC0" | |
| 121 VAL 0x01 FMM_NC1 "NC1" | |
| 122 VAL 0x02 FMM_NC2 "NC2, network controlled" | |
| 123 VAL 0x03 FMM_RESET "BCCH based reselection order" | |
| 124 VAL 0x04 FMM_EMPTY "undefined" | |
| 125 | |
| 126 VALTAB VAL_grlc_state | |
| 127 VAL 0x00 ACCESS_DISABLED "access disabled " | |
| 128 VAL 0x01 PIM "Packet idle mode" | |
| 129 VAL 0x02 PAM "Packet access mode" | |
| 130 VAL 0x03 PTM "Packet transfer mode" | |
| 131 VAL 0x04 WAIT_4_PIM "wait for PIM" | |
| 132 | |
| 133 VALTAB VAL_cs | |
| 134 VAL 0x00 CS_MODE_1 "Values Item" | |
| 135 VAL 0x01 CS_MODE_2 "Values Item" | |
| 136 VAL 0x02 CS_MODE_3 "Values Item" | |
| 137 VAL 0x03 CS_MODE_4 "Values Item" | |
| 138 | |
| 139 VALTAB VAL_cell_type_ind | |
| 140 VAL 0 EM_CELL_NA "Cell type is not available" | |
| 141 VAL 1 EM_CELL_GSM "Cell supports GSM only" | |
| 142 VAL 2 EM_CELL_GPRS "Cell supports GSM and GPRS" | |
| 143 | |
| 144 VALTAB VAL_cell_resel_offset | |
| 145 VAL 0 - 63 "0 126 dB,2 dB steps, i.e. 0 = 0 dB, 1 = 2 dB, etc." | |
| 146 | |
| 147 VALTAB VAL_temp_offset | |
| 148 VAL 0 - 7 "0 60 dB, 10 dB steps i.e. 0 = 0 dB,1 = 10 dB, etc. and 7 = infinity" | |
| 149 | |
| 150 VALTAB VAL_rxlev_acc_min | |
| 151 VAL 0 - 63 "Values Range" | |
| 152 | |
| 153 VALTAB VAL_vocoder | |
| 154 VAL 0b00000000 EM_VOC_SIG "Signalling only" | |
| 155 VAL 0b00000001 EM_VOC_SPEECH "Speech" | |
| 156 VAL 0b00100001 EM_VOC_EFR "Enhanced full rate" | |
| 157 VAL 0b01000001 EM_VOC_AMR "Adaptive multi rate" | |
| 158 VAL 0b00001111 EM_VOC_14_4 "User data rate of 14.4 kbps " | |
| 159 VAL 0b00000011 EM_VOC_9_6 "User data rate of 9.6kbps/12kbps radio interface rate" | |
| 160 VAL 0b00001011 EM_VOC_4_8 "User data rate of 4.8kbps/6kbps radio interface rate" | |
| 161 VAL 0b00010011 EM_VOC_2_4 "User data rate of 2.4kbps/3.6 radio interface rate" | |
| 162 VAL 0b11111111 EM_VOC_NA "Not applicable in this state" | |
| 163 | |
| 164 VALTAB VAL_t3312_state | |
| 165 VAL 0 EM_T3312_ACTIVE "Periodic RAU timer is active" | |
| 166 VAL 1 EM_T3312_DEACTIVE "Periodic RAU timer is de active" | |
| 167 | |
| 168 VALTAB VAL_amr_voc | |
| 169 VAL 1 EM_AFS "AMR full rate speech" | |
| 170 VAL 2 EM_AH0 "AMR half speech on sub channel 0" | |
| 171 VAL 3 EM_AH1 "AMR half rate speech on sub channel 1" | |
| 172 | |
| 173 VALTAB VAL_amr_icmi | |
| 174 VAL 0 EM_AMR_ICMI_IMP "The initial codec mode is defined by the implicit rule provided in 3GPP TS 05.09" | |
| 175 VAL 1 EM_AMR_ICMI_SMF "The initial codec mode is defined by the Start Mode field" | |
| 176 | |
| 177 VALTAB VAL_amr_first_cod | |
| 178 VAL 0 EM_AMR_MODE_4_75 "4.75 kbps codec bit rate" | |
| 179 VAL 1 EM_AMR_MODE_5_15 "5.15 kbps codec bit rate" | |
| 180 VAL 2 EM_AMR_MODE_5_9 "5.9 kbps codec bit rate" | |
| 181 VAL 3 EM_AMR_MODE_6_7 "6.7 kbps codec bit rate" | |
| 182 VAL 4 EM_AMR_MODE_7_4 "7.4 kbps codec bit rate" | |
| 183 VAL 5 EM_AMR_MODE_7_95 "7.95 kbps codec bit rate" | |
| 184 VAL 6 EM_AMR_MODE_10_2 "10.2 kbps codec bit rate" | |
| 185 VAL 7 EM_AMR_MODE_12_2 "12.2 kbps codec bit rate" | |
| 186 | |
| 187 VALTAB VAL_hop | |
| 188 VAL 0 EM_HOP_NO "Hopping is not present" | |
| 189 VAL 1 EM_HOP "Hopping used" | |
| 190 | |
| 191 | |
| 192 | |
| 193 | |
| 194 VAR arfcn "channel number" S | |
| 195 | |
| 196 VAL @p_em - VAL_arfcn@ | |
| 197 | |
| 198 VAR arfcn_nc "channel number" S | |
| 199 | |
| 200 | |
| 201 VAR tn "timeslot number" B | |
| 202 | |
| 203 VAL @p_em - VAL_tn@ | |
| 204 | |
| 205 VAR txlev "Power Level" B | |
| 206 | |
| 207 VAL @p_em - VAL_txlev@ | |
| 208 | |
| 209 VAR txpwr_max "Max power level in a cell" B | |
| 210 | |
| 211 VAL @p_em - VAL_txlev@ | |
| 212 | |
| 213 VAR rxlev "received field strength" B | |
| 214 | |
| 215 VAL @p_em - VAL_rxlev@ | |
| 216 | |
| 217 VAR rxlev_nc "received field strength neighbour cell" B | |
| 218 | |
| 219 | |
| 220 VAR rxlev_f "received field strength" B | |
| 221 | |
| 222 | |
| 223 VAR rxlev_s "received field strength" B | |
| 224 | |
| 225 | |
| 226 VAR rxlev_min "min. rxlev to access the cell" B | |
| 227 | |
| 228 | |
| 229 VAR rxqual_f "received quality" B | |
| 230 | |
| 231 VAL @p_em - VAL_rxqual_f@ | |
| 232 | |
| 233 VAR rxqual_s "received quality" B | |
| 234 | |
| 235 | |
| 236 VAR bsic "base station ID code" B | |
| 237 | |
| 238 VAL @p_em - VAL_bsic@ | |
| 239 | |
| 240 VAR bsic_nc "base station ID code neighbour cell" B | |
| 241 | |
| 242 | |
| 243 VAR tav "timing advance" B | |
| 244 | |
| 245 | |
| 246 VAR frame_offset "frame offset" L | |
| 247 | |
| 248 | |
| 249 VAR time_alignmt "time alignment" L | |
| 250 | |
| 251 | |
| 252 VAR cell_id "cell identity SC" S | |
| 253 | |
| 254 | |
| 255 VAR cell_id_nc "cell identity neighbour cell" S | |
| 256 | |
| 257 | |
| 258 VAR lac "location area code" S | |
| 259 | |
| 260 | |
| 261 VAR lac_nc "location area code neighbour cells" S | |
| 262 | |
| 263 | |
| 264 VAR c1 "path loss criterion C1" T | |
| 265 | |
| 266 | |
| 267 VAR c2 "reselection criterion C2" T | |
| 268 | |
| 269 | |
| 270 VAR c1_nc "path loss criterion C1 neighbour cells" T | |
| 271 | |
| 272 | |
| 273 VAR c2_nc "reselection criterion C2 neighbour cells" T | |
| 274 | |
| 275 | |
| 276 VAR c31 "reselection criterion C31 (GPRS)" T | |
| 277 | |
| 278 | |
| 279 VAR c32 "reselection criterion C32 (GPRS)" T | |
| 280 | |
| 281 | |
| 282 VAR c31_nc "reselection criterion C31 (GPRS) neighbour cells" T | |
| 283 | |
| 284 | |
| 285 VAR c32_nc "reselection criterion C32 (GPRS) neighbour cells" T | |
| 286 | |
| 287 | |
| 288 VAR dsc "actual downlink signalling counter" B | |
| 289 | |
| 290 | |
| 291 VAR rlt "actual radiolink timeout counter" B | |
| 292 | |
| 293 | |
| 294 VAR cba "cell bar access" B | |
| 295 | |
| 296 | |
| 297 VAR cba_nc "cell bar access neighbour cells" B | |
| 298 | |
| 299 | |
| 300 VAR cbq "cell bar qualifier" B | |
| 301 | |
| 302 | |
| 303 VAR cbq_nc "cell bar qualifier neighbour cells" B | |
| 304 | |
| 305 | |
| 306 VAR nmo "network mode of operation" B | |
| 307 | |
| 308 | |
| 309 VAR spgc_ccch_sup "SPLIT_PG_CYCLE_SUPPORT: whether it is supported or not - should be BOOL, but BOOL is not valid in SAP" B | |
| 310 | |
| 311 | |
| 312 VAR priority_access_thr "packet access to the network according to priority level" B | |
| 313 | |
| 314 | |
| 315 VAR rac "routing area code" B | |
| 316 | |
| 317 | |
| 318 VAR rac_nc "routing area code" B | |
| 319 | |
| 320 | |
| 321 VAR no_ncells "no of neighbour cells" B | |
| 322 | |
| 323 | |
| 324 VAR t3212 "Timer T3212" B | |
| 325 | |
| 326 VAL @p_em - VAL_t3212@ | |
| 327 | |
| 328 VAR ident_type "Type of identity" B | |
| 329 | |
| 330 | |
| 331 VAR odd_even "Odd/ Even indication" B | |
| 332 | |
| 333 | |
| 334 VAR v_ident_dig "valid-flag" B | |
| 335 | |
| 336 | |
| 337 VAR c_ident_dig "counter" B | |
| 338 | |
| 339 | |
| 340 VAR ident_dig "Identity digit" B | |
| 341 | |
| 342 | |
| 343 VAR tmsi "binary representation TMSI" L | |
| 344 | |
| 345 | |
| 346 VAR mcc "mobile country code" B | |
| 347 | |
| 348 | |
| 349 VAR mnc "mobile network code" B | |
| 350 | |
| 351 | |
| 352 VAR no_creq_max "mobile country code" B | |
| 353 | |
| 354 | |
| 355 VAR ciph_stat "Cipher status" B | |
| 356 | |
| 357 | |
| 358 VAR ma "MA list after time" S | |
| 359 | |
| 360 | |
| 361 VAR ma2 "MA list before time" S | |
| 362 | |
| 363 | |
| 364 VAR v_start "starting time valid" B | |
| 365 | |
| 366 VAL @p_em - VAL_v_start@ | |
| 367 | |
| 368 VAR hsn "Hopping sequence number" B | |
| 369 | |
| 370 | |
| 371 VAR dtx_stat "DTX status" B | |
| 372 | |
| 373 VAL @p_em - VAL_dtx_stat@ | |
| 374 | |
| 375 VAR rev_lev "rev_lev" B | |
| 376 | |
| 377 | |
| 378 VAR es_ind "es_ind" B | |
| 379 | |
| 380 | |
| 381 VAR a5_1 "a5_1" B | |
| 382 | |
| 383 | |
| 384 VAR rf_pow_cap "rf_pow_cap" B | |
| 385 | |
| 386 | |
| 387 VAR ps_cap "ps_cap" B | |
| 388 | |
| 389 | |
| 390 VAR ss_screen "ss_screen" B | |
| 391 | |
| 392 | |
| 393 VAR sm_cap "sm_cap" B | |
| 394 | |
| 395 | |
| 396 VAR freq_cap "freq_cap" B | |
| 397 | |
| 398 | |
| 399 VAR class_3 "class_3" B | |
| 400 | |
| 401 | |
| 402 VAR cmsp "cmsp" B | |
| 403 | |
| 404 | |
| 405 VAR a5_3 "a5_3" B | |
| 406 | |
| 407 | |
| 408 VAR a5_2 "a5_2" B | |
| 409 | |
| 410 | |
| 411 VAR mb_sub "mb_sub" B | |
| 412 | |
| 413 | |
| 414 VAR a5_7 "a5_7" B | |
| 415 | |
| 416 | |
| 417 VAR a5_6 "a5_6" B | |
| 418 | |
| 419 | |
| 420 VAR a5_5 "a5_5" B | |
| 421 | |
| 422 | |
| 423 VAR a5_4 "a5_4" B | |
| 424 | |
| 425 | |
| 426 VAR v_radio_cap_2 "v_radio_cap_2" B | |
| 427 | |
| 428 | |
| 429 VAR radio_cap_2 "radio_cap_2" B | |
| 430 | |
| 431 | |
| 432 VAR v_radio_cap_1 "v_radio_cap_1" B | |
| 433 | |
| 434 | |
| 435 VAR radio_cap_1 "radio_cap_1" B | |
| 436 | |
| 437 | |
| 438 VAR v_r_support "v_r_support" B | |
| 439 | |
| 440 | |
| 441 VAR r_support "r_support" B | |
| 442 | |
| 443 | |
| 444 VAR v_m_s_class "v_m_s_class" B | |
| 445 | |
| 446 | |
| 447 VAR m_s_class "m_s_class" B | |
| 448 | |
| 449 | |
| 450 VAR ucs2_treat "ucs2_treat" B | |
| 451 | |
| 452 | |
| 453 VAR ext_meas_cap "ext_meas_cap" B | |
| 454 | |
| 455 | |
| 456 VAR v_meas_cap "v_meas_cap" B | |
| 457 | |
| 458 | |
| 459 VAR sw_time "sw_time" B | |
| 460 | |
| 461 | |
| 462 VAR sws_time "sws_time" B | |
| 463 | |
| 464 | |
| 465 VAR dummy1 "dummy1" B | |
| 466 | |
| 467 | |
| 468 VAR dummy2 "dummy2" B | |
| 469 | |
| 470 | |
| 471 VAR v_mmi "not implemented yet" S | |
| 472 | |
| 473 | |
| 474 VAR v_sim "not implemented yet" S | |
| 475 | |
| 476 | |
| 477 VAR v_cc "not implemented yet" S | |
| 478 | |
| 479 | |
| 480 VAR v_ss "not implemented yet" S | |
| 481 | |
| 482 | |
| 483 VAR v_sms "not implemented yet" S | |
| 484 | |
| 485 | |
| 486 VAR v_mm "not implemented yet" S | |
| 487 | |
| 488 | |
| 489 VAR v_rr "not implemented yet" S | |
| 490 | |
| 491 | |
| 492 VAR v_dl "not implemented yet" S | |
| 493 | |
| 494 | |
| 495 VAR v_l1 "not implemented yet" S | |
| 496 | |
| 497 | |
| 498 VAR rel_cause "release cause" S | |
| 499 | |
| 500 | |
| 501 VAR bs_pa_mfrms "Multiframe Period" B | |
| 502 | |
| 503 VAL @p_em - VAL_bs_pa_mfrms@ | |
| 504 | |
| 505 VAR data "requested data" S | |
| 506 | |
| 507 | |
| 508 VAR reest_flag "Re-establishment flag" B | |
| 509 | |
| 510 | |
| 511 VAR max_dlt "maximum downlink timeout counter" B | |
| 512 | |
| 513 | |
| 514 VAR act_dlt "actual downlink timeout counter" B | |
| 515 | |
| 516 | |
| 517 VAR max_rlt "maximum radiolink timeout counter" B | |
| 518 | |
| 519 | |
| 520 VAR act_rlt "actual radiolink timeout counter" B | |
| 521 | |
| 522 | |
| 523 VAR bitmask_l1_h "bitmask for L1 higher bits" S | |
| 524 | |
| 525 | |
| 526 VAR bitmask_l1_l "bitmask for L1 lower bits" L | |
| 527 | |
| 528 | |
| 529 VAR bitmask_dl "bitmask for DL" S | |
| 530 | |
| 531 | |
| 532 VAR bitmask_rr_h "bitmask for RR higher bits" S | |
| 533 | |
| 534 | |
| 535 VAR bitmask_rr_l "bitmask for RR lower bits" L | |
| 536 | |
| 537 | |
| 538 VAR bitmask_mm "bitmask for MM" L | |
| 539 | |
| 540 | |
| 541 VAR bitmask_cc_h "bitmask for CC higher bits" L | |
| 542 | |
| 543 | |
| 544 VAR bitmask_cc_l "bitmask for CC lower bits" L | |
| 545 | |
| 546 | |
| 547 VAR bitmask_ss "bitmask for SS" S | |
| 548 | |
| 549 | |
| 550 VAR bitmask_sms_h "bitmask for SMS higher bits" L | |
| 551 | |
| 552 | |
| 553 VAR bitmask_sms_l "bitmask for SMS lower bits" L | |
| 554 | |
| 555 | |
| 556 VAR bitmask_sim "bitmask for SIM" L | |
| 557 | |
| 558 | |
| 559 VAR entity "Entity name" B | |
| 560 | |
| 561 VAL @p_em - VAL_entity@ | |
| 562 | |
| 563 VAR pco_bitmap "EM-Data output to PCO according to bitmap" L | |
| 564 | |
| 565 VAL @p_em - VAL_pco_bitmap@ | |
| 566 | |
| 567 VAR hyst "C2 / C32 Hysteresis" B | |
| 568 | |
| 569 VAL @p_em - VAL_hyst@ | |
| 570 | |
| 571 VAR gprs_prio_class "GPRS_PRIORITY_CLASS" B | |
| 572 | |
| 573 VAL @p_em - VAL_gprs_prio_class@ | |
| 574 | |
| 575 VAR gprs_prio_class_nc "GPRS_PRIORITY_CLASS" B | |
| 576 | |
| 577 VAL @p_em - VAL_gprs_prio_class@ | |
| 578 | |
| 579 VAR c31_hyst "C31_HYST" B | |
| 580 | |
| 581 | |
| 582 VAR ra_re_hyst "RAC_HYSTERESIS" B | |
| 583 | |
| 584 | |
| 585 VAR res_type "Reselection Type" B | |
| 586 | |
| 587 | |
| 588 VAR tbf_trans_type "TBF unique ID" B | |
| 589 | |
| 590 VAL @p_em - VAL_tbf_trans_type@ | |
| 591 | |
| 592 VAR tbf_num_ults "number of assigned Timeslots" B | |
| 593 | |
| 594 | |
| 595 VAR tbf_num_rlc "number of granted uplink RLC blocks" S | |
| 596 | |
| 597 | |
| 598 VAR nco "Network Controlled reselection Order" B | |
| 599 | |
| 600 VAL @p_em - VAL_nco@ | |
| 601 | |
| 602 VAR rlc_num_retrans "Info about the number of retransmitted RLCs" B | |
| 603 | |
| 604 | |
| 605 VAR rlc_num_trans "Info about the number of transmitted RLCs" S | |
| 606 | |
| 607 | |
| 608 VAR rlc_pdu_cnt "Info about the number of transmitted RLCs" B | |
| 609 | |
| 610 | |
| 611 VAR rlc_start_fn "Info about the number of transmitted RLCs" L | |
| 612 | |
| 613 | |
| 614 VAR rlc_end_fn "Info about the number of transmitted RLCs" L | |
| 615 | |
| 616 | |
| 617 VAR ul_nb_block "Number of blocks to be sent for uplink" S | |
| 618 | |
| 619 | |
| 620 VAR grlc_state "grlc state" B | |
| 621 | |
| 622 VAL @p_em - VAL_grlc_state@ | |
| 623 | |
| 624 VAR cv "countdown value" B | |
| 625 | |
| 626 | |
| 627 VAR cs "Basic Element" B | |
| 628 | |
| 629 VAL @p_em - VAL_cs@ | |
| 630 | |
| 631 VAR ready_state "ready-standby state" B | |
| 632 | |
| 633 | |
| 634 VAR tlli "tlli" L | |
| 635 | |
| 636 | |
| 637 VAR ptmsi "ptmsi" L | |
| 638 | |
| 639 | |
| 640 VAR ptmsi_sig "ptmsi signature" L | |
| 641 | |
| 642 | |
| 643 VAR ready_timer "ready timer T3314" L | |
| 644 | |
| 645 | |
| 646 VAR ciphering_algorithm "ciphering algorithm" B | |
| 647 | |
| 648 | |
| 649 VAR tbf_mod "Basic Element" B | |
| 650 | |
| 651 | |
| 652 VAR mac_mod "Basic Element" B | |
| 653 | |
| 654 | |
| 655 VAR tfi "Basic Element" B | |
| 656 | |
| 657 | |
| 658 VAR gmm_state "codes the GPRS state" B | |
| 659 | |
| 660 | |
| 661 VAR rlc_tbc "Number of rlc data blocks during the tbf, which is requested to send" S | |
| 662 | |
| 663 | |
| 664 VAR cell_type_ind "Indicates the cell type GSM/GPRS" B | |
| 665 | |
| 666 VAL @p_em - VAL_cell_type_ind@ | |
| 667 | |
| 668 VAR cell_resel_offset "stores cell reselect offset" B | |
| 669 | |
| 670 VAL @p_em - VAL_cell_resel_offset@ | |
| 671 | |
| 672 VAR temp_offset "Stores temporary offset" B | |
| 673 | |
| 674 VAL @p_em - VAL_temp_offset@ | |
| 675 | |
| 676 VAR rxlev_acc_min "stores RXLEV_ACCESS_MIN" B | |
| 677 | |
| 678 VAL @p_em - VAL_rxlev_acc_min@ | |
| 679 | |
| 680 VAR vocoder "Vocoder type" B | |
| 681 | |
| 682 VAL @p_em - VAL_vocoder@ | |
| 683 | |
| 684 VAR t3312_deactivated "Periodic RAU timer state" B | |
| 685 | |
| 686 VAL @p_em - VAL_t3312_state@ | |
| 687 | |
| 688 VAR t3312_val "Periodic RAU timer value in seconds" L | |
| 689 | |
| 690 | |
| 691 VAR amr_vocoder "AMR vocoder type" B | |
| 692 | |
| 693 VAL @p_em - VAL_amr_voc@ | |
| 694 | |
| 695 VAR amr_icmi "AMR initial codec mode indicator" B | |
| 696 | |
| 697 VAL @p_em - VAL_amr_icmi@ | |
| 698 | |
| 699 VAR amr_icm "AMR initial codec mode(index in the ACS)" B | |
| 700 | |
| 701 | |
| 702 VAR amr_acs "AMR active codec set" B | |
| 703 | |
| 704 | |
| 705 VAR amr_nr_modes "Number of AMR codec modes" B | |
| 706 | |
| 707 | |
| 708 VAR amr_codec_thr "Lower thresholds for switching between mode j and j-1" B | |
| 709 | |
| 710 | |
| 711 VAR amr_codec_hyst "Hysteresis values to obtain the higher thresholds for switching between mode j and j+1" B | |
| 712 | |
| 713 | |
| 714 VAR amr_first_codec "Highest bit rate AMR codec mode" B | |
| 715 | |
| 716 VAL @p_em - VAL_amr_first_cod@ | |
| 717 | |
| 718 VAR maio "Mobile allocation index offset" B | |
| 719 | |
| 720 | |
| 721 VAR nr_arfcns "Number of arfcns in hopping list" B | |
| 722 | |
| 723 | |
| 724 VAR hop "Hopping valid or not flag" B | |
| 725 | |
| 726 VAL @p_em - VAL_hop@ | |
| 727 | |
| 728 | |
| 729 | |
| 730 | |
| 731 COMP net_ctrl "Network control" | |
| 732 { | |
| 733 spgc_ccch_sup ; SPLIT_PG_CYCLE_SUPPORT: whether it is supported or not - should be BOOL, but BOOL is not valid in SAP | |
| 734 priority_access_thr ; packet access to the network according to priority level | |
| 735 } | |
| 736 | |
| 737 | |
| 738 | |
| 739 COMP em_imeisv "IMEISV" | |
| 740 { | |
| 741 ident_type ; Type of identity | |
| 742 odd_even ; Odd/ Even indication | |
| 743 v_ident_dig ; valid-flag | |
| 744 c_ident_dig ; counter | |
| 745 ident_dig [16] ; Identity digit | |
| 746 } | |
| 747 TYPEDEF COMP em_imeisv em_imsi "IMSI" | |
| 748 | |
| 749 | |
| 750 | |
| 751 COMP hop_chn "frequency hopping channel list after time" | |
| 752 { | |
| 753 maio ; Mobile allocation index offset | |
| 754 nr_arfcns ; Number of hopping channels | |
| 755 ma [65] ; MA list after time | |
| 756 } | |
| 757 | |
| 758 | |
| 759 | |
| 760 COMP classm2 "Classmark 2" | |
| 761 { | |
| 762 rev_lev ; rev_lev | |
| 763 es_ind ; es_ind | |
| 764 a5_1 ; a5_1 | |
| 765 rf_pow_cap ; rf_pow_cap | |
| 766 ps_cap ; ps_cap | |
| 767 ss_screen ; ss_screen | |
| 768 sm_cap ; sm_cap | |
| 769 freq_cap ; freq_cap | |
| 770 class_3 ; class_3 | |
| 771 cmsp ; cmsp | |
| 772 a5_3 ; a5_3 | |
| 773 a5_2 ; a5_2 | |
| 774 } | |
| 775 | |
| 776 | |
| 777 | |
| 778 COMP meas_cap "meas_cap" | |
| 779 { | |
| 780 sw_time ; sw_time | |
| 781 sws_time ; sws_time | |
| 782 dummy1 ; dummy1 | |
| 783 dummy2 ; dummy2 | |
| 784 } | |
| 785 | |
| 786 | |
| 787 | |
| 788 COMP classm3 "Classmark 3" | |
| 789 { | |
| 790 mb_sub ; mb_sub | |
| 791 a5_7 ; a5_7 | |
| 792 a5_6 ; a5_6 | |
| 793 a5_5 ; a5_5 | |
| 794 a5_4 ; a5_4 | |
| 795 v_radio_cap_2 ; v_radio_cap_2 | |
| 796 radio_cap_2 ; radio_cap_2 | |
| 797 v_radio_cap_1 ; v_radio_cap_1 | |
| 798 radio_cap_1 ; radio_cap_1 | |
| 799 v_r_support ; v_r_support | |
| 800 r_support ; r_support | |
| 801 v_m_s_class ; v_m_s_class | |
| 802 m_s_class ; m_s_class | |
| 803 ucs2_treat ; ucs2_treat | |
| 804 ext_meas_cap ; ext_meas_cap | |
| 805 v_meas_cap ; v_meas_cap | |
| 806 meas_cap ; T_meas_cap | |
| 807 } | |
| 808 | |
| 809 | |
| 810 | |
| 811 COMP ul_tbf_par "ul tbf parameter" | |
| 812 { | |
| 813 tfi ; tfi | |
| 814 mac_mod ; allocation type | |
| 815 ul_nb_block ; Number of blocks to be sent for uplink | |
| 816 cv ; countdown value | |
| 817 cs ; coding scheme | |
| 818 } | |
| 819 | |
| 820 | |
| 821 | |
| 822 COMP dl_tbf_par "dl tbf parameters" | |
| 823 { | |
| 824 tfi ; temporary flow identifier | |
| 825 mac_mod ; allocation type | |
| 826 } | |
| 827 | |
| 828 | |
| 829 | |
| 830 COMP t3312 "Structured Element" | |
| 831 { | |
| 832 t3312_deactivated ; Primitive structure element item | |
| 833 t3312_val ; Primitive structure element item | |
| 834 } | |
| 835 | |
| 836 | |
| 837 | |
| 838 COMP amr_cod_prop "Parameters for multirate speech field" | |
| 839 { | |
| 840 amr_codec_thr ; Primitive structure element item | |
| 841 amr_codec_hyst ; Primitive structure element item | |
| 842 } | |
| 843 | |
| 844 | |
| 845 | |
| 846 COMP hop_chn2 "Frequency channel hopping list before time" | |
| 847 { | |
| 848 maio ; Mobile allocation index offset | |
| 849 nr_arfcns ; Number of hopping channels | |
| 850 ma [65] ; Hopping channel list | |
| 851 } | |
| 852 | |
| 853 | |
| 854 | |
| 855 | |
| 856 | |
| 857 | |
| 858 ; EM_SC_INFO_REQ 0x3E00 | |
| 859 ; EM_SC_INFO_CNF 0x7E00 | |
| 860 ; EM_SC_GPRS_INFO_REQ 0x3E01 | |
| 861 ; EM_SC_GPRS_INFO_CNF 0x7E01 | |
| 862 ; EM_NC_INFO_REQ 0x3E02 | |
| 863 ; EM_NC_INFO_CNF 0x7E02 | |
| 864 ; EM_LOC_PAG_INFO_REQ 0x3E03 | |
| 865 ; EM_LOC_PAG_INFO_CNF 0x7E03 | |
| 866 ; EM_PLMN_INFO_REQ 0x3E04 | |
| 867 ; EM_PLMN_INFO_CNF 0x7E04 | |
| 868 ; EM_CIP_HOP_DTX_INFO_REQ 0x3E05 | |
| 869 ; EM_CIP_HOP_DTX_INFO_CNF 0x7E05 | |
| 870 ; EM_POWER_INFO_REQ 0x3E06 | |
| 871 ; EM_POWER_INFO_CNF 0x7E06 | |
| 872 ; EM_IDENTITY_INFO_REQ 0x3E07 | |
| 873 ; EM_IDENTITY_INFO_CNF 0x7E07 | |
| 874 ; EM_SW_VERSION_INFO_REQ 0x3E08 | |
| 875 ; EM_SW_VERSION_INFO_CNF 0x7E08 | |
| 876 ; EM_COUNTER_IDLE_IND 0x7E09 | |
| 877 ; EM_COUNTER_DEDI_IND 0x7E0A | |
| 878 ; EM_L1_EVENT_REQ 0x3E09 | |
| 879 ; EM_DL_EVENT_REQ 0x3E0A | |
| 880 ; EM_RR_EVENT_REQ 0x3E0B | |
| 881 ; EM_MM_EVENT_REQ 0x3E0C | |
| 882 ; EM_CC_EVENT_REQ 0x3E0D | |
| 883 ; EM_SS_EVENT_REQ 0x3E0E | |
| 884 ; EM_SMS_EVENT_REQ 0x3E0F | |
| 885 ; EM_SIM_EVENT_REQ 0x3E10 | |
| 886 ; EM_DATA_IND 0x7E0B | |
| 887 ; EM_FMM_SC_INFO_REQ 0x3E12 | |
| 888 ; EM_FMM_SC_INFO_CNF 0x7E12 | |
| 889 ; EM_FMM_SC_GPRS_INFO_REQ 0x3E13 | |
| 890 ; EM_FMM_SC_GPRS_INFO_CNF 0x7E13 | |
| 891 ; EM_FMM_NC_INFO_REQ 0x3E14 | |
| 892 ; EM_FMM_NC_INFO_CNF 0x7E14 | |
| 893 ; EM_FMM_RLC_TRANS_INFO_REQ 0x3E15 | |
| 894 ; EM_FMM_RLC_TRANS_INFO_CNF 0x7E15 | |
| 895 ; EM_FMM_RESELECTION_START_IND 0x7E0C | |
| 896 ; EM_FMM_RESELECTION_END_IND 0x7E0D | |
| 897 ; EM_FMM_TBF_INFO_REQ 0x3E16 | |
| 898 ; EM_FMM_TBF_INFO_CNF 0x7E16 | |
| 899 ; EM_PCO_TRACE_REQ 0x3E11 | |
| 900 ; EM_GRLC_INFO_REQ 0x3E18 | |
| 901 ; EM_GRLC_INFO_CNF 0x7E18 | |
| 902 ; EM_GMM_INFO_REQ 0x3E17 | |
| 903 ; EM_GMM_INFO_CNF 0x7E17 | |
| 904 ; EM_AMR_INFO_REQ 0x3E19 | |
| 905 ; EM_AMR_INFO_CNF 0x7E19 | |
| 906 | |
| 907 | |
| 908 | |
| 909 PRIM EM_SC_INFO_REQ 0x3E00 | |
| 910 { | |
| 911 data ; Data bitmask | |
| 912 } | |
| 913 | |
| 914 | |
| 915 | |
| 916 | |
| 917 | |
| 918 | |
| 919 PRIM EM_SC_INFO_CNF 0x7E00 | |
| 920 { | |
| 921 arfcn ; Channel number | |
| 922 c1 ; Path loss criterion | |
| 923 c2 ; Cell reselection criterion | |
| 924 rxlev ; Received field strength | |
| 925 bsic ; Base station ID code | |
| 926 dsc ; Downlink signalling counter | |
| 927 txlev ; Transmit power level | |
| 928 tn ; Timeslot number | |
| 929 rlt ; Radio link timeout counter | |
| 930 tav ; Timing advance | |
| 931 rxlev_f ; Received field strength full | |
| 932 rxlev_s ; Received field strength sub | |
| 933 rxqual_f ; Received quality full | |
| 934 rxqual_s ; Received quality sub | |
| 935 lac ; Location area code | |
| 936 cba ; Cell bar access | |
| 937 cbq ; Cell bar qualifier | |
| 938 cell_id ; Cell Identity | |
| 939 cell_type_ind ; Cell type indicator | |
| 940 vocoder ; vocoder type | |
| 941 } | |
| 942 | |
| 943 | |
| 944 | |
| 945 | |
| 946 | |
| 947 | |
| 948 PRIM EM_SC_GPRS_INFO_REQ 0x3E01 | |
| 949 { | |
| 950 data ; Data bitmask | |
| 951 } | |
| 952 | |
| 953 | |
| 954 | |
| 955 | |
| 956 | |
| 957 | |
| 958 PRIM EM_SC_GPRS_INFO_CNF 0x7E01 | |
| 959 { | |
| 960 gmm_state ; GPRS state | |
| 961 tn ; PCCCH_Timeslot | |
| 962 nmo ; Network Mode of Operation | |
| 963 net_ctrl ; Network control | |
| 964 cba ; Cell bar access | |
| 965 rac ; Routing area code | |
| 966 tav ; Timing advance | |
| 967 dsc ; Downlink signalling counter | |
| 968 c31 ; Cell reselection criterion c32 | |
| 969 c32 ; Cell reselection criterion c32 | |
| 970 nco ; Network controlled order | |
| 971 } | |
| 972 | |
| 973 | |
| 974 | |
| 975 | |
| 976 | |
| 977 | |
| 978 PRIM EM_NC_INFO_REQ 0x3E02 | |
| 979 { | |
| 980 data ; Data bitmask | |
| 981 } | |
| 982 | |
| 983 | |
| 984 | |
| 985 | |
| 986 | |
| 987 | |
| 988 PRIM EM_NC_INFO_CNF 0x7E02 | |
| 989 { | |
| 990 no_ncells ; Number of neighbour cells | |
| 991 arfcn_nc [6] ; BCCH channel number | |
| 992 c1_nc [6] ; Path loss criterion C1 | |
| 993 c2_nc [6] ; Reselection criterion C2 | |
| 994 rxlev_nc [6] ; Received field strength | |
| 995 bsic_nc [6] ; Base station ID code | |
| 996 cell_id_nc [6] ; Cell ID | |
| 997 lac_nc [6] ; Location area code | |
| 998 frame_offset [6] ; Frame offset | |
| 999 time_alignmt [6] ; Time alignment | |
| 1000 cba_nc [6] ; Cell bar access | |
| 1001 cbq_nc [6] ; Cell bar qualifier | |
| 1002 cell_type_ind [6] ; cell type indicator | |
| 1003 rac [6] ; routing area code | |
| 1004 temp_offset [6] ; temporary offset | |
| 1005 cell_resel_offset [6] ; Cell reselect offset | |
| 1006 rxlev_acc_min [6] ; RXLEV_ACCESS_MIN | |
| 1007 } | |
| 1008 | |
| 1009 | |
| 1010 | |
| 1011 | |
| 1012 | |
| 1013 | |
| 1014 PRIM EM_LOC_PAG_INFO_REQ 0x3E03 | |
| 1015 { | |
| 1016 data ; Data bitmask | |
| 1017 } | |
| 1018 | |
| 1019 | |
| 1020 | |
| 1021 | |
| 1022 | |
| 1023 | |
| 1024 PRIM EM_LOC_PAG_INFO_CNF 0x7E03 | |
| 1025 { | |
| 1026 bs_pa_mfrms ; Paging repeat period | |
| 1027 t3212 ; Periodic location updating interval | |
| 1028 mcc [3] ; Mobile Country Code | |
| 1029 mnc [3] ; Mobile Network Code | |
| 1030 tmsi ; Temporary Mobile Subscriber Identity | |
| 1031 } | |
| 1032 | |
| 1033 | |
| 1034 | |
| 1035 | |
| 1036 | |
| 1037 | |
| 1038 PRIM EM_PLMN_INFO_REQ 0x3E04 | |
| 1039 { | |
| 1040 data ; Data bitmask | |
| 1041 } | |
| 1042 | |
| 1043 | |
| 1044 | |
| 1045 | |
| 1046 | |
| 1047 | |
| 1048 PRIM EM_PLMN_INFO_CNF 0x7E04 | |
| 1049 { | |
| 1050 no_creq_max ; Max. no of retries for channel requests | |
| 1051 reest_flag ; Re-establishment flag | |
| 1052 txpwr_max ; MS TXPWR MAX CCCH | |
| 1053 rxlev_min ; Rxlev access min | |
| 1054 rel_cause ; Release cause | |
| 1055 } | |
| 1056 | |
| 1057 | |
| 1058 | |
| 1059 | |
| 1060 | |
| 1061 | |
| 1062 PRIM EM_CIP_HOP_DTX_INFO_REQ 0x3E05 | |
| 1063 { | |
| 1064 data ; Data bitmask | |
| 1065 } | |
| 1066 | |
| 1067 | |
| 1068 | |
| 1069 | |
| 1070 | |
| 1071 | |
| 1072 PRIM EM_CIP_HOP_DTX_INFO_CNF 0x7E05 | |
| 1073 { | |
| 1074 ciph_stat ; Cipher status | |
| 1075 hop ; Hopping configuration | |
| 1076 arfcn ; ARFCN, valid if hop = 0 | |
| 1077 hsn ; HSN, valid if hop = 1 | |
| 1078 dtx_stat ; DTX status | |
| 1079 v_start ; Starting time valid or not | |
| 1080 hop_chn ; Hopping channels | |
| 1081 hop_chn2 ; Hopping channels | |
| 1082 } | |
| 1083 | |
| 1084 | |
| 1085 | |
| 1086 | |
| 1087 | |
| 1088 | |
| 1089 PRIM EM_POWER_INFO_REQ 0x3E06 | |
| 1090 { | |
| 1091 data ; Data bitmask | |
| 1092 } | |
| 1093 | |
| 1094 | |
| 1095 | |
| 1096 | |
| 1097 | |
| 1098 | |
| 1099 PRIM EM_POWER_INFO_CNF 0x7E06 | |
| 1100 { | |
| 1101 classm2 ; Classmark 2 | |
| 1102 classm3 ; Classmark 3 | |
| 1103 } | |
| 1104 | |
| 1105 | |
| 1106 | |
| 1107 | |
| 1108 | |
| 1109 | |
| 1110 PRIM EM_IDENTITY_INFO_REQ 0x3E07 | |
| 1111 { | |
| 1112 data ; Data bitmask | |
| 1113 } | |
| 1114 | |
| 1115 | |
| 1116 | |
| 1117 | |
| 1118 | |
| 1119 | |
| 1120 PRIM EM_IDENTITY_INFO_CNF 0x7E07 | |
| 1121 { | |
| 1122 em_imeisv ; IMEISV | |
| 1123 em_imsi ; IMSI | |
| 1124 tmsi ; tmsi | |
| 1125 } | |
| 1126 | |
| 1127 | |
| 1128 | |
| 1129 | |
| 1130 | |
| 1131 | |
| 1132 PRIM EM_SW_VERSION_INFO_REQ 0x3E08 | |
| 1133 { | |
| 1134 data ; Data bitmask | |
| 1135 } | |
| 1136 | |
| 1137 | |
| 1138 | |
| 1139 | |
| 1140 | |
| 1141 | |
| 1142 PRIM EM_SW_VERSION_INFO_CNF 0x7E08 | |
| 1143 { | |
| 1144 v_mmi ; Version MMI (SMI/ACI/MFW) | |
| 1145 v_sim ; Version SIM | |
| 1146 v_cc ; Version CC | |
| 1147 v_ss ; Version SS | |
| 1148 v_sms ; Version SMS | |
| 1149 v_mm ; Version MM | |
| 1150 v_rr ; Version RR | |
| 1151 v_dl ; Version DL | |
| 1152 v_l1 ; Version Layer 1 (ALR) | |
| 1153 } | |
| 1154 | |
| 1155 | |
| 1156 | |
| 1157 | |
| 1158 | |
| 1159 | |
| 1160 PRIM EM_COUNTER_IDLE_IND 0x7E09 | |
| 1161 { | |
| 1162 max_dlt ; Maximum Downlink Counter | |
| 1163 act_dlt ; Actual Downlink Counter | |
| 1164 } | |
| 1165 | |
| 1166 | |
| 1167 | |
| 1168 | |
| 1169 | |
| 1170 | |
| 1171 PRIM EM_COUNTER_DEDI_IND 0x7E0A | |
| 1172 { | |
| 1173 max_rlt ; Maximum Radiolink Timeout Counter | |
| 1174 act_rlt ; Actual Radiolink Timeout Counter | |
| 1175 } | |
| 1176 | |
| 1177 | |
| 1178 | |
| 1179 | |
| 1180 | |
| 1181 | |
| 1182 PRIM EM_L1_EVENT_REQ 0x3E09 | |
| 1183 { | |
| 1184 bitmask_l1_h ; Information bits high | |
| 1185 bitmask_l1_l ; Information bits low | |
| 1186 } | |
| 1187 | |
| 1188 | |
| 1189 | |
| 1190 | |
| 1191 | |
| 1192 | |
| 1193 PRIM EM_DL_EVENT_REQ 0x3E0A | |
| 1194 { | |
| 1195 bitmask_dl ; Information bits | |
| 1196 } | |
| 1197 | |
| 1198 | |
| 1199 | |
| 1200 | |
| 1201 | |
| 1202 | |
| 1203 PRIM EM_RR_EVENT_REQ 0x3E0B | |
| 1204 { | |
| 1205 bitmask_rr_h ; Information bits high | |
| 1206 bitmask_rr_l ; Information bits low | |
| 1207 } | |
| 1208 | |
| 1209 | |
| 1210 | |
| 1211 | |
| 1212 | |
| 1213 | |
| 1214 PRIM EM_MM_EVENT_REQ 0x3E0C | |
| 1215 { | |
| 1216 bitmask_mm ; Information bits | |
| 1217 } | |
| 1218 | |
| 1219 | |
| 1220 | |
| 1221 | |
| 1222 | |
| 1223 | |
| 1224 PRIM EM_CC_EVENT_REQ 0x3E0D | |
| 1225 { | |
| 1226 bitmask_cc_h ; Information bits high | |
| 1227 bitmask_cc_l ; Information bits low | |
| 1228 } | |
| 1229 | |
| 1230 | |
| 1231 | |
| 1232 | |
| 1233 | |
| 1234 | |
| 1235 PRIM EM_SS_EVENT_REQ 0x3E0E | |
| 1236 { | |
| 1237 bitmask_ss ; Information bits | |
| 1238 } | |
| 1239 | |
| 1240 | |
| 1241 | |
| 1242 | |
| 1243 | |
| 1244 | |
| 1245 PRIM EM_SMS_EVENT_REQ 0x3E0F | |
| 1246 { | |
| 1247 bitmask_sms_h ; Information bits high | |
| 1248 bitmask_sms_l ; Information bits low | |
| 1249 } | |
| 1250 | |
| 1251 | |
| 1252 | |
| 1253 | |
| 1254 | |
| 1255 | |
| 1256 PRIM EM_SIM_EVENT_REQ 0x3E10 | |
| 1257 { | |
| 1258 bitmask_sim ; Information bits | |
| 1259 } | |
| 1260 | |
| 1261 | |
| 1262 | |
| 1263 | |
| 1264 | |
| 1265 | |
| 1266 PRIM EM_DATA_IND 0x7E0B | |
| 1267 { | |
| 1268 entity ; Entity information | |
| 1269 } | |
| 1270 | |
| 1271 | |
| 1272 | |
| 1273 | |
| 1274 | |
| 1275 | |
| 1276 PRIM EM_FMM_SC_INFO_REQ 0x3E12 | |
| 1277 { | |
| 1278 data ; Data bitmask | |
| 1279 } | |
| 1280 | |
| 1281 | |
| 1282 | |
| 1283 | |
| 1284 | |
| 1285 | |
| 1286 PRIM EM_FMM_SC_INFO_CNF 0x7E12 | |
| 1287 { | |
| 1288 arfcn ; Channel number | |
| 1289 c1 ; Path loss criterion | |
| 1290 c2 ; Cell reselection criterion | |
| 1291 rac ; Routing area code | |
| 1292 hyst ; C2/C32 hysteresis value | |
| 1293 c32 ; Cell reselection criterion c32 | |
| 1294 gprs_prio_class ; GPRS Priority Class | |
| 1295 } | |
| 1296 | |
| 1297 | |
| 1298 | |
| 1299 | |
| 1300 | |
| 1301 | |
| 1302 PRIM EM_FMM_SC_GPRS_INFO_REQ 0x3E13 | |
| 1303 { | |
| 1304 data ; Data bitmask | |
| 1305 } | |
| 1306 | |
| 1307 | |
| 1308 | |
| 1309 | |
| 1310 | |
| 1311 | |
| 1312 PRIM EM_FMM_SC_GPRS_INFO_CNF 0x7E13 | |
| 1313 { | |
| 1314 c31_hyst ; C31 Hysteresis Flag | |
| 1315 ra_re_hyst ; RAC hysteresis | |
| 1316 nco ; Network Controlled resel. Order | |
| 1317 } | |
| 1318 | |
| 1319 | |
| 1320 | |
| 1321 | |
| 1322 | |
| 1323 | |
| 1324 PRIM EM_FMM_NC_INFO_REQ 0x3E14 | |
| 1325 { | |
| 1326 data ; Data bitmask | |
| 1327 } | |
| 1328 | |
| 1329 | |
| 1330 | |
| 1331 | |
| 1332 | |
| 1333 | |
| 1334 PRIM EM_FMM_NC_INFO_CNF 0x7E14 | |
| 1335 { | |
| 1336 no_ncells ; Number of neighbour cells | |
| 1337 arfcn_nc [6] ; BCCH channel number | |
| 1338 c2_nc [6] ; Reselection criterion C2 | |
| 1339 rac_nc [6] ; Routing Area Code | |
| 1340 c31_nc [6] ; C31 Measurement | |
| 1341 c32_nc [6] ; C32 Measurement | |
| 1342 gprs_prio_class_nc [6] ; GPRS Priority Class | |
| 1343 } | |
| 1344 | |
| 1345 | |
| 1346 | |
| 1347 | |
| 1348 | |
| 1349 | |
| 1350 PRIM EM_FMM_RLC_TRANS_INFO_REQ 0x3E15 | |
| 1351 { | |
| 1352 data ; Data bitmask | |
| 1353 } | |
| 1354 | |
| 1355 | |
| 1356 | |
| 1357 | |
| 1358 | |
| 1359 | |
| 1360 PRIM EM_FMM_RLC_TRANS_INFO_CNF 0x7E15 | |
| 1361 { | |
| 1362 rlc_num_retrans ; RLC Blocks retransmitted | |
| 1363 rlc_num_trans ; RLC Blocks successfull transmitted | |
| 1364 rlc_pdu_cnt ; PDU Counter | |
| 1365 rlc_start_fn ; Start Frame Number | |
| 1366 rlc_end_fn ; End Frame Number | |
| 1367 rlc_tbc ; Number of rlc data blocks during the tbf, which is requested to send | |
| 1368 } | |
| 1369 | |
| 1370 | |
| 1371 | |
| 1372 | |
| 1373 | |
| 1374 | |
| 1375 PRIM EM_FMM_RESELECTION_START_IND 0x7E0C | |
| 1376 { | |
| 1377 arfcn ; Channel number | |
| 1378 rac ; Routing area code | |
| 1379 res_type ; Reselection Type | |
| 1380 } | |
| 1381 | |
| 1382 | |
| 1383 | |
| 1384 | |
| 1385 | |
| 1386 | |
| 1387 PRIM EM_FMM_RESELECTION_END_IND 0x7E0D | |
| 1388 { | |
| 1389 arfcn ; Channel number | |
| 1390 rac ; Routing area code | |
| 1391 } | |
| 1392 | |
| 1393 | |
| 1394 | |
| 1395 | |
| 1396 | |
| 1397 | |
| 1398 PRIM EM_FMM_TBF_INFO_REQ 0x3E16 | |
| 1399 { | |
| 1400 data ; Data bitmask | |
| 1401 } | |
| 1402 | |
| 1403 | |
| 1404 | |
| 1405 | |
| 1406 | |
| 1407 | |
| 1408 PRIM EM_FMM_TBF_INFO_CNF 0x7E16 | |
| 1409 { | |
| 1410 tbf_trans_type ; TBF transfer type | |
| 1411 tbf_num_ults ; Number of UL-Timeslots | |
| 1412 tbf_num_rlc ; Uplink RLC-Blocks | |
| 1413 } | |
| 1414 | |
| 1415 | |
| 1416 | |
| 1417 | |
| 1418 | |
| 1419 | |
| 1420 PRIM EM_PCO_TRACE_REQ 0x3E11 | |
| 1421 { | |
| 1422 pco_bitmap ; bitmap for requested EM information | |
| 1423 } | |
| 1424 | |
| 1425 | |
| 1426 | |
| 1427 | |
| 1428 | |
| 1429 | |
| 1430 PRIM EM_GRLC_INFO_REQ 0x3E18 | |
| 1431 { | |
| 1432 data ; Primitive Item | |
| 1433 } | |
| 1434 | |
| 1435 | |
| 1436 | |
| 1437 | |
| 1438 | |
| 1439 | |
| 1440 PRIM EM_GRLC_INFO_CNF 0x7E18 | |
| 1441 { | |
| 1442 grlc_state ; grlc state | |
| 1443 tbf_mod ; tbf state | |
| 1444 ul_tbf_par ; ul tbf parameter | |
| 1445 dl_tbf_par ; dl tbf parameter | |
| 1446 } | |
| 1447 | |
| 1448 | |
| 1449 | |
| 1450 | |
| 1451 | |
| 1452 | |
| 1453 PRIM EM_GMM_INFO_REQ 0x3E17 | |
| 1454 { | |
| 1455 data ; Primitive Item | |
| 1456 } | |
| 1457 | |
| 1458 | |
| 1459 | |
| 1460 | |
| 1461 | |
| 1462 | |
| 1463 PRIM EM_GMM_INFO_CNF 0x7E17 | |
| 1464 { | |
| 1465 ready_state ; ready-standby state | |
| 1466 ciphering_algorithm ; Primitive Item | |
| 1467 tlli ; Primitive Item | |
| 1468 ptmsi ; Primitive Item | |
| 1469 ptmsi_sig ; Primitive Item | |
| 1470 ready_timer ; Primitive Item | |
| 1471 t3312 ; Primitive Item | |
| 1472 } | |
| 1473 | |
| 1474 | |
| 1475 | |
| 1476 | |
| 1477 | |
| 1478 | |
| 1479 PRIM EM_AMR_INFO_REQ 0x3E19 | |
| 1480 { | |
| 1481 data ; Primitive Item | |
| 1482 } | |
| 1483 | |
| 1484 | |
| 1485 | |
| 1486 | |
| 1487 | |
| 1488 | |
| 1489 PRIM EM_AMR_INFO_CNF 0x7E19 | |
| 1490 { | |
| 1491 amr_vocoder ; AMR vocoder type | |
| 1492 amr_icmi ; Initial codec mode indicator | |
| 1493 amr_icm ; Index into ACS | |
| 1494 amr_acs ; Active codec set | |
| 1495 amr_first_codec ; Highest bit rate codec mode | |
| 1496 amr_nr_modes ; Number of modes in ACS | |
| 1497 amr_cod_prop [3] ; codec mode properties | |
| 1498 } | |
| 1499 | |
| 1500 | |
| 1501 | |
| 1502 | |
| 1503 | |
| 1504 | |
| 1505 | |
| 1506 | |
| 1507 |
