Re: [FYI] patches commited to SMPP module

Ignat Vassilev <[email protected]>
Newsgroups gmane.comp.mobile.kannel.devel
Message-ID <[email protected]>
Hi Stipe
In smsc_smpp.c has a littel mistake in

/* check for any specified priority value in range [0-5] */
    if (cfg_get_integer(&version, grp, octstr_imm("priority")) == -1)
        priority = SMPP_DEFAULT_PRIORITY;

pelase change with

--- gw/smsc_smpp.c      Mon Jul  8 14:21:43 2002
+++ gw/smsc_smpp.c      Fri Jul  5 23:37:18 2002
@@ -1157,7 +1157,7 @@
         version = ((version / 10) << 4) + (version % 10);

     /* check for any specified priority value in range [0-5] */
-    if (cfg_get_integer(&priority, grp, octstr_imm("priority")) == -1)
+    if (cfg_get_integer(&version, grp, octstr_imm("priority")) == -1)
         priority = SMPP_DEFAULT_PRIORITY;




Regards
Ignat

Stipe Tolj wrote:

>Hi there,
>
>I just commited a couple of patch for the SMPP module, see these
>ChangeLog entries below.
>
>Can anybody using SMPP check with these changes in the current CVS
>head tree and test the changes to reflect if there is nothing broken
>due to the patches. Thanks in advance.
>
>Please report problems with respect to the corresponding patch to the
>devel@ list.
>
>
>2002-07-05  Stipe Tolj  <[email protected]>
>    * gw/smsc_smpp.c: added throttleing error code support,
>      patch provided by Oded.
>      [Msg-ID:
><[email protected]>]
>
>2002-07-05  Stipe Tolj  <[email protected]>
>    * gw/smsc_smpp.c: fixing timezone issue for sms time validity, 
>      patch made by Alan
>      [Msg-ID:  <1024987558.1209.472.camel@euclid>]
>
>2002-07-05  Stipe Tolj  <[email protected]>
>    * gw/smpp_pdu.def, gw/smsc_smpp.c: added unbind PDU support,
>      patch submitted by Ignat Vassilev <[email protected]>
>      [Msg-ID: <[email protected]>]
>
>2002-07-05  Stipe Tolj  <[email protected]>
>    * gw/smsc_smpp.c, gwlib/cfg.def: added SMPP priority flag support
>using
>      configuration directive 'priority', patch submitted 
>      by Ignat Vassilev <[email protected]>
>      [Msg-ID: <[email protected]>]
>
>
>Stipe
>
>[email protected]
>-------------------------------------------------------------------
>Wapme Systems AG
>
>Vogelsanger Weg 80
>40470 Düsseldorf
>
>Tel: +49-211-74845-0
>Fax: +49-211-74845-299
>
>E-Mail: [email protected]
>Internet: http://www.wapme-systems.de
>-------------------------------------------------------------------
>wapme.net - wherever you are
>
>
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.