[PATCH] SMPP Optional params

2003-03-03 Thread Nisan Bloch
Hi All A small patch to get the values of the optional SMPP params. Added: smpp_pdu_get_opt(SMPP_PDU *pdu, unsigned long opt_tag); Nisan --- ../cvs/gateway/gw/smsc/smpp_pdu.h Tue Mar 4 08:18:51 2003 +++ ../gateway-click/gw/smsc/smpp_pdu.h Tue Mar 4 07:49:10 2003 @@ -95,6 +95,7 @@ long

[PATCH] Octstr additions

2003-03-03 Thread Nisan Bloch
Hi All Some additions to octstr.[ch] /* * Strip all occurence of char ch from start of Octstr */ void octstr_strip_char(Octstr *text, char ch); /* * Check if ostr is numeric */ int octstr_isnum(Octstr *ostr1); /* * Replace all occurences of needle with repl within haystack */ void