FreeCalypso > hg > freecalypso-sw
comparison gsm-fw/g23m-aci/aci/psa_sims.c @ 810:47a9c4eadf7f
aci: psa_sim?.c done
author | Space Falcon <falcon@ivan.Harhan.ORG> |
---|---|
date | Sun, 05 Apr 2015 07:40:15 +0000 |
parents | eedbf248bac0 |
children |
comparison
equal
deleted
inserted
replaced
809:4c476f4254c4 | 810:47a9c4eadf7f |
---|---|
22 | 22 |
23 #ifndef PSA_SIMS_C | 23 #ifndef PSA_SIMS_C |
24 #define PSA_SIMS_C | 24 #define PSA_SIMS_C |
25 #endif | 25 #endif |
26 | 26 |
27 #include "config.h" | |
28 #include "fixedconf.h" | |
29 #include "condat-features.h" | |
30 #include "aci_conf.h" | |
31 | |
27 #include "aci_all.h" | 32 #include "aci_all.h" |
28 | 33 |
29 /*==== INCLUDES ===================================================*/ | 34 /*==== INCLUDES ===================================================*/ |
30 #include "aci_cmh.h" | 35 #include "aci_cmh.h" |
31 #include "ati_cmd.h" | 36 #include "ati_cmd.h" |
74 | 79 |
75 #ifndef _SIMULATION_ | 80 #ifndef _SIMULATION_ |
76 | 81 |
77 /* temporary solution to get ffs.h included without GPRS to be set ! */ | 82 /* temporary solution to get ffs.h included without GPRS to be set ! */ |
78 #ifdef GPRS | 83 #ifdef GPRS |
79 #include "ffs/ffs.h" | 84 #include "../../services/ffs/ffs.h" |
80 #else | 85 #else |
81 #include "ffs/ffs.h" | 86 #include "../../services/ffs/ffs.h" |
82 #undef GPRS | 87 #undef GPRS |
83 #endif /* GPRS */ | 88 #endif /* GPRS */ |
84 #include "ffs_coat.h" | 89 #include "ffs_coat.h" |
85 | 90 |
86 #endif /* !_SIMULATION_ */ | 91 #endif /* !_SIMULATION_ */ |