faucamp / python-gsmmodem

Python module to control a GSM modem attached to the system: send/receive SMS messages, handle calls, etc
GNU Lesser General Public License v3.0
384 stars 302 forks source link

Long messages are incorrectly split into parts #52

Open phpcoder opened 9 years ago

phpcoder commented 9 years ago

Many thanks for your effort in making and maintaining this project.

I use only part of the application to encode into the PDU format. I noticed that messages longer than 160 characters translated into GSM7 alphabet is incorrectly split into parts. One character in between of the two parts is skipped.