comparison src/ui/mfw/mfw_smsi.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
16 Feb 28, 2007 OMAPS00109953 a0393213(R.Prabakar) 16 Feb 28, 2007 OMAPS00109953 a0393213(R.Prabakar)
17 Description : Need to be able to store SMS in SIM/ME 17 Description : Need to be able to store SMS in SIM/ME
18 Solution : Earlier, index alone was sufficient to identify messages. Now memory should also be taken care of. 18 Solution : Earlier, index alone was sufficient to identify messages. Now memory should also be taken care of.
19 19
20 * May 27, 2005 MMI-FIX-29869 x0018858 20 * May 27, 2005 MMI-FIX-29869 x0018858
21 * Description: There is a limitation on the number of messages that can be downloaded from 21 * Description: There is a limitation on the number of messages that can be downloaded from
22 * server even though there is space on the sim. 22 * server even though there is space on the sim.
23 * Solution: The limitation has been removed and the number of messages that can be dowloaded 23 * Solution: The limitation has been removed and the number of messages that can be dowloaded
24 * has been modified to the masimum number that can be stored. 24 * has been modified to the masimum number that can be stored.
25 * 25 *
26 * ***************** Version 15 ***************** 26 * ***************** Version 15 *****************
27 * User: Vo Date: 22.03.00 Time: 17:44 27 * User: Vo Date: 22.03.00 Time: 17:44
28 * Updated in $/GSM/Condat/MS/SRC/MFW 28 * Updated in $/GSM/Condat/MS/SRC/MFW
29 * check voice mail status 29 * check voice mail status
30 * 30 *
31 * ***************** Version 14 ***************** 31 * ***************** Version 14 *****************
32 * User: Vo Date: 15.03.00 Time: 14:37 32 * User: Vo Date: 15.03.00 Time: 14:37
33 * Updated in $/GSM/Condat/MS/SRC/MFW 33 * Updated in $/GSM/Condat/MS/SRC/MFW
34 * Bug fix: receiving MT indication conflict with perform SMS command 34 * Bug fix: receiving MT indication conflict with perform SMS command
35 * Bug fix: read SMS parameter 35 * Bug fix: read SMS parameter
36 * 36 *
37 * ***************** Version 13 ***************** 37 * ***************** Version 13 *****************
38 * User: Vo Date: 28.01.00 Time: 15:36 38 * User: Vo Date: 28.01.00 Time: 15:36
39 * Updated in $/GSM/Condat/MS/SRC/MFW 39 * Updated in $/GSM/Condat/MS/SRC/MFW
40 * 40 *
41 * ***************** Version 12 ***************** 41 * ***************** Version 12 *****************
42 * User: Vo Date: 20.01.00 Time: 12:28 42 * User: Vo Date: 20.01.00 Time: 12:28
43 * Updated in $/GSM/Condat/MS/SRC/MFW 43 * Updated in $/GSM/Condat/MS/SRC/MFW
44 * 44 *
45 * ***************** Version 11 ***************** 45 * ***************** Version 11 *****************
46 * User: Vo Date: 14.01.00 Time: 20:17 46 * User: Vo Date: 14.01.00 Time: 20:17
47 * Updated in $/GSM/Condat/MS/SRC/MFW 47 * Updated in $/GSM/Condat/MS/SRC/MFW
48 * 48 *
49 * ***************** Version 10 ***************** 49 * ***************** Version 10 *****************
50 * User: Vo Date: 17.11.99 Time: 11:01 50 * User: Vo Date: 17.11.99 Time: 11:01
51 * Updated in $/GSM/Condat/MS/SRC/MFW 51 * Updated in $/GSM/Condat/MS/SRC/MFW
52 * 1. change constants 52 * 1. change constants
53 * 2. new prototype define 53 * 2. new prototype define
54 * 54 *
55 * ***************** Version 9 ***************** 55 * ***************** Version 9 *****************
56 * User: Vo Date: 21.10.99 Time: 13:36 56 * User: Vo Date: 21.10.99 Time: 13:36
57 * Updated in $/GSM/Condat/MS/SRC/MFW 57 * Updated in $/GSM/Condat/MS/SRC/MFW
58 * new constants define 58 * new constants define
59 * new prototyp 59 * new prototyp
60 * 60 *
61 * ***************** Version 8 ***************** 61 * ***************** Version 8 *****************
62 * User: Vo Date: 30.08.99 Time: 15:18 62 * User: Vo Date: 30.08.99 Time: 15:18
63 * Updated in $/GSM/DEV/MS/SRC/MFW 63 * Updated in $/GSM/DEV/MS/SRC/MFW
64 * new prototypes 64 * new prototypes
65 * 65 *
66 * ***************** Version 7 ***************** 66 * ***************** Version 7 *****************
67 * User: Vo Date: 26.07.99 Time: 14:32 67 * User: Vo Date: 26.07.99 Time: 14:32
68 * Updated in $/GSM/DEV/MS/SRC/MFW 68 * Updated in $/GSM/DEV/MS/SRC/MFW
69 * defines moved to mfw_sms.h 69 * defines moved to mfw_sms.h
70 * 70 *
71 * ***************** Version 6 ***************** 71 * ***************** Version 6 *****************
72 * User: Vo Date: 16.07.99 Time: 13:50 72 * User: Vo Date: 16.07.99 Time: 13:50
73 * Updated in $/GSM/DEV/MS/SRC/MFW 73 * Updated in $/GSM/DEV/MS/SRC/MFW
74 * 74 *
75 * ***************** Version 5 ***************** 75 * ***************** Version 5 *****************
76 * User: Vo Date: 22.06.99 Time: 8:54 76 * User: Vo Date: 22.06.99 Time: 8:54
77 * Updated in $/GSM/DEV/MS/SRC/MFW 77 * Updated in $/GSM/DEV/MS/SRC/MFW
78 * 78 *
79 * ***************** Version 4 ***************** 79 * ***************** Version 4 *****************
80 * User: Vo Date: 20.05.99 Time: 17:48 80 * User: Vo Date: 20.05.99 Time: 17:48
81 * Updated in $/GSM/DEV/MS/SRC/MFW 81 * Updated in $/GSM/DEV/MS/SRC/MFW
82 * 82 *
83 * ***************** Version 3 ***************** 83 * ***************** Version 3 *****************
84 * User: Vo Date: 31.03.99 Time: 14:09 84 * User: Vo Date: 31.03.99 Time: 14:09
85 * Updated in $/GSM/DEV/MS/SRC/MFW 85 * Updated in $/GSM/DEV/MS/SRC/MFW
86 * 86 *
87 * ***************** Version 2 ***************** 87 * ***************** Version 2 *****************
88 * User: Vo Date: 12.02.99 Time: 18:59 88 * User: Vo Date: 12.02.99 Time: 18:59
89 * Updated in $/GSM/DEV/MS/SRC/MFW 89 * Updated in $/GSM/DEV/MS/SRC/MFW
90 * 90 *
91 * ***************** Version 1 ***************** 91 * ***************** Version 1 *****************
92 * User: Vo Date: 30.12.98 Time: 11:49 92 * User: Vo Date: 30.12.98 Time: 11:49
93 * Created in $/GSM/DEV/MS/SRC/MFW 93 * Created in $/GSM/DEV/MS/SRC/MFW
94 94
95 */ 95 */
123 T_MFW_SMS_PARA para; 123 T_MFW_SMS_PARA para;
124 } T_MFW_SMS; 124 } T_MFW_SMS;
125 125
126 126
127 /* SMS parameters */ 127 /* SMS parameters */
128 typedef struct 128 typedef struct
129 { 129 {
130 UBYTE tag_len; /* length of Alpha identifier */ 130 UBYTE tag_len; /* length of Alpha identifier */
131 UBYTE tag[MFW_TAG_LEN]; /* Alpha identifier */ 131 UBYTE tag[MFW_TAG_LEN]; /* Alpha identifier */
132 UBYTE para_id; /* Parameter identifier */ 132 UBYTE para_id; /* Parameter identifier */
133 UBYTE dest_addr[12]; /* TP-destination address */ 133 UBYTE dest_addr[12]; /* TP-destination address */
141 UBYTE vp_rel; /* validity period relative */ 141 UBYTE vp_rel; /* validity period relative */
142 UBYTE *vp_abs; /* validity period absolute */ 142 UBYTE *vp_abs; /* validity period absolute */
143 } T_MFW_SMS_PARAMETER; 143 } T_MFW_SMS_PARAMETER;
144 144
145 /* Cell broadcast massage parameters */ 145 /* Cell broadcast massage parameters */
146 typedef struct 146 typedef struct
147 { 147 {
148 UBYTE cbm_id[10]; /* cell broadcast message identifier */ 148 UBYTE cbm_id[10]; /* cell broadcast message identifier */
149 } T_MFW_SMS_CB_PARA; 149 } T_MFW_SMS_CB_PARA;
150 150
151 typedef struct 151 typedef struct
154 UBYTE used; 154 UBYTE used;
155 UBYTE total; 155 UBYTE total;
156 } T_MFW_MEM_INFO; 156 } T_MFW_MEM_INFO;
157 157
158 158
159 EXTERN T_MFW_HND sms_install (T_MFW_HDR *w, 159 EXTERN T_MFW_HND sms_install (T_MFW_HDR *w,
160 T_MFW_HDR *h, 160 T_MFW_HDR *h,
161 T_MFW_SMS *sms); 161 T_MFW_SMS *sms);
162 EXTERN T_MFW_RES sms_remove (T_MFW_HDR *h); 162 EXTERN T_MFW_RES sms_remove (T_MFW_HDR *h);
163 EXTERN BOOL sms_sign_exec (T_MFW_HDR *hdr, 163 EXTERN BOOL sms_sign_exec (T_MFW_HDR *hdr,
164 T_MFW_EVENT event, 164 T_MFW_EVENT event,
165 T_MFW_SMS_PARA *para); 165 T_MFW_SMS_PARA *para);
166 166
167 void sms_signal (T_MFW_EVENT event, void * para); 167 void sms_signal (T_MFW_EVENT event, void * para);
168 void sms_ok_delete (void); 168 void sms_ok_delete (void);
169 void sms_ok_change (void); 169 void sms_ok_change (void);
175 void sms_read_msg_info (void); 175 void sms_read_msg_info (void);
176 void sms_update_ready (void); 176 void sms_update_ready (void);
177 void sms_copy_msg_list (int num, T_MFW_SMS_MSG *msg_list); 177 void sms_copy_msg_list (int num, T_MFW_SMS_MSG *msg_list);
178 // PATCH JPS 29.09: add function equivalent of sms_message_list bu more economic 178 // PATCH JPS 29.09: add function equivalent of sms_message_list bu more economic
179 void sms_copy_idx_list (int num, T_MFW_SMS_IDX *msg_list); 179 void sms_copy_idx_list (int num, T_MFW_SMS_IDX *msg_list);
180 //MC 180 //MC
181 /*a0393213 OMAPS00109953 - memory added as parameter*/ 181 /*a0393213 OMAPS00109953 - memory added as parameter*/
182 void sms_copy_idx(UBYTE index, T_MFW_SMS_IDX *msg_list, T_MFW_SMS_MEM sms_memory); 182 void sms_copy_idx(UBYTE index, T_MFW_SMS_IDX *msg_list, T_MFW_SMS_MEM sms_memory);
183 183
184 // PATCH JPS 29.09 end 184 // PATCH JPS 29.09 end
185 void sms_check_mt_update (void); 185 void sms_check_mt_update (void);