FreeCalypso > hg > tcs211-fcmodem
comparison g23m/condat/ms/src/bmi/MmiEm.h @ 0:509db1a7b7b8
initial import: leo2moko-r1
author | Space Falcon <falcon@ivan.Harhan.ORG> |
---|---|
date | Mon, 01 Jun 2015 03:24:05 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:509db1a7b7b8 |
---|---|
1 #ifndef _MMI_EM_H_ | |
2 #define MMI_EM_H_ | |
3 /******************************************************************************* | |
4 | |
5 CONDAT (UK) | |
6 | |
7 ******************************************************************************** | |
8 | |
9 This software product is the property of Condat (UK) Ltd and may not be | |
10 disclosed to any third party without the express permission of the owner. | |
11 | |
12 ******************************************************************************** | |
13 | |
14 $Project name: Basic MMI | |
15 $Project code: BMI (6349) | |
16 $Module: Engineering mode | |
17 $File: MmiEm.h | |
18 $Revision: 1.0 | |
19 | |
20 $Author: Condat(UK) | |
21 $Date: 23/09/02 | |
22 | |
23 ******************************************************************************** | |
24 | |
25 Description: | |
26 | |
27 Handles Engineering mode at MMI level | |
28 | |
29 ******************************************************************************** | |
30 | |
31 /******************************************************************************* | |
32 | |
33 Include files | |
34 | |
35 *******************************************************************************/ | |
36 | |
37 | |
38 | |
39 #include "mfw_mfw.h" | |
40 #include "mfw_mnu.h" | |
41 | |
42 | |
43 /******************************Function Prototypes*******************************/ | |
44 void mmi_em_init(); | |
45 | |
46 void mmi_em_exit(); | |
47 | |
48 /*Called from menu; begins process to display Mobile Information*/ | |
49 int Mmi_em_display_mobile_info_data(MfwMnu* m, MfwMnuItem* i); | |
50 | |
51 /*Called from menu; begins process to display Serving Cell parameters*/ | |
52 int Mmi_em_display_serving_cell_params(MfwMnu* m, MfwMnuItem* i); | |
53 | |
54 /*Called from menu; begins process to display Neighbouring Cell parameters*/ | |
55 int Mmi_em_display_neighbour_cell_params(MfwMnu* m, MfwMnuItem* i); | |
56 | |
57 /*Called from menu; begins process to display Locationparameters*/ | |
58 int Mmi_em_display_location_params(MfwMnu* m, MfwMnuItem*i ); | |
59 | |
60 /*begins process to display Ciphering, hopping and discontinuous transmission parameters*/ | |
61 int Mmi_em_display_ciph_hop_DTX_params(MfwMnu* m, MfwMnuItem* i); | |
62 | |
63 /*Called from menu; begins process to display GPRS specific parameters*/ | |
64 int Mmi_em_display_GPRS_params(MfwMnu* m, MfwMnuItem* i); | |
65 | |
66 /*Starts the engineering mode menu*/ | |
67 void mmi_em_start_eng_mode_menus(T_MFW_HND parent); | |
68 #endif |