comparison src/g23m-aci/aci/cmh_smss.c @ 202:2a93a98a1e26

src/g23m-aci/aci/cmh_smss.c: sAT_PercentCMGS() disabled for !FF_MMI_RIV like in TCS211 and in Citrine
author Mychaela Falconia <falcon@freecalypso.org>
date Fri, 14 Oct 2016 06:02:34 +0000
parents b135e1505ae4
children f5a1a37cbece
comparison
equal deleted inserted replaced
201:f3f58412df01 202:2a93a98a1e26
1141 TRACE_FUNCTION ("sAT_PlusCMGS ()"); 1141 TRACE_FUNCTION ("sAT_PlusCMGS ()");
1142 1142
1143 return sAT_PlusCMGS_Gl(srcId, da, toda, src_data, NULL, sca, tosca, 1143 return sAT_PlusCMGS_Gl(srcId, da, toda, src_data, NULL, sca, tosca,
1144 isReply, rAT_PlusCMGS, rAT_PlusCMS); 1144 isReply, rAT_PlusCMGS, rAT_PlusCMS);
1145 } 1145 }
1146 #endif /*#if defined FF_MMI_RIV*/ 1146
1147 /* 1147 /*
1148 +-------------------------------------------------------------------+ 1148 +-------------------------------------------------------------------+
1149 | PROJECT : GSM-PS (6147) MODULE : CMH_SMSS | 1149 | PROJECT : GSM-PS (6147) MODULE : CMH_SMSS |
1150 | STATE : code ROUTINE : sAT_PercentCMGS | 1150 | STATE : code ROUTINE : sAT_PercentCMGS |
1151 +-------------------------------------------------------------------+ 1151 +-------------------------------------------------------------------+
1165 TRACE_FUNCTION ("sAT_PercentCMGS () with udh"); 1165 TRACE_FUNCTION ("sAT_PercentCMGS () with udh");
1166 1166
1167 return sAT_PlusCMGS_Gl(srcId, da, toda, src_data, udh_data, sca, tosca, 1167 return sAT_PlusCMGS_Gl(srcId, da, toda, src_data, udh_data, sca, tosca,
1168 isReply, rAT_PlusCMGS, rAT_PlusCMS); 1168 isReply, rAT_PlusCMGS, rAT_PlusCMS);
1169 } 1169 }
1170 #endif /*#if defined FF_MMI_RIV*/
1170 1171
1171 /* 1172 /*
1172 * The following function has been conditioned out for the FreeCalypso build 1173 * The following function has been conditioned out for the FreeCalypso build
1173 * as it was failing compilation; it does not appear in the TCS211 version; 1174 * as it was failing compilation; it does not appear in the TCS211 version;
1174 * to be investigated later. 1175 * to be investigated later.