diff gsm-fw/g23m-aci/aci/ati_ss.c @ 789:beb8e9851a07

aci: ati_*.c finished
author Space Falcon <falcon@ivan.Harhan.ORG>
date Thu, 12 Mar 2015 16:35:22 +0000
parents eedbf248bac0
children
line wrap: on
line diff
--- a/gsm-fw/g23m-aci/aci/ati_ss.c	Thu Mar 12 07:53:35 2015 +0000
+++ b/gsm-fw/g23m-aci/aci/ati_ss.c	Thu Mar 12 16:35:22 2015 +0000
@@ -21,6 +21,11 @@
 #ifndef ATI_SS_C
 #define ATI_SS_C
 
+#include "config.h"
+#include "fixedconf.h"
+#include "condat-features.h"
+#include "aci_conf.h"
+
 #undef DUMMY_ATI_STRINGS
 
 #include "aci_all.h"
@@ -290,10 +295,10 @@
   if ((*cl EQ '0') OR (*cl EQ '1') OR (*cl EQ ','))
       return atiSShandleCSSN(cl,srcId);
   else
- {
+  {
     cmdCmeError(CME_ERR_OpNotAllow);
     return (ATI_FAIL);
- }
+  }
 }