FreeCalypso > hg > fc-magnetite
changeset 444:9b58d5a84a44
src/ui3/mfw/mfw_nma.c: fix for !GPRS
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Mon, 22 Jan 2018 05:34:30 +0000 |
parents | c26bee8e34c6 |
children | 399f3a5a5450 |
files | src/ui3/mfw/mfw_nma.c |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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 */