comparison src/ui/bmi/mmiPcm.h @ 117:412ae9004de1

mmiPcm.h: bogotab fixes
author Mychaela Falconia <falcon@freecalypso.org>
date Mon, 09 Nov 2020 01:48:32 +0000
parents c0052fe355d3
children
comparison
equal deleted inserted replaced
116:5f0ddadda653 117:412ae9004de1
1 #ifndef _MMIPCM_H_ 1 #ifndef _MMIPCM_H_
2 #define _MMIPCM_H_ 1 2 #define _MMIPCM_H_ 1
3 3
4 /******************************************************************************* 4 /*******************************************************************************
5 5
6 CONDAT (UK) 6 CONDAT (UK)
7 7
8 ******************************************************************************** 8 ********************************************************************************
9 9
10 This software product is the property of Condat (UK) Ltd and may not be 10 This software product is the property of Condat (UK) Ltd and may not be
11 disclosed to any third party without the express permission of the owner. 11 disclosed to any third party without the express permission of the owner.
12 12
13 ******************************************************************************** 13 ********************************************************************************
14 14
15 $Project name: Basic MMI 15 $Project name: Basic MMI
16 $Project code: BMI (6349) 16 $Project code: BMI (6349)
17 $Module: Memory Configurations 17 $Module: Memory Configurations
18 $File: MmiPcm.h 18 $File: MmiPcm.h
19 $Revision: 1.0 19 $Revision: 1.0
20 20
21 $Author: Condat(UK) 21 $Author: Condat(UK)
22 $Date: 25/10/00 22 $Date: 25/10/00
23 23
24 ******************************************************************************** 24 ********************************************************************************
25 25
26 Description: 26 Description:
27 27
29 (MMI Specific extensions) 29 (MMI Specific extensions)
30 30
31 ******************************************************************************** 31 ********************************************************************************
32 $History: MmiPcm.h 32 $History: MmiPcm.h
33 33
34 25/10/00 Original Condat(UK) BMI version. 34 25/10/00 Original Condat(UK) BMI version.
35 35
36 $End 36 $End
37 37
38 *******************************************************************************/ 38 *******************************************************************************/
39
40
41 39
42 40
43 /******************************************************************************* 41 /*******************************************************************************
44 42
45 Field Identifier 43 Field Identifier
46 44
47 *******************************************************************************/ 45 *******************************************************************************/
48 46
49 #define PCM_LOG_ID "NMLOG" /* Network Log Identifier */ 47 #define PCM_LOG_ID "NMLOG" /* Network Log Identifier */
50 #define PCM_LOG_SIZE 27 48 #define PCM_LOG_SIZE 27
51
52
53 49
54 50
55 /******************************************************************************* 51 /*******************************************************************************
56 52
57 Field Network Log 53 Field Network Log
64 UBYTE plmn_name[20]; /* plmn name */ 60 UBYTE plmn_name[20]; /* plmn name */
65 UBYTE network_name [6]; /* plmn name numeric */ 61 UBYTE network_name [6]; /* plmn name numeric */
66 } EF_NMLOG; 62 } EF_NMLOG;
67 63
68 64
69
70 /******************************************************************************* 65 /*******************************************************************************
71 66
72 Logging Definitions 67 Logging Definitions
73 68
74 *******************************************************************************/ 69 *******************************************************************************/
76 #define NM_LOG_NOT_AVAIL 0 71 #define NM_LOG_NOT_AVAIL 0
77 #define NM_LOG_AVAIL_NOT_USED 1 72 #define NM_LOG_AVAIL_NOT_USED 1
78 #define NM_LOG_AVAIL_USED 2 73 #define NM_LOG_AVAIL_USED 2
79 74
80 75
81
82
83 /******************************************************************************* 76 /*******************************************************************************
84 77
85 End of File 78 End of File
86 79
87 *******************************************************************************/ 80 *******************************************************************************/
88 81
89 #endif 82 #endif
90