Michael Mulcahy wrote:
> 
> Hi All,
> 
> There is a bug in the current SMPP driver that stops the driver from
> accepting messages to be submitted to the SMSC.
> 
> Scenario:
> SMPP SMSC configured as receiver and transmitter, transmitter and
> receiver connected and bound successfully.
> 1) Receiver SMPP connection disconnects
> 2) SMPP SMSC status changed to SMSCCONN_RECONNECTING
> 3) Receiver SMPP connection reconnects to SMSC after reconnect delay
>    and sends bind_receiver pdu
> 4) In handling of bind_receiver_resp the status is incorrectly set to
>    SMSCCONN_ACTIVE_RECV as the previous status was SMSCCONN_RECONNECTING
>    (This does not take into account that the transmitter is still
> successfully
>    connected)
> 5) Now the driver cannot receive any messages for submission to SMSC
>    as status is not SMSCCONN_ACTIVE.

yep, agreed.

The if condition at line 984 is hence useless, right?!

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

Reply via email to