RE: SMPP protocol alphabets
"Oded Arbel" <[email protected]>
| Newsgroups | gmane.comp.mobile.kannel.devel |
|---|---|
| Message-ID | <[email protected]> |
> -----Original Message----- > From: Hamid Yusefzadeh [mailto:[email protected]] > > Dear kannelers, > I am working on a SMPPv3.4 application. But onething is not > clear for me. > I noticed that SMPP defines just 8 bit and 16 bit alphabets > and not 7 bit > alphabets (is that correct??) > If that is correct, how mobile handsets interact with SMPP > applications? > Should mobile handsets send their information to these > applications in > binary format (I mean 8 bit alphabet)? In order to send 7 bit and 8 bit data to SMPP you store the content in the correct encoding in the short_message field, no packing, and then set the dcs correctly. -- Oded Arbel m-Wise mobile solutions [email protected] +972-9-9581711 (116) +972-67-340014 ::.. There are two ways to do it - my way and the right way.