diff options
author | Brandon Bayer <bbayer@multitech.com> | 2016-08-03 16:03:18 -0500 |
---|---|---|
committer | Brandon Bayer <bbayer@multitech.com> | 2016-08-03 16:03:18 -0500 |
commit | e4fc2ab6cca31a901fe4df9605332b9d940ad8c2 (patch) | |
tree | 6cb6583f08ce9b62f682902eb33a09ddbf14753b /src/pdu.h | |
parent | 41abe2c0e76ede64a043f710f217caaca16763b6 (diff) | |
download | sms-utils-e4fc2ab6cca31a901fe4df9605332b9d940ad8c2.tar.gz sms-utils-e4fc2ab6cca31a901fe4df9605332b9d940ad8c2.tar.bz2 sms-utils-e4fc2ab6cca31a901fe4df9605332b9d940ad8c2.zip |
Discovered in portal case #5072165
https://support.multitech.com/support/case.html?action=view&id=72165
Diffstat (limited to 'src/pdu.h')
-rw-r--r-- | src/pdu.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -52,6 +52,7 @@ enum { //PDU data formats (how the data was represented before encoding) enum { PDU_ALPHABET_DEFAULT = 0, //GSM 7-bit, (supposedly CDMA 8-bit but haven't seen it) + PDU_ALPHABET_DEFAULT2 = 1, //GSM 7-bit (used with some shortcodes) PDU_ALPHABET_CDMA_DEFAULT = 2, //no GSM, CDMA 7-bit PDU_ALPHABET_EIGHT = 4, //GSM 8-bit, CDMA 16-bit unicode PDU_ALPHABET_CDMA_EIGHT = 8, //GSM 16-bit, CDMA 8-bit (what CDMA radios are actually using) |