summaryrefslogtreecommitdiff
path: root/src/pdu.h
AgeCommit message (Collapse)AuthorFiles
2017-05-30SMS Commands not working for International numbers1.0.3Jeff Hatch1
2016-08-03fix:decode: add support for decoding GSM PDU encoding 011.0.2bbBrandon Bayer1
Discovered in portal case #5072165 https://support.multitech.com/support/case.html?action=view&id=72165
2016-02-10fix: cdma pdu data length for C2 radiosBrandon Bayer1
2016-02-08fix: cdma send length | also some refactoring & added commentsBrandon Bayer1
2016-01-21fix: properly decode LE910-SVG multi-part messages0.0.13Brandon Bayer1
2015-11-17feat: implement IRA->GSM character set encoding & decoding0.0.10Brandon Bayer1
This adds support for certain characters like @ $ ~ ^
2015-11-11add support for CDMA style 8-bit decoding0.0.9Brandon Bayer1
2015-11-06feat: sms support for CE910-DUAL, DE910-DUAL, LE910-SVG0.0.8Brandon Bayer1
- PDU is used for everything except LE910-SVG sending - a bug in radio requires radio reboot to send more than 1 PDU sms
2014-08-18remove duplicate bit field in pdu.h since alternate names are never used and ↵0.0.5Mike Fiore1
newer gcc doesn't like it
2014-08-18Revert "pdu.h: remove duplicate struct members in type"Jesse Gilles1
This reverts commit 12361965344182732888cb936b3147bb4a2cdace. Jesse had no idea what he was doing :)
2014-04-16pdu.h: remove duplicate struct members in typeJesse Gilles1
fixes build on gcc 4.8
2010-04-23initial commitJames Maki1