Re: OTA Truncation?
Aarno Syvänen <[email protected]>
| Newsgroups | gmane.comp.mobile.kannel.devel |
|---|---|
| Message-ID | <[email protected]> |
Aarno Syvänen kirjoittaa perjantaina, 19. heinäkuuta 2002, kello 08:06:<[email protected]> kirjoittaa torstaina, 18. heinäkuuta 2002, kello 17:20:Hi - I posted a message here last week regarding bad OTA. I now have more info. Using the CVS from yesterday it looks like the PDU is getting truncated. Can anyone confirm this please or see what I'm doing wrong? > >> 2002-07-18 14:48:29 [3] DEBUG: message length 158, sending 1 messages >> 2002-07-18 14:48:29 [3] DEBUG: Status: 202 Answer: <Sent.> > > Sending 158 binary octets in one message is certainly wrong, the > message should > be segmented. > >> This looks to me like the message is just cut off after the "Wap" >> string!!! > > If all octets does not fit in one message, and there are no > segmentation, leftover > octets are cut. > >> >> System is Cygwin, sending with Ericsson R320 as SMSC using AT2, >> reciever is T68i. >> >> Anyone please!!! (I'm quite new to this so please don't assume I can >> see the obvious ;-)) > > Perhaps you can correct the segmentation ? This should not be too much > work, the > code is already available, you must just call it. > > A >