Re: Kannel concatenation bug Q

2005-01-26 Thread Aarno Syvänen
Hi, On 26.1.2005, at 03:04, Oscar Medina Duarte wrote: Hi list ! I'm doing some tests with Kannel's concatenation, and there are two things I found relevant (4 me al least). First, messages part of a concatenated message have a 159 chars long message body (Including headers), while IMO (cause I

Re: [PATCH] Siemens SX1 kludge

2005-01-26 Thread Stipe Tolj
Stipe Tolj wrote: Hi Paul, instead of pocking arround in the wsp_field_value() prototype like in your patch, I'd suggest the following patch, that should work IMO for any generic header type that is 0x00'ed for the value. Can you test with SX1 and confirm? It would be more cleaner IMO. any

[PATCH] http client/server timeout

2005-01-26 Thread Alexander Malysh
Hello together, please find attached patch that implements http server client idle timeout. In order to efficient handle timeouts and don't start yet another thread we use already available fdset's threads. With this patch applied we will have a possibility to set timeout for all filedescriptors

Re: New Features Question

2005-01-26 Thread Jonathan Houser
Alex, how about somathing like this? #define smpp_pdu(name) \ static int smpp_##name_to_msg(SMPP_PDU pdu, ...) { struct name cmd = pdu-u.name; cmd-source_addr = octstr_create(XXX); ... } smpp_pdu(submit_sm); smpp_pdu(data_sm); now to patch: please split your patch in changesets