Re: Patch: test/drive_smpp.c

2010-07-04 Thread Nikos Balkanas
, Nikos - Original Message - From: Milan P. Stanic m...@arvanta.net To: devel@kannel.org Sent: Sunday, July 04, 2010 12:52 PM Subject: Re: Patch: test/drive_smpp.c On Sun, 2010-07-04 at 00:58, Nikos Balkanas wrote: I am very sorry. My apologies for the missunderstanding. My impression

Re: Patch: test/drive_smpp.c

2010-07-04 Thread Milan P. Stanic
contribution to kannel. BR, Nikos - Original Message - From: Milan P. Stanic m...@arvanta.net To: devel@kannel.org Sent: Sunday, July 04, 2010 12:52 PM Subject: Re: Patch: test/drive_smpp.c On Sun, 2010-07-04 at 00:58, Nikos Balkanas wrote: I am very sorry. My apologies

Re: Patch: test/drive_smpp.c

2010-07-04 Thread Nikos Balkanas
Message - From: Milan P. Stanic m...@arvanta.net To: devel@kannel.org Sent: Sunday, July 04, 2010 10:47 PM Subject: Re: Patch: test/drive_smpp.c [ You shouldn't post replies to me. I'm subscribed to list ] On Sun, 2010-07-04 at 13:22, Nikos Balkanas wrote: If styling rules are one man's

Re: Patch: test/drive_smpp.c

2010-07-04 Thread Alejandro Guerrieri
@kannel.org Sent: Sunday, July 04, 2010 10:47 PM Subject: Re: Patch: test/drive_smpp.c [ You shouldn't post replies to me. I'm subscribed to list ] On Sun, 2010-07-04 at 13:22, Nikos Balkanas wrote: If styling rules are one man's decision, better be acceptable and to a degree flexible

Re: Patch: test/drive_smpp.c

2010-07-04 Thread Konstantin Vayner
- Original Message - From: Milan P. Stanic m...@arvanta.net To: devel@kannel.org Sent: Sunday, July 04, 2010 10:47 PM Subject: Re: Patch: test/drive_smpp.c [ You shouldn't post replies to me. I'm subscribed to list ] On Sun, 2010-07-04 at 13:22, Nikos Balkanas wrote: If styling

Re: Patch: test/drive_smpp.c

2010-07-03 Thread Nikos Balkanas
, Nikos - Original Message - From: Alexander Malysh amal...@kannel.org To: Nikos Balkanas nbalka...@gmail.com Cc: devel@kannel.org Sent: Thursday, July 01, 2010 11:04 AM Subject: Re: Patch: test/drive_smpp.c Hi Nikos, if you write fixed indentation then I assume it's fixed. But as far as I

Re: Patch: test/drive_smpp.c

2010-07-01 Thread Nikos Balkanas
Hi, Fixed identation. Beafed up smsbox_thread and routed most variables to configuration. Uses main kannel configuration. Just add an smpp smsc definition to 127.0.0.1 for it. It will test main kannel configuration in addition to TLVs. As already mentioned I extended its functionality to

Re: Patch: test/drive_smpp.c

2010-07-01 Thread Alexander Malysh
Hi Nikos, if you write fixed indentation then I assume it's fixed. But as far as I see it's not and your fix made it even worse... Please fix it and provide doc and I will commit it. Thanks in advance. Here are comments: +#define MAX_SMS_OCTETS 140 +#define CATENATE_UDH_LEN 5 dont' redefine

Re: Patch: test/drive_smpp.c

2010-06-30 Thread Alexander Malysh
@kannel.org Sent: Monday, June 28, 2010 5:33 PM Subject: Patch: test/drive_smpp.c Hi, This is a patch to test/drive_smpp.c, which I found useful in SMPPbox testing, since I do not have a real SMSc connection. It adds external SMS submission along with concatenation, if SMS is too large

Re: Patch: test/drive_smpp.c

2010-06-30 Thread Nikos Balkanas
addressed to interested people who find it useful to use it. BR, Nikos - Original Message - From: Alexander Malysh amal...@kannel.org To: Nikos Balkanas nbalka...@gmail.com Cc: devel@kannel.org Sent: Wednesday, June 30, 2010 12:10 PM Subject: Re: Patch: test/drive_smpp.c Hi Nikos

Re: Patch: test/drive_smpp.c

2010-06-30 Thread Alexander Malysh
people who find it useful to use it. BR, Nikos - Original Message - From: Alexander Malysh amal...@kannel.org To: Nikos Balkanas nbalka...@gmail.com Cc: devel@kannel.org Sent: Wednesday, June 30, 2010 12:10 PM Subject: Re: Patch: test/drive_smpp.c Hi Nikos, why do you redefine

Re: Patch: test/drive_smpp.c

2010-06-30 Thread Nikos Balkanas
- From: Alexander Malysh amal...@kannel.org To: Nikos Balkanas nbalka...@gmail.com Cc: devel@kannel.org Sent: Wednesday, June 30, 2010 9:33 PM Subject: Re: Patch: test/drive_smpp.c HI Nikos, I'm aware of the fact that you have only Octstr as input at this place but it would be better to use Msg IMO

RE: Patch: test/drive_smpp.c

2010-06-30 Thread Rene Kluwen
Balkanas Sent: woensdag 30 juni 2010 20:59 To: Alexander Malysh Cc: devel@kannel.org Subject: Re: Patch: test/drive_smpp.c The flow at that point doesn't need anywhere to use Msg *. It is an SMPP (FAKE) server with an added smsbox for testing the loop. smsbox just sends a hard-coded Hello world Msg

Patch: test/drive_smpp.c

2010-06-28 Thread Nikos Balkanas
Hi, This is a patch to test/drive_smpp.c, which I found useful in SMPPbox testing, since I do not have a real SMSc connection. It adds external SMS submission along with concatenation, if SMS is too large. drive_smpp is a very nifty tool. It acts as a (FAKE) SMPP SMSc and smsbox for MOs

Re: Patch: test/drive_smpp.c

2010-06-28 Thread Nikos Balkanas
OOps! - Original Message - From: Nikos Balkanas nbalka...@gmail.com To: devel@kannel.org Sent: Monday, June 28, 2010 5:33 PM Subject: Patch: test/drive_smpp.c Hi, This is a patch to test/drive_smpp.c, which I found useful in SMPPbox testing, since I do not have a real SMSc