comparison gsm-fw/g23m-aci/aci/phb.c @ 806:6ce960359fee

aci: phb.c compiles
author Space Falcon <falcon@ivan.Harhan.ORG>
date Sun, 05 Apr 2015 05:50:28 +0000
parents eedbf248bac0
children
comparison
equal deleted inserted replaced
805:f219798c74ea 806:6ce960359fee
16 +----------------------------------------------------------------------------- 16 +-----------------------------------------------------------------------------
17 | Purpose : This modul contains the functions to establish the phone books. 17 | Purpose : This modul contains the functions to establish the phone books.
18 +----------------------------------------------------------------------------- 18 +-----------------------------------------------------------------------------
19 */ 19 */
20 20
21 #include "config.h"
22 #include "fixedconf.h"
23 #include "condat-features.h"
24 #include "aci_conf.h"
25
21 #ifndef TI_PS_FFS_PHB 26 #ifndef TI_PS_FFS_PHB
22 27
23 #include "aci_all.h" 28 #include "aci_all.h"
24 29
25 #include "aci_cmh.h" 30 #include "aci_cmh.h"
51 #include "cmh_sim.h" 56 #include "cmh_sim.h"
52 #include "psa_mm.h" 57 #include "psa_mm.h"
53 #include "psa_ss.h" 58 #include "psa_ss.h"
54 59
55 #ifndef _SIMULATION_ 60 #ifndef _SIMULATION_
56 #include "ffs\ffs.h" 61 #include "../../services/ffs/ffs.h"
57 #endif 62 #endif
58 /********* current define *******************************************/ 63 /********* current define *******************************************/
59 static T_PHB_EXT_CMP_FCT ext_compare_fct = NULL; /* external compare function */ 64 static T_PHB_EXT_CMP_FCT ext_compare_fct = NULL; /* external compare function */
60 static T_PHB_CTB phb_ctb[MAX_PHONEBOOK]; 65 static T_PHB_CTB phb_ctb[MAX_PHONEBOOK];
61 static T_PHB_AFB_ELEMENT phb_element[MAX_AFB_RECORDS]; 66 static T_PHB_AFB_ELEMENT phb_element[MAX_AFB_RECORDS];