smpp unbind

2002-06-06 Thread Wayne Smithers
What happened to this code from 1.0.3 in 1.1.6 smsc_smpp.c:/* Push a UNBIND PDU on the [smsc->fifo_r_out] stack. */ smsc_smpp.c:pdu->id = SMPP_UNBIND; smsc_smpp.c:/* Push a UNBIND PDU on the [smsc->fifo_t_out] stack. */ smsc_smpp.c:pdu->id = SMPP_UNBIND; smsc_smpp.c:/* Write o

Re: smpp unbind

2002-06-07 Thread Stipe Tolj
Wayne Smithers wrote: > > What happened to this code from 1.0.3 in 1.1.6 > > smsc_smpp.c:/* Push a UNBIND PDU on the [smsc->fifo_r_out] stack. */ > smsc_smpp.c:pdu->id = SMPP_UNBIND; > smsc_smpp.c:/* Push a UNBIND PDU on the [smsc->fifo_t_out] stack. */ > smsc_smpp.c:pdu->id = SM

RE: smpp unbind

2002-06-07 Thread Wayne
June 2002 6:32 PM To: Wayne Smithers Cc: [EMAIL PROTECTED] Subject: Re: smpp unbind Wayne Smithers wrote: > > What happened to this code from 1.0.3 in 1.1.6 > > smsc_smpp.c:/* Push a UNBIND PDU on the [smsc->fifo_r_out] stack. */ > smsc_smpp.c:pdu->id = SMPP_UNBIND; &g

RE: smpp unbind

2002-06-07 Thread Bruno David Rodrigues
; So my question still stands. > > Was this replaced with something else ? > > I need to send an unbind notification to a SMSC, the SMSC provider is > stating that an unbind is part of the SMPP standard. > > Wayne > > -Original Message- > From: Stipe T