comparison g23m-aci/aci/cmh_dmy.c @ 0:75a11d740a02

initial import of gsm-fw from freecalypso-sw rev 1033:5ab737ac3ad7
author Mychaela Falconia <falcon@freecalypso.org>
date Thu, 09 Jun 2016 00:02:41 +0000
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:75a11d740a02
1 /*
2 +-----------------------------------------------------------------------------
3 | Project : GSM-PS (6147)
4 | Modul : CMH_DMY
5 +-----------------------------------------------------------------------------
6 | Copyright 2002 Texas Instruments Berlin, AG
7 | All rights reserved.
8 |
9 | This file is confidential and a trade secret of Texas
10 | Instruments Berlin, AG
11 | The receipt of or possession of this file does not convey
12 | any rights to reproduce or disclose its contents or to
13 | manufacture, use, or sell anything it may describe, in
14 | whole, or in part, without the specific written consent of
15 | Texas Instruments Berlin, AG.
16 +-----------------------------------------------------------------------------
17 | Purpose : This module is used to implement all function which
18 | are not yet supported by the command handler of the ACI.
19 +-----------------------------------------------------------------------------
20 */
21
22 #ifndef CMH_DMY_C
23 #define CMH_DMY_C
24 #endif
25
26 #include "config.h"
27 #include "fixedconf.h"
28 #include "condat-features.h"
29 #include "aci_conf.h"
30
31 #include "aci_all.h"
32 /*==== INCLUDES ===================================================*/
33 #include "aci_cmh.h"
34
35 #ifdef FAX_AND_DATA
36 #include "aci_fd.h"
37 #endif
38
39 #include "ati_cmd.h"
40 #include "aci_io.h"
41
42 /*==== CONSTANTS ==================================================*/
43
44 /*==== TYPES ======================================================*/
45
46 /*==== EXPORT =====================================================*/
47
48 /*==== VARIABLES ==================================================*/
49
50 /*==== FUNCTIONS ==================================================*/
51
52 #ifdef FF_FAX
53
54 GLOBAL T_ACI_RETURN sAT_PlusFND (T_ACI_CMD_SRC srcId,
55 T_ACI_FND_VAL value)
56 {
57 return AT_FAIL;
58 }
59
60 GLOBAL T_ACI_RETURN qAT_PlusFND (T_ACI_CMD_SRC srcId,
61 T_ACI_FND_VAL * value)
62 {
63 return AT_FAIL;
64 }
65
66 #endif /* FF_FAX */
67
68 /*
69 +--------------------------------------------------------------------+
70 | PROJECT : GSM-PS (6147) MODULE : CMH_DMY |
71 | STATE : code ROUTINE : qAT_PlusCGI |
72 +--------------------------------------------------------------------+
73
74 PURPOSE :
75 */
76
77 GLOBAL T_ACI_RETURN qAT_PlusGCI ( T_ACI_CMD_SRC srcId,
78 UBYTE *country)
79 {
80 return AT_FAIL;
81 }
82
83 /*
84 +--------------------------------------------------------------------+
85 | PROJECT : GSM-PS (6147) MODULE : CMH_DMY |
86 | STATE : code ROUTINE : sAT_PlusCGI |
87 +--------------------------------------------------------------------+
88
89 PURPOSE :
90 */
91
92 GLOBAL T_ACI_RETURN sAT_PlusGCI ( T_ACI_CMD_SRC srcId,
93 UBYTE country)
94
95 {
96 return AT_FAIL;
97 }
98
99 /*
100 +--------------------------------------------------------------------+
101 | PROJECT : GSM-PS (6147) MODULE : CMH_DMY |
102 | STATE : code ROUTINE : sAT_PlusVTD |
103 +--------------------------------------------------------------------+
104
105 PURPOSE :
106 */
107
108 GLOBAL T_ACI_RETURN sAT_PlusVTD ( T_ACI_CMD_SRC srcId,
109 SHORT duration)
110 {
111 return AT_FAIL;
112 }