tags:

views:

131

answers:

1

Im using the smpp simulator tht comes with the Logica smpp api as a virtual smsc. The simulator is not able to detect any connection resets, whn a smpp client disconnects abrupty without sending an unbind PDU. The SMSCSession class in the simulator does not handle/catch any exceptions, while sending a PDU such as DeliverSM. So, how do you identify if there is socket error.

On the smpp client side, u have enquirelink pdu to check for the connection. Similarly, is there any option to check for the connection from the simulator side..

Thanks, Vishnupriya

+1  A: 

I've been using this SMPP simulator:

SMPP sim

It works very well, and detects a lot of ill-formed PDU's. Also connection resets are detected.

Toad