diff src/g23m-aci/aci/cmh_smss.c @ 167:b135e1505ae4

TCS3.2 version of aci.lib compiles
author Mychaela Falconia <falcon@freecalypso.org>
date Tue, 11 Oct 2016 04:49:14 +0000
parents 53929b40109c
children 2a93a98a1e26
line wrap: on
line diff
--- a/src/g23m-aci/aci/cmh_smss.c	Tue Oct 11 03:43:18 2016 +0000
+++ b/src/g23m-aci/aci/cmh_smss.c	Tue Oct 11 04:49:14 2016 +0000
@@ -1167,6 +1167,14 @@
     return sAT_PlusCMGS_Gl(srcId, da, toda, src_data, udh_data, sca, tosca,
                            isReply, rAT_PlusCMGS, rAT_PlusCMS);  
 }
+
+/*
+ * The following function has been conditioned out for the FreeCalypso build
+ * as it was failing compilation; it does not appear in the TCS211 version;
+ * to be investigated later.
+ */
+
+#if 0
 GLOBAL T_ACI_RETURN sAT_PlusCMGS_byPort( T_ACI_CMD_SRC srcId,
                   CHAR*     da,
                   T_ACI_TOA*   toda,
@@ -1226,7 +1234,7 @@
               isReply, rAT_PlusCMGS, rAT_PlusCMS);
  }
 }
-
+#endif
 
 /*
 +-------------------------------------------------------------------+