comparison src/ui/mfw/mfw_ssi.h @ 188:92abb46dc1ba

src/ui/mfw/*.[ch]: rm trailing white space
author Mychaela Falconia <falcon@freecalypso.org>
date Tue, 19 Jan 2021 06:10:27 +0000
parents 67bfe9f274f6
children
comparison
equal deleted inserted replaced
187:a33dd8a5dcc9 188:92abb46dc1ba
15 15
16 July 23, 2005 REF : MMI-22565 - a0876501 16 July 23, 2005 REF : MMI-22565 - a0876501
17 Description: IMEI CD byte calculation added 17 Description: IMEI CD byte calculation added
18 Solution: Byte alignment done for IMEI display. 18 Solution: Byte alignment done for IMEI display.
19 19
20 * 20 *
21 * ***************** Version 7 ***************** 21 * ***************** Version 7 *****************
22 * User: Vo Date: 14.01.00 Time: 20:17 22 * User: Vo Date: 14.01.00 Time: 20:17
23 * Updated in $/GSM/Condat/MS/SRC/MFW 23 * Updated in $/GSM/Condat/MS/SRC/MFW
24 * 24 *
25 * ***************** Version 6 ***************** 25 * ***************** Version 6 *****************
26 * User: Vo Date: 13.09.99 Time: 10:36 26 * User: Vo Date: 13.09.99 Time: 10:36
27 * Updated in $/GSM/DEV/MS/SRC/MFW 27 * Updated in $/GSM/DEV/MS/SRC/MFW
28 * new prototype 28 * new prototype
29 * 29 *
30 * ***************** Version 5 ***************** 30 * ***************** Version 5 *****************
31 * User: Vo Date: 30.08.99 Time: 11:45 31 * User: Vo Date: 30.08.99 Time: 11:45
32 * Updated in $/GSM/DEV/MS/SRC/MFW 32 * Updated in $/GSM/DEV/MS/SRC/MFW
33 * add 'reason' in function ss_error_string() 33 * add 'reason' in function ss_error_string()
34 * 34 *
35 * ***************** Version 4 ***************** 35 * ***************** Version 4 *****************
36 * User: Vo Date: 2.07.99 Time: 15:27 36 * User: Vo Date: 2.07.99 Time: 15:27
37 * Updated in $/GSM/DEV/MS/SRC/MFW 37 * Updated in $/GSM/DEV/MS/SRC/MFW
38 * 38 *
39 * ***************** Version 3 ***************** 39 * ***************** Version 3 *****************
40 * User: Vo Date: 22.06.99 Time: 8:54 40 * User: Vo Date: 22.06.99 Time: 8:54
41 * Updated in $/GSM/DEV/MS/SRC/MFW 41 * Updated in $/GSM/DEV/MS/SRC/MFW
42 * 42 *
43 * ***************** Version 2 ***************** 43 * ***************** Version 2 *****************
44 * User: Vo Date: 20.05.99 Time: 17:47 44 * User: Vo Date: 20.05.99 Time: 17:47
45 * Updated in $/GSM/DEV/MS/SRC/MFW 45 * Updated in $/GSM/DEV/MS/SRC/MFW
46 * 46 *
47 * ***************** Version 1 ***************** 47 * ***************** Version 1 *****************
48 * User: Vo Date: 10.02.99 Time: 12:41 48 * User: Vo Date: 10.02.99 Time: 12:41
49 * Created in $/GSM/DEV/MS/SRC/MFW 49 * Created in $/GSM/DEV/MS/SRC/MFW
50 */ 50 */
51 51
52 #ifndef DEF_MFW_SSI 52 #ifndef DEF_MFW_SSI
53 #define DEF_MFW_SSI 53 #define DEF_MFW_SSI
54 54
55 #include "ksd.h" 55 #include "ksd.h"
56 56
57 typedef enum 57 typedef enum
58 { 58 {
59 MFW_MODUL_UNKNOWN = 0, 59 MFW_MODUL_UNKNOWN = 0,
60 MFW_PHB, 60 MFW_PHB,
61 MFW_SIM_CPIND, 61 MFW_SIM_CPIND,
62 MFW_SIM_CPINE 62 MFW_SIM_CPINE
63 } T_MFW_SS_MODUL; 63 } T_MFW_SS_MODUL;
64 64
65 /* SS Control Block */ 65 /* SS Control Block */
66 typedef struct 66 typedef struct
67 { 67 {
68 T_MFW_EVENT emask; /* events of interest */ 68 T_MFW_EVENT emask; /* events of interest */
69 T_MFW_EVENT event; /* current event */ 69 T_MFW_EVENT event; /* current event */
89 } T_MFW_SS_SUPORT; 89 } T_MFW_SS_SUPORT;
90 90
91 T_MFW_SS_RETURN ss_decode (UBYTE *string, CHAR **rt, T_KSD_SEQPARAM *p); 91 T_MFW_SS_RETURN ss_decode (UBYTE *string, CHAR **rt, T_KSD_SEQPARAM *p);
92 void ss_notify (T_MFW_SS_NOTIFY_CODES code, 92 void ss_notify (T_MFW_SS_NOTIFY_CODES code,
93 SHORT index, 93 SHORT index,
94 UBYTE *number, 94 UBYTE *number,
95 UBYTE *subaddr); 95 UBYTE *subaddr);
96 T_MFW ss_set_clck (T_ACI_FAC fac, 96 T_MFW ss_set_clck (T_ACI_FAC fac,
97 T_ACI_CLCK_MOD mode, 97 T_ACI_CLCK_MOD mode,
98 CHAR *passwd, 98 CHAR *passwd,
99 T_ACI_CLASS class_type, 99 T_ACI_CLASS class_type,
100 UBYTE modul); 100 UBYTE modul);
101 void ss_command_info (T_ACI_CLOG* clog); 101 void ss_command_info (T_ACI_CLOG* clog);
102 void ss_ok_string (T_ACI_AT_CMD cmdId); 102 void ss_ok_string (T_ACI_AT_CMD cmdId);
103 void ss_error_string (T_ACI_AT_CMD cmdId, T_ACI_CME_ERR reason); 103 void ss_error_string (T_ACI_AT_CMD cmdId, T_ACI_CME_ERR reason);
104 void ss_ok_clck (void); 104 void ss_ok_clck (void);