Re: concatenation = true
"Bruno David Rodrigues" <[email protected]>
| Newsgroups | gmane.comp.mobile.kannel.devel |
|---|---|
| Message-ID | <003b01c1bd41$24f53c60$0200a8c0@davi> |
You receive 8bit chars in text mode pdus ? That's wrong. Text mode is 7 bits. That means there's something wrong with the code that creates the UDH with concatenation values but does not preserve the coding value (if coding is unset, the presence of udh defines if it's 7bits or 8 bits, like old kannel versions) ----- Original Message ----- From: "P. A. Bagyenda" <[email protected]> To: <[email protected]> Sent: Saturday, February 23, 2002 1:02 PM Subject: concatenation = true > Follow-up to my last post regarding concatenation of sms messages: It > appears that despite my earlier suspicions, this works fine for logos > and ringtones, but not for text. If I send text data and set > concatenation = true, the phone (nokia 6210 for that matter) gets > garbage. I've looked at a dump of the PDUs, and they look ok. That is, > the hexdump shows the UDH is ok, and the text is all there (as 8-bit > data corresponding to each char). > > Any ideas? > > P. > >