# HG changeset patch # User Mychaela Falconia # Date 1604886364 0 # Node ID 5f0ddadda653992e6dd9071b34a57d6b785dff12 # Parent 320fdf90f1c48d651f41e1f78e61ee90b778dc82 mmiNetwork.h: bogotab fixes diff -r 320fdf90f1c4 -r 5f0ddadda653 src/ui/bmi/mmiNetwork.h --- a/src/ui/bmi/mmiNetwork.h Mon Nov 09 01:36:53 2020 +0000 +++ b/src/ui/bmi/mmiNetwork.h Mon Nov 09 01:46:04 2020 +0000 @@ -1,6 +1,6 @@ /******************************************************************************* - CONDAT (UK) + CONDAT (UK) ******************************************************************************** @@ -9,14 +9,14 @@ ******************************************************************************** - $Project name: Basic MMI - $Project code: BMI (6349) + $Project name: Basic MMI + $Project code: BMI (6349) $Module: - $File: MmiNetwork.h - $Revision: 1.0 + $File: MmiNetwork.h + $Revision: 1.0 - $Author: Condat(UK) - $Date: 25/10/00 + $Author: Condat(UK) + $Date: 25/10/00 ******************************************************************************** @@ -24,9 +24,9 @@ ******************************************************************************** - Jun 23, 2006 DR: OMAPS00082374 x0pleela - Description: EONS Failures - unexpected output from the MMI: 2 carriers; on the top always T-Mobile - Solution:a) Changed the size of SIZE_NETWORK_NAME from 6 to 7 + Jun 23, 2006 DR: OMAPS00082374 x0pleela + Description: EONS Failures - unexpected output from the MMI: 2 carriers; on the top always T-Mobile + Solution:a) Changed the size of SIZE_NETWORK_NAME from 6 to 7 ******************************************************************************* @@ -68,13 +68,13 @@ * network can be requested by the function network_get_plmn. * */ -#define SIZE_PLMN_NAME 20 -#define SIZE_NETWORK_NAME 7 //x0pleela 23 June, 2006 DR:OMAPS00082374 +#define SIZE_PLMN_NAME 20 +#define SIZE_NETWORK_NAME 7 //x0pleela 23 June, 2006 DR:OMAPS00082374 typedef struct { UBYTE plmn_name [SIZE_PLMN_NAME]; /* textual format of PLMN */ - UBYTE network_name [SIZE_NETWORK_NAME]; /* numeric format of PLMN */ + UBYTE network_name [SIZE_NETWORK_NAME]; /* numeric format of PLMN */ UBYTE service_provider_name[SP_NAME]; /* Marcus: Issue 1618: 24/01/2003 */ UBYTE roaming_indicator; /* Roaming Indicator */ } T_CURRENT_NETWORK; @@ -100,7 +100,7 @@ */ int network_set_mode_auto (T_MFW_MNU * m, T_MFW_MNU_ITEM * mi); int network_set_mode_man (T_MFW_MNU * m, T_MFW_MNU_ITEM * mi); -int network_pref_list (T_MFW_MNU * m, T_MFW_MNU_ITEM * mi); +int network_pref_list (T_MFW_MNU * m, T_MFW_MNU_ITEM * mi); int network_log_on (T_MFW_MNU * m, T_MFW_MNU_ITEM * mi); int network_log_off (T_MFW_MNU * m, T_MFW_MNU_ITEM * mi); int settingsNITZ (T_MFW_MNU *m, T_MFW_MNU_ITEM *i);//x0066814 @@ -119,4 +119,3 @@ #endif #endif -