comparison src/aci2/bmi/mmiPcm.h @ 120:3c2acfa1a72f

src/aci2/bmi: file renames to make filename case consistent
author Mychaela Falconia <falcon@freecalypso.org>
date Fri, 07 Oct 2016 03:46:05 +0000
parents src/aci2/bmi/MmiPcm.h@93999a60b835
children
comparison
equal deleted inserted replaced
119:b92a33c204b6 120:3c2acfa1a72f
1 #ifndef _MMIPCM_H_
2 #define _MMIPCM_H_ 1
3
4 /*******************************************************************************
5
6 CONDAT (UK)
7
8 ********************************************************************************
9
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.
12
13 ********************************************************************************
14
15 $Project name: Basic MMI
16 $Project code: BMI (6349)
17 $Module: Memory Configurations
18 $File: MmiPcm.h
19 $Revision: 1.0
20
21 $Author: Condat(UK)
22 $Date: 25/10/00
23
24 ********************************************************************************
25
26 Description:
27
28 Types definitions for the permanent memory configuration
29 (MMI Specific extensions)
30
31 ********************************************************************************
32 $History: MmiPcm.h
33
34 25/10/00 Original Condat(UK) BMI version.
35
36 $End
37
38 *******************************************************************************/
39
40
41
42
43 /*******************************************************************************
44
45 Field Identifier
46
47 *******************************************************************************/
48
49 #define PCM_LOG_ID "NMLOG" /* Network Log Identifier */
50 #define PCM_LOG_SIZE 27
51
52
53
54
55 /*******************************************************************************
56
57 Field Network Log
58
59 *******************************************************************************/
60
61 typedef struct EFnmlog /* Network Log */
62 {
63 UBYTE status; /* status */
64 UBYTE plmn_name[20]; /* plmn name */
65 UBYTE network_name [6]; /* plmn name numeric */
66 } EF_NMLOG;
67
68
69
70 /*******************************************************************************
71
72 Logging Definitions
73
74 *******************************************************************************/
75
76 #define NM_LOG_NOT_AVAIL 0
77 #define NM_LOG_AVAIL_NOT_USED 1
78 #define NM_LOG_AVAIL_USED 2
79
80
81
82
83 /*******************************************************************************
84
85 End of File
86
87 *******************************************************************************/
88
89 #endif
90