diff gsm-fw/g23m-aci/aci/cmh_cphs.c @ 792:44bac38197dd

aci: cmh_cphs.c through cmh_f.c done
author Space Falcon <falcon@ivan.Harhan.ORG>
date Thu, 12 Mar 2015 22:11:27 +0000
parents eedbf248bac0
children
line wrap: on
line diff
--- a/gsm-fw/g23m-aci/aci/cmh_cphs.c	Thu Mar 12 20:51:29 2015 +0000
+++ b/gsm-fw/g23m-aci/aci/cmh_cphs.c	Thu Mar 12 22:11:27 2015 +0000
@@ -15,6 +15,11 @@
 #ifndef CMH_CPHS_C
 #define CMH_CPHS_C
 
+#include "config.h"
+#include "fixedconf.h"
+#include "condat-features.h"
+#include "aci_conf.h"
+
 #include "aci_all.h"
 #include "aci_cmh.h"
 #include "psa.h"
@@ -103,7 +108,6 @@
   }
 
 
-
   /* Deal with Unsolicited Messages */
   switch(params->cb_type)
   {
@@ -1168,7 +1172,7 @@
                                        UBYTE*        nlength,
                                        UBYTE*        tlength )
 { 
-   T_CPHS_RET cphs_result;
+  T_CPHS_RET cphs_result;
 
   TRACE_FUNCTION("tAT_PercentCPMBW()");
         
@@ -1192,6 +1196,3 @@
   }
 }
 #endif /* CPHS_C */
-
-
-