comparison gsm-fw/g23m-aci/aci/ati_cphs.c @ 785:09382de17df9

aci: integrated up to ati_pdu.c
author Space Falcon <falcon@ivan.Harhan.ORG>
date Thu, 12 Mar 2015 05:29:06 +0000
parents eedbf248bac0
children
comparison
equal deleted inserted replaced
784:5cc8a442efad 785:09382de17df9
12 */ 12 */
13 13
14 14
15 #ifndef ATI_CPHS_C 15 #ifndef ATI_CPHS_C
16 #define ATI_CPHS_C 16 #define ATI_CPHS_C
17
18 #include "config.h"
19 #include "fixedconf.h"
20 #include "condat-features.h"
21 #include "aci_conf.h"
17 22
18 #include "aci_all.h" 23 #include "aci_all.h"
19 #include "aci_cmh.h" 24 #include "aci_cmh.h"
20 #include "ati_cmd.h" 25 #include "ati_cmd.h"
21 #include "aci_cmd.h" 26 #include "aci_cmd.h"
311 } 316 }
312 317
313 if (ret NEQ AT_CMPL) 318 if (ret NEQ AT_CMPL)
314 { 319 {
315 cmdCmeError(CME_ERR_OpNotAllow); 320 cmdCmeError(CME_ERR_OpNotAllow);
316 MFREE(line_desc); 321 MFREE(line_desc);
317 return(ATI_FAIL); 322 return(ATI_FAIL);
318 } 323 }
319 324
320 sprintf(g_sa, "%s: %d,\"%s\"", "%CPALS", active_line, line_desc); 325 sprintf(g_sa, "%s: %d,\"%s\"", "%CPALS", active_line, line_desc);
321 io_sendMessage(srcId, g_sa, ATI_NORMAL_OUTPUT); 326 io_sendMessage(srcId, g_sa, ATI_NORMAL_OUTPUT);