RE: A question about PDU encoding in smsc_at2

2002-01-15 Thread Oded Arbel
: Andreas Fink Cc: [EMAIL PROTECTED] Subject: RE: A question about PDU encoding in smsc_at2 Thank you all for the responses.. I couldn't find where messages get split in smsc_at2 , from my tests it appears that messages get truncated and not split - but I can't figure out where that ha

RE: A question about PDU encoding in smsc_at2

2002-01-15 Thread Oded Arbel
way I need a new pair of shoes." -- Privateer. -Original Message- From: Andreas Fink [mailto:[EMAIL PROTECTED]] Sent: Monday, January 14, 2002 6:38 PM To: Oded Arbel Cc: [EMAIL PROTECTED] Subject: RE: A question about PDU encoding in smsc_at2 >This is not exactly what I had in mi

RE: A question about PDU encoding in smsc_at2

2002-01-14 Thread Jörg Pommnitz
-Data, the actual number of characters in the message will be less than the number of septets. Regards Jörg -Original Message- From: Oded Arbel To: [EMAIL PROTECTED] Cc: Kannel-devel (E-mail) Sent: 1/14/02 5:21 PM Subject: RE: A question about PDU encoding in smsc_at2 This is not

RE: A question about PDU encoding in smsc_at2

2002-01-14 Thread Andreas Fink
>This is not exactly what I had in mind - (a) as this kind of string >would get translated by kannel to '?<' as ESC will be translated >directly to '?'. (b) the GSM standards _currently_ do define the ESC >sequences as valid. I'm not really worried about current standard >support in phone (as newe

RE: A question about PDU encoding in smsc_at2

2002-01-14 Thread Oded Arbel
long as you do not move you can still choose any direction. -Original Message- From: Dave White [mailto:[EMAIL PROTECTED]] Sent: Monday, January 14, 2002 5:26 PM To: Kannel-devel (E-mail) Subject: Re: A question about PDU encoding in smsc_at2 Alexei Pashkovsky wrote: >>(for example

Re: A question about PDU encoding in smsc_at2

2002-01-14 Thread Dave White
Alexei Pashkovsky wrote: >>(for example - the square >>brackets which I like to use), the modem rejects the message with error >>304 "invalid PDU mode parameter". >> > >Well, this will probably hurt you, but I'm afraid square brackets are not >part of GSM character set. >At least I didn't see the

RE: A question about PDU encoding in smsc_at2

2002-01-14 Thread Oded Arbel
-Original Message- From: Alexei Pashkovsky [mailto:[EMAIL PROTECTED]] Sent: Monday, January 14, 2002 5:09 PM To: Oded Arbel Cc: Kannel-devel (E-mail) Subject: Re: A question about PDU encoding in smsc_at2 > >(for example - the square > > brackets which I like to use), the m

Re: A question about PDU encoding in smsc_at2

2002-01-14 Thread Alexei Pashkovsky
>(for example - the square > brackets which I like to use), the modem rejects the message with error > 304 "invalid PDU mode parameter". Well, this will probably hurt you, but I'm afraid square brackets are not part of GSM character set. At least I didn't see them there.

RE: A question about PDU encoding in smsc_at2

2002-01-14 Thread Oded Arbel
AIL PROTECTED] -- What's in it doesn't count - it's the presntation that matters. -- Fishizm -Original Message- From: Andreas Fink [mailto:[EMAIL PROTECTED]] Sent: Monday, January 14, 2002 9:19 AM To: Oded Arbel Subject: RE: A question about PDU encoding in smsc_at2 >o

RE: A question about PDU encoding in smsc_at2

2002-01-13 Thread Oded Arbel
Re: A question about PDU encoding in smsc_at2 >Hi list. > >I was wandering about this part from smsc_at2.c : > > if(octstr_len(msg->sms.udhdata)) { > if (msg->sms.coding == DC_8BIT || msg->sms.coding == DC_UCS2) { > len += octstr_len(

Re: A question about PDU encoding in smsc_at2

2002-01-13 Thread Andreas Fink
>Hi list. > >I was wandering about this part from smsc_at2.c : > > if(octstr_len(msg->sms.udhdata)) { > if (msg->sms.coding == DC_8BIT || msg->sms.coding == DC_UCS2) { > len += octstr_len(msg->sms.udhdata); > } else { > /* The reason we branch here is becau