comparison gsm-fw/g23m-gsm/rr/rr_fors.c @ 743:5d0fe9c9fcc6

rr_fors.c compiles
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Sun, 05 Oct 2014 22:15:48 +0000
parents 2f7df7a314f8
children
comparison
equal deleted inserted replaced
742:3501bc16450a 743:5d0fe9c9fcc6
19 */ 19 */
20 20
21 #ifndef RR_FORS_C 21 #ifndef RR_FORS_C
22 #define RR_FORS_C 22 #define RR_FORS_C
23 23
24 #include "config.h"
25 #include "fixedconf.h"
26 #include "condat-features.h"
27
24 #define ENTITY_RR 28 #define ENTITY_RR
25 29
26 /*==== INCLUDES ===================================================*/ 30 /*==== INCLUDES ===================================================*/
27 31
28 #include <string.h> 32 #include <string.h>
258 PURPOSE : DAT process requests FOR for processing the common EMR 262 PURPOSE : DAT process requests FOR for processing the common EMR
259 parameters 263 parameters
260 */ 264 */
261 265
262 GLOBAL BOOL for_dat_process_common_emr_data (T_gprs_rep_prio *p_rep, 266 GLOBAL BOOL for_dat_process_common_emr_data (T_gprs_rep_prio *p_rep,
263 T_gprs_bsic *p_bl, 267 T_gprs_bsic *p_bl,
264 UBYTE msg_index, 268 UBYTE msg_index,
265 BOOL ba_available) 269 BOOL ba_available)
266 { 270 {
267 TRACE_FUNCTION ("for_dat_process_common_emr_data()"); 271 TRACE_FUNCTION ("for_dat_process_common_emr_data()");
268 return(for_process_common_emr_data ( p_rep,p_bl,msg_index, ba_available)); 272 return(for_process_common_emr_data ( p_rep,p_bl,msg_index, ba_available));
286 for (i = 0; i < p_enh->enh_para.num_valid_cells ; i++ ) 290 for (i = 0; i < p_enh->enh_para.num_valid_cells ; i++ )
287 { 291 {
288 if ( (((p_enh->ba2bsic_map_pending >> i) & 0x1) EQ TRUE) AND 292 if ( (((p_enh->ba2bsic_map_pending >> i) & 0x1) EQ TRUE) AND
289 ( p_list[(UBYTE)p_enh_list[i].arfcn] NEQ NOT_PRESENT_16BIT ) ) 293 ( p_list[(UBYTE)p_enh_list[i].arfcn] NEQ NOT_PRESENT_16BIT ) )
290 p_enh_list[i].arfcn = p_list[(UBYTE)p_enh_list[i].arfcn]; 294 p_enh_list[i].arfcn = p_list[(UBYTE)p_enh_list[i].arfcn];
291
292 } 295 }
293 p_enh->ba2bsic_map_pending = 0; 296 p_enh->ba2bsic_map_pending = 0;
294 return; 297 return;
295 } 298 }
296 #endif 299 #endif