# HG changeset patch # User Mychaela Falconia # Date 1516599270 0 # Node ID 9b58d5a84a449adac1992a99e5fc209804a781a7 # Parent c26bee8e34c63bf7d2b33d93068bf2047db694eb src/ui3/mfw/mfw_nma.c: fix for !GPRS diff -r c26bee8e34c6 -r 9b58d5a84a44 src/ui3/mfw/mfw_nma.c --- a/src/ui3/mfw/mfw_nma.c Mon Jan 22 05:30:26 2018 +0000 +++ b/src/ui3/mfw/mfw_nma.c Mon Jan 22 05:34:30 2018 +0000 @@ -244,7 +244,9 @@ { T_MMR_NREG_IND * nreg_ind; T_MMR_INFO_IND mmr_nitz_ind;//x0066814 (Geetha), OMAPS00098351 +#ifdef GPRS T_GMMREG_INFO_IND *gmmreg_info_ind;//x0066814 (Geetha), OMAPS00098351 +#endif TRACE_FUNCTION ("nma_response_cb()"); @@ -274,6 +276,7 @@ return FALSE; /* normal processing of ACI */ // x0066814 (Geetha), OMAPS00098351 (NITZ), Timezone info handling +#ifdef GPRS case GMMREG_INFO_IND: TRACE_FUNCTION(" case GMMREG_INFO_IND: "); @@ -289,6 +292,7 @@ nm_nitz_info_ind(&mmr_nitz_ind); return FALSE; /* normal processing of ACI */ +#endif } return FALSE; /* not processed by extension */