comparison gsm-fw/L1/cfile/l1_func.c @ 557:3bb11261b9fe

L1: started work on l1_func.c
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Mon, 04 Aug 2014 17:20:38 +0000
parents 96a96ec34139
children b1358d6c4496
comparison
equal deleted inserted replaced
556:b3549e06db7e 557:3bb11261b9fe
7 * 7 *
8 ************* Revision Controle System Header *************/ 8 ************* Revision Controle System Header *************/
9 9
10 #define L1_FUNC_C 10 #define L1_FUNC_C
11 11
12 #include "config.h"
13 #include "l1_confg.h"
12 #include "l1_macro.h" 14 #include "l1_macro.h"
13 #include "l1_confg.h"
14 15
15 #if (CODE_VERSION == SIMULATION) 16 #if (CODE_VERSION == SIMULATION)
16 #include <string.h> 17 #include <string.h>
17 #include "l1_types.h" 18 #include "l1_types.h"
18 #include "sys_types.h" 19 #include "sys_types.h"
70 71
71 #include <string.h> 72 #include <string.h>
72 #include "l1_types.h" 73 #include "l1_types.h"
73 #include "sys_types.h" 74 #include "sys_types.h"
74 #include "l1_const.h" 75 #include "l1_const.h"
75 #include "l1_rf61.h" 76 #if (RF_FAM == 12)
77 #include "l1_rf12.h"
78 #elif (RF_FAM == 61)
79 #include "l1_rf61.h"
80 #endif
76 #include "l1_time.h" 81 #include "l1_time.h"
77 #include "l1_signa.h" 82 #include "l1_signa.h"
78 83
79 #if TESTMODE 84 #if TESTMODE
80 #include "l1tm_defty.h" 85 #include "l1tm_defty.h"
97 //ADDED FOR AAC 102 //ADDED FOR AAC
98 #if (L1_AAC == 1) 103 #if (L1_AAC == 1)
99 #include "l1aac_defty.h" 104 #include "l1aac_defty.h"
100 #endif 105 #endif
101 #include "l1_defty.h" 106 #include "l1_defty.h"
102 #include "cust_os.h" 107 #include "../../gpf/inc/cust_os.h"
103 #include "l1_msgty.h" 108 #include "l1_msgty.h"
104 #include "l1_varex.h" 109 #include "l1_varex.h"
105 #include "l1_proto.h" 110 #include "l1_proto.h"
106 #include "l1_mftab.h" 111 #include "l1_mftab.h"
107 #include "l1_tabs.h" 112 #include "l1_tabs.h"