comparison gsm-fw/g23m-aci/aci/cmh_phbt.c @ 796:ac09e56b4e3b

aci: cmh_phb?.c done
author Space Falcon <falcon@ivan.Harhan.ORG>
date Mon, 16 Mar 2015 04:28:11 +0000
parents eedbf248bac0
children
comparison
equal deleted inserted replaced
795:b93cee08a2e1 796:ac09e56b4e3b
21 21
22 #ifndef CMH_PHBT_C 22 #ifndef CMH_PHBT_C
23 #define CMH_PHBT_C 23 #define CMH_PHBT_C
24 #endif 24 #endif
25 25
26 #include "config.h"
27 #include "fixedconf.h"
28 #include "condat-features.h"
29 #include "aci_conf.h"
30
26 #include "aci_all.h" 31 #include "aci_all.h"
27 /*==== INCLUDES ===================================================*/ 32 /*==== INCLUDES ===================================================*/
28 #include "aci_cmh.h" 33 #include "aci_cmh.h"
29 34
30 #ifdef FAX_AND_DATA 35 #ifdef FAX_AND_DATA
70 UBYTE numLen; /* maximum num length */ 75 UBYTE numLen; /* maximum num length */
71 UBYTE tagLen; /* maximum tag length */ 76 UBYTE tagLen; /* maximum tag length */
72 SHORT dmyUsed; /* dummy variable, not used */ 77 SHORT dmyUsed; /* dummy variable, not used */
73 SHORT dmyMaxExt; 78 SHORT dmyMaxExt;
74 SHORT dmyUsedExt; 79 SHORT dmyUsedExt;
75 #ifndef TI_PS_FFS_PHB 80 #ifndef TI_PS_FFS_PHB
76 UBYTE dmySrvc; /* dummy variable, not used */ 81 UBYTE dmySrvc; /* dummy variable, not used */
77 SHORT dmyAvail; /* dummy variable, not used */ 82 SHORT dmyAvail; /* dummy variable, not used */
78 #endif 83 #endif
79 84
80 TRACE_FUNCTION("cmhPHB_get_phonebook_info( )"); 85 TRACE_FUNCTION("cmhPHB_get_phonebook_info( )");