summaryrefslogtreecommitdiffstats
path: root/src/smsutil.h
AgeCommit message (Collapse)AuthorFilesLines
2009-06-05Only USSD needs the special <cr> handlingDenis Kenzior1-0/+2
Apparently all Cell Broadcasts are always 88 bytes long, with a 6 byte header and 82 byte payload. <cr> character is used as a terminator and padding for the unused payload
2009-06-05Reorder the header file a bitDenis Kenzior1-1/+2
2009-06-05Rename ud_len_in_octets to sms_udl_in_bytesDenis Kenzior1-1/+1
2009-06-05Rename sms utilities properlyDenis Kenzior1-2/+2
Rename encode_sms to sms_encode Rename decode_sms to sms_decode
2009-06-05Add SMS specific DCS decoding functionDenis Kenzior1-0/+17
2009-06-05Add utility to convert SCTS to local/remote timeDenis Kenzior1-0/+2
2009-06-03Add User-Data-Header iterator utilitiesDenis Kenzior1-0/+47
2009-05-12Add a set of utility functions for parsing the fundamental SMS PDU/TPDUs.Denis Kenzior1-0/+251