FreeCalypso > hg > fc-tourmaline
comparison src/ui/bmi/mmiSimToolkit.h @ 123:2d8124accc74
mmiSimToolkit.h: bogotab fixes
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Tue, 10 Nov 2020 06:01:15 +0000 |
parents | c0052fe355d3 |
children |
comparison
equal
deleted
inserted
replaced
122:88229017434c | 123:2d8124accc74 |
---|---|
1 /******************************************************************************* | 1 /******************************************************************************* |
2 | 2 |
3 CONDAT (UK) | 3 CONDAT (UK) |
4 | 4 |
5 ******************************************************************************** | 5 ******************************************************************************** |
6 | 6 |
7 This software product is the property of Condat (UK) Ltd and may not be | 7 This software product is the property of Condat (UK) Ltd and may not be |
8 disclosed to any third party without the express permission of the owner. | 8 disclosed to any third party without the express permission of the owner. |
9 | 9 |
10 ******************************************************************************** | 10 ******************************************************************************** |
11 | 11 |
12 $Project name: Basic MMI | 12 $Project name: Basic MMI |
13 $Project code: BMI (6349) | 13 $Project code: BMI (6349) |
14 $Module: MMI | 14 $Module: MMI |
15 $File: MmiSimToolkit.h | 15 $File: MmiSimToolkit.h |
16 $Revision: 1.0 | 16 $Revision: 1.0 |
17 | 17 |
18 $Author: Condat(UK) | 18 $Author: Condat(UK) |
19 $Date: 25/10/00 | 19 $Date: 25/10/00 |
20 | 20 |
21 ******************************************************************************** | 21 ******************************************************************************** |
22 | 22 |
23 Description: | 23 Description: |
24 | 24 |
25 This provides the root mofule for the basic MMI | 25 This provides the root mofule for the basic MMI |
26 | 26 |
27 ******************************************************************************** | 27 ******************************************************************************** |
28 $History: MmiSimToolkit.h | 28 $History: MmiSimToolkit.h |
29 | 29 |
30 Nov 17, 2006 REF:DR:OMAPS00104580 x0039928 | 30 Nov 17, 2006 REF:DR:OMAPS00104580 x0039928 |
31 Description: CT GCF - TC27.22.4.13.1 Seq 1.10 - PROACTIVE SIM COMMANDS: | 31 Description: CT GCF - TC27.22.4.13.1 Seq 1.10 - PROACTIVE SIM COMMANDS: |
32 SET UP CALL (NORMAL) - Call Set-up Failed | 32 SET UP CALL (NORMAL) - Call Set-up Failed |
33 Solution: Removed the Redial flag enabling code. | 33 Solution: Removed the Redial flag enabling code. |
34 | 34 |
35 25/10/00 Original Condat(UK) BMI version. | 35 25/10/00 Original Condat(UK) BMI version. |
36 | 36 |
37 Nov 07, 2006 ER:OMAPS00070661 R.Prabakar(a0393213) | 37 Nov 07, 2006 ER:OMAPS00070661 R.Prabakar(a0393213) |
38 R99 network compliancy : Implemented Language Notification and Provide Local Information (Language setting) | 38 R99 network compliancy : Implemented Language Notification and Provide Local Information (Language setting) |
39 SAT proactive commands and Language Selection SAT event | 39 SAT proactive commands and Language Selection SAT event |
40 | 40 |
41 $End | 41 $End |
42 | 42 |
43 *******************************************************************************/ | 43 *******************************************************************************/ |
44 | 44 |
77 #define ASCII_FOR_N 0x6E | 77 #define ASCII_FOR_N 0x6E |
78 #define ASCII_FOR_Z 0x7A | 78 #define ASCII_FOR_Z 0x7A |
79 | 79 |
80 #endif /*FF_MMI_R99_SAT_LANG*/ | 80 #endif /*FF_MMI_R99_SAT_LANG*/ |
81 #endif /* _DEF_MMI_SAT_H_ */ | 81 #endif /* _DEF_MMI_SAT_H_ */ |
82 |