comparison src/ui/mfw/mfw_cphsi.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
5 | CREATED: 14.07.00 $Modtime:: $| 5 | CREATED: 14.07.00 $Modtime:: $|
6 | STATE : code | 6 | STATE : code |
7 +--------------------------------------------------------------------+ 7 +--------------------------------------------------------------------+
8 8
9 PURPOSE : Internal definitions for CPHS management of MMI framework 9 PURPOSE : Internal definitions for CPHS management of MMI framework
10 10
11 $History:: mfw_cphs.c $ 11 $History:: mfw_cphs.c $
12 12
13 Jan 12, 2006 OMAPS00062632 x0018858 13 Jan 12, 2006 OMAPS00062632 x0018858
14 Description: The differnace in the type of the data passed to the function cphs_read_information() 14 Description: The differnace in the type of the data passed to the function cphs_read_information()
15 is causing an incorrect value being received as the output. 15 is causing an incorrect value being received as the output.
25 25
26 26
27 27
28 //Code 16: 28 //Code 16:
29 #define MFW_CPHS_INFO_SIZE 3 /* size of CPHS information field (6F16) */ 29 #define MFW_CPHS_INFO_SIZE 3 /* size of CPHS information field (6F16) */
30 #define MFW_CPHS_ONS_SIZE 20 /* size of operator name string (6F14) - read first 20 bytes only */ 30 #define MFW_CPHS_ONS_SIZE 20 /* size of operator name string (6F14) - read first 20 bytes only */
31 #define MFW_CPHS_ONSF_SIZE 10 /* size of operator name short form (6F18) */ 31 #define MFW_CPHS_ONSF_SIZE 10 /* size of operator name short form (6F18) */
32 #define MFW_CPHS_MIN_MBN_SIZE 14 32 #define MFW_CPHS_MIN_MBN_SIZE 14
33 #define MFW_CPHS_MBS_SIZE 2 /* size of voice message waiting flag (6F11) */ 33 #define MFW_CPHS_MBS_SIZE 2 /* size of voice message waiting flag (6F11) */
34 #define MFW_CPHS_CFF_SIZE 2 /* size of call forwarding flags (6F13) */ 34 #define MFW_CPHS_CFF_SIZE 2 /* size of call forwarding flags (6F13) */
35 #define MFW_CPHS_ALS_SIZE 1 /* size of alternate line service (6F9F) */ 35 #define MFW_CPHS_ALS_SIZE 1 /* size of alternate line service (6F9F) */