FreeCalypso > hg > freecalypso-sw
comparison gsm-fw/g23m-gsm/mm/mm_forf.c @ 719:9686546a3cf8
mm_forf.c compiles
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Sat, 04 Oct 2014 00:59:24 +0000 |
parents | 2f7df7a314f8 |
children |
comparison
equal
deleted
inserted
replaced
718:537f0f059574 | 719:9686546a3cf8 |
---|---|
19 +----------------------------------------------------------------------------- | 19 +----------------------------------------------------------------------------- |
20 */ | 20 */ |
21 | 21 |
22 #ifndef MM_FORF_C | 22 #ifndef MM_FORF_C |
23 #define MM_FORF_C | 23 #define MM_FORF_C |
24 | |
25 #include "config.h" | |
26 #include "fixedconf.h" | |
27 #include "condat-features.h" | |
24 | 28 |
25 #define ENTITY_MM | 29 #define ENTITY_MM |
26 | 30 |
27 /*==== INCLUDES ===================================================*/ | 31 /*==== INCLUDES ===================================================*/ |
28 | 32 |
141 cause neither is a member of the table of valid causes | 145 cause neither is a member of the table of valid causes |
142 nor is in the range 0x30..0x3F, it is mapped to the | 146 nor is in the range 0x30..0x3F, it is mapped to the |
143 cause RC_SERVICE_ORDER. | 147 cause RC_SERVICE_ORDER. |
144 | 148 |
145 */ | 149 */ |
146 const UBYTE cause_table[MAX_DEFINED_CAUSES] = | 150 LOCAL const UBYTE cause_table[MAX_DEFINED_CAUSES] = |
147 { | 151 { |
148 RC_IMSI_IN_HLR, /* 0x02 */ | 152 RC_IMSI_IN_HLR, /* 0x02 */ |
149 RC_ILLEGAL_MS, /* 0x03 */ | 153 RC_ILLEGAL_MS, /* 0x03 */ |
150 RC_IMSI_IN_VLR, /* 0x04 */ | 154 RC_IMSI_IN_VLR, /* 0x04 */ |
151 RC_IMEI_NOT_ACCEPTED, /* 0x05 */ | 155 RC_IMEI_NOT_ACCEPTED, /* 0x05 */ |
279 } | 283 } |
280 } | 284 } |
281 #endif /* #if 0 */ | 285 #endif /* #if 0 */ |
282 | 286 |
283 #endif | 287 #endif |
284 |