Timers issue

Smpp v3.4 client

Moderator: alt

Locked
prog019
Posts: 44
Joined: Mon Mar 02, 2009 2:12 pm

Timers issue

Post by prog019 » Wed Mar 03, 2010 11:00 am

Dear Alt,

Which is below mentioned types of timers are implemented in SMPP component:

1.
An SMPP session initiation timer to ensure that when an ESME initiates an SMPP session,
that this occurs within a specified period after opening a network connection to the SMSC.
2.
An SMPP session timer to enable either the ESME or SMSC request the SMPP session
status of the other communicating SMPP entity via the enquire_link command.
3.
An SMPP inactivity timer which should specify the maximum period after which time, if
no SMPP messages are exchanged, the SMPP session may be dropped gracefully.
4.
An SMPP transaction timer which specifies the time lapse allowed between an SMPP request and the corresponding SMPP response.
alt
Site Admin
Posts: 988
Joined: Tue Apr 25, 2006 9:45 am

Post by alt » Wed Mar 03, 2010 1:43 pm

1. is only for SMSC side
2. implemented. When client did not send any requests or did not received any response within specified period it sends enquire_link packet to the server.
3. not implemented. Client always tries to support active session.
4. true only for synchronous methods when client waits for response from server. In async methods it it not actual.
prog019
Posts: 44
Joined: Mon Mar 02, 2009 2:12 pm

Timers issue

Post by prog019 » Wed Mar 03, 2010 2:48 pm

Dear Alt,

Thanks a lot.
Locked