FreeCalypso > hg > fc-magnetite
comparison src/aci2/mfw/mfw_cma.c @ 3:93999a60b835
src/aci2, src/condat2: import of g23m/condat source pieces from TCS211
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Mon, 26 Sep 2016 00:29:36 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
2:c41a534f33c6 | 3:93999a60b835 |
---|---|
1 /* | |
2 +--------------------------------------------------------------------+ | |
3 | PROJECT: MMI-Framework (8417) $Workfile:: mfw_cma.c $| | |
4 | $Author:: Vo $Revision:: 1 $| | |
5 | CREATED: 3.11.98 $Modtime:: 9.02.99 16:13 $| | |
6 | STATE : code | | |
7 +--------------------------------------------------------------------+ | |
8 | |
9 MODULE : MFW_CM | |
10 | |
11 PURPOSE : This modul contains call management functions. | |
12 | |
13 | |
14 $History:: mfw_cma.c $ | |
15 * | |
16 * ***************** Version 2 ***************** | |
17 * User: Vo Date: 10.02.99 Time: 12:41 | |
18 * Updated in $/GSM/DEV/MS/SRC/MFW | |
19 * ti integration | |
20 * | |
21 * ***************** Version 1 ***************** | |
22 * User: Es Date: 8.12.98 Time: 16:58 | |
23 * Created in $/GSM/DEV/MS/SRC/MFW | |
24 | |
25 */ | |
26 | |
27 #define ENTITY_MFW | |
28 | |
29 #include <string.h> | |
30 #include <stdio.h> | |
31 #include <stdlib.h> | |
32 | |
33 #if defined (NEW_FRAME) | |
34 | |
35 #include "typedefs.h" | |
36 #include "vsi.h" | |
37 #include "pei.h" | |
38 #include "custom.h" | |
39 #include "gsm.h" | |
40 | |
41 #else | |
42 | |
43 #include "STDDEFS.H" | |
44 #include "custom.h" | |
45 #include "gsm.h" | |
46 #include "vsi.h" | |
47 | |
48 #endif | |
49 #include "prim.h" | |
50 #ifndef PCM_2_FFS | |
51 #include "pcm.h" | |
52 #endif | |
53 | |
54 #include "message.h" | |
55 #include "prim.h" | |
56 #include "aci_cmh.h" | |
57 #include "prim.h" | |
58 | |
59 #include "mfw_mfw.h" | |
60 #include "mfw_cm.h" | |
61 #include "mfw_cmi.h" | |
62 #include "mfw_nm.h" | |
63 #include "mfw_sim.h" | |
64 #include "mfw_simi.h" | |
65 | |
66 | |
67 /********* current define *******************************************/ | |
68 | |
69 | |
70 |